Skip to content

BlackFalconData-org/stepstone-jobs-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

StepStone Jobs API

Search job listings from StepStone, TotalJobs and related job boards via a developer-friendly API.

Available on:

Example request

Run the actor via the Apify API:

POST https://api.apify.com/v2/acts/blackfalcondata~stepstone-jobs-feed/runs

Example input:

{
  "query": "data engineer",
  "geo": "DE",
  "maxResults": 10
}

Example response

{
  "count": 10,
  "results": [
    {
      "title": "Senior Data Engineer",
      "company": "Siemens AG",
      "location": "Munich, Bavaria",
      "datePosted": "2026-03-07T01:19:42+01:00"
    }
  ]
}

Supported portals

  • stepstone.de
  • stepstone.at
  • stepstone.be
  • stepstone.nl
  • totaljobs.com
  • cwjobs.co.uk
  • jobsite.co.uk
  • milkround.com
  • careerstructure.com
  • cityjobs.com
  • caterer.com
  • pnet.co.za
  • jobs.ie
  • and 5 more UK vertical portals

Documentation

Related

About

StepStone Jobs API — search and extract job listings from 18 StepStone Group portals. Available on Apify and RapidAPI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors