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.
see the actor's output schema on the Store page
- 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.
- Get your Apify token: https://console.apify.com/account/integrations
- 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 |
{
"searchKeywords": [
"Software Engineer",
"Marketing Manager"
],
"location": "Berlin",
"maxItems": 100,
"maxPages": 5,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
],
"apifyProxyCountry": "DE"
}
}- Actor on Apify Store: https://apify.com/bovi/stepstone-jobs-scraper
- Apify client docs: Python · JavaScript
MIT-licensed examples. The actor runs on the caller's Apify account (you pay platform compute + per-result).