stepstone-jobfeed

Package Information

Released: 7/10/2025
Downloads: 0 weekly / 0 monthly
Latest Version: 1.0.3
Author: lpil01

Documentation

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

Discussion