Skip to content

bondvit/stepstone-scraper-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StepStone Scraper — examples

Runnable examples for the StepStone Jobs Scraper — DACH Job Listings | No Login on Apify.

Scrape StepStone.de job listings into clean JSON. Returns job title, company, location, employment type, work mode, posted date, job URL, and description snippet. Covers Germany, Austria, Switzerland. Pay per job listing.

What you get per record

see the actor's output schema on the Store page

Who uses this

  • DACH recruiting intel — roles, salary ranges and skill demand on Germany's top job board.
  • Hiring-signal lead-gen — German companies scaling teams are active buyers.
  • Labor-market research — vacancy volume and salary trends by region and function.

Quickstart

  1. Get your Apify token: https://console.apify.com/account/integrations
  2. Run a language example below. Both call the actor and print the results.
Example File
Python (apify-client) examples/python/run.py
JavaScript (apify-client) examples/javascript/run.js

Example input

{
  "searchKeywords": [
    "Software Engineer",
    "Marketing Manager"
  ],
  "location": "Berlin",
  "maxItems": 100,
  "maxPages": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "DE"
  }
}

Links


MIT-licensed examples. The actor runs on the caller's Apify account (you pay platform compute + per-result).

Releases

No releases published

Packages

 
 
 

Contributors