npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-stepstone-jobfeed

v1.0.3

Published

n8n node for StepStone JobFeed Push API integration.

Readme

StepStone JobFeed n8n Node

Repository: https://github.com/LPilic/n8nnodes-stepstone-jobfeed

Purpose

This custom n8n node allows you to integrate with the StepStone JobFeed Push API, enabling automated management of job listings on StepStone job boards directly from your n8n workflows.

Features

  • Push Job Listings: Send single job offers to StepStone using the official XML format and HTTP POST interface.
  • Pull/Generate XML: Generate StepStone-compliant XML for multiple job listings for manual upload or archiving.
  • Flexible Job Data: Supports all required and optional fields for StepStone job listings, including:
    • Basic job information (title, company, reference ID, language, channel)
    • Categorization (work field, geography, sector, contract type, work type, experience)
    • Job details (introduction, tasks, profile, benefits, contact info, keywords)
    • Location and application details
    • Salary, layout, company, billing, and recruiter information
    • Additional attributes (sender ID, organisation ID, action type)
  • Action Support: Supports all StepStone Push actions: INSERT, UPDATE, OFFLINE, TRANSLATE.
  • Credential Management: Uses n8n credentials for secure storage of StepStone API username and password.
  • Response Handling: Returns the StepStone API response (XML or plain text) for further processing in your workflow.

Usage Overview

  1. Install and Build:

    • Clone this repository and run npm install and npm run build.
    • Link the package to your n8n instance using npm link (see below for details).
  2. Add Node to Workflow:

    • In n8n, add the "StepStone JobFeed" node to your workflow.
    • Choose the feed type: Push (send a single job) or Pull (generate XML for all jobs).
    • Fill in the required job listing fields and credentials.
  3. Push Mode:

    • The node will send the job listing as XML to the StepStone Push API endpoint using application/x-www-form-urlencoded encoding.
    • The API response (success or error) is returned in the node output.
  4. Pull Mode:

    • The node generates a StepStone-compliant XML file for all input items, which you can download or use in other workflow steps.
  5. Credentials:

    • Store your StepStone API username and password in n8n credentials under StepstoneJobfeedCredentialsApi.

Example Use Cases

  • Automate posting new job offers to StepStone from your HR system.
  • Take job offers offline or update them programmatically.
  • Generate XML feeds for manual upload or compliance archiving.

Requirements

  • n8n v1.0.0 or later
  • StepStone JobFeed Push API credentials (provided by StepStone)

Installation (Local Development)

  1. Build the node:
    npm install
    npm run build
  2. Link the node to your n8n instance:
    npm link
    cd <your-n8n-root>
    npm link n8n-nodes-stepstone-jobfeed
  3. Restart n8n.

References


For questions or support, please contact the maintainer or open an issue in this repository.

Source code: https://github.com/LPilic/n8nnodes-stepstone-jobfeed