$2.00 / 1,000 · Recently published - building its public record.
Run it on Apify → Free to try - runs bill per result on your own account.
Every field is optional unless marked; sensible defaults do the rest.
| Field | Type | What it does | Default |
|---|---|---|---|
what |
string | Job title or keyword, like the StepStone search box. German terms match best. | software engineer |
city |
string | City, e.g. Berlin, München, Köln. Leave empty for all of Germany. |
- |
radiusKm |
integer | Search radius around the city. | - |
dateFrom |
string | Keep jobs posted on or after this date (YYYY-MM-DD). | - |
scrapeDetails |
boolean | Fetch each job page for the full description, employment type, industry and expiry. One extra request per job. | False |
maxItems |
integer | Stop after this many jobs. | 500 |
One JSON object per result, with exactly these fields - no seller identities, no contact data, ever.
A real result row from a recent run:
{
"companyLogoUrl": "https://www.stepstone.de/upload_DE/logo/4/logoAllianz-Private-Krankenversicherungs-AG-39134DE-2210191140.gif",
"companyName": "Allianz Private Krankenversicherungs-AG",
"companyUrl": "https://www.stepstone.de/cmp/de/allianz-private-krankenversicherungs-ag-39134/jobs",
"datePosted": "2026-09-04T01:16:37+02:00",
"isSponsored": false,
"isTopJob": false,
"jobId": "14414902",
"location": "Unterföhring",
"postCode": null,
"salaryCurrency": null,
"salaryMax": null,
"salaryMin": null,
"salaryPeriod": null,
"skills": [],
"snippet": "Willkommen bei der Allianz Als Data Engineer im Team Data Warehouse & Governance gestaltest du die Dateninfrastruktur der Allianz Private K...",
"title": "Data Engineer Data Warehouse & Governance (m/w/d)",
"url": "https://www.stepstone.de/stellenangebote--Data-Engineer-Data-Warehouse-Governance-m-w-d-Unterfoehring-Allianz-Private-Krankenversicherungs-A...",
"workMode": null
}
| Field | Type | Meaning |
|---|---|---|
jobId |
string | StepStone job id. |
title |
string | Job title as posted. |
url |
string | Job page URL, tracking stripped. |
companyName |
['string', 'null'] | Employer's name. |
companyUrl |
['string', 'null'] | Employer's StepStone company page. |
companyLogoUrl |
['string', 'null'] | Employer logo. |
datePosted |
['string', 'null'] | Posting timestamp (ISO with offset). |
location |
['string', 'null'] | Locations as displayed. |
postCode |
['string', 'null'] | Postal code when given. |
snippet |
['string', 'null'] | Listing text snippet. |
workMode |
['string', 'null'] | onsite, hybrid or remote when flagged. |
isSponsored |
boolean | Paid placement flag. |
isTopJob |
boolean | TopJob placement flag. |
skills |
array | Skill tags when present. |
salaryMin |
['number', 'null'] | Salary band lower bound when published. |
salaryMax |
['number', 'null'] | Salary band upper bound when published. |
salaryCurrency |
['string', 'null'] | Salary currency. |
salaryPeriod |
['string', 'null'] | Salary period. |
description |
['string', 'null'] | Full description, markup stripped (scrapeDetails). |
employmentType |
['string', 'null'] | schema.org employment type (scrapeDetails). |
industry |
['string', 'null'] | Industry (scrapeDetails). |
validThrough |
['string', 'null'] | Posting expiry (scrapeDetails). |
Recently published - building its public record. Live record, failures included: status page.
Full documentation, examples and the AI-assistant prompt live on the store page.