Scrape job listings from Stellenmarkt.de, a leading German national job board. Returns 35 fields per job: title, company, company_url, company_website, location, city, region (Bundesland), salary_min, salary_max, salary_currency (EUR), salary_period, employment_type, workload_min and workload_max, work_mode (Vor Ort / Hybrid / Remote), full description, requirements, responsibilities, benefits, posted_at and apply URL. Covers all 16 German federal states.
# Start a run via the Apify API curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~stellenmarkt-de-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchQueries": ["Software Engineer"], "location": "Berlin", "maxResultsPerQuery": 100, "includeJobDetails": true }' # Or use with AI agents via MCP: # https://mcp.apify.com?tools=santamaria-automations/stellenmarkt-de-scraper
| Field | Type | Example |
|---|---|---|
| title | string | Software Entwickler Backend |
| company | string | SAP SE |
| city | string | Walldorf |
| region | string | Baden-Württemberg |
| salary_min | integer | 55000 |
| salary_max | integer | 75000 |
| salary_currency | string | EUR |
| work_mode | string | Hybrid |
| employment_type | string | Vollzeit |
| apply_url | string | https://www.stellenmarkt.de/... |