StepStone Jobs Scraper β€” Titles, Companies, Locations avatar

StepStone Jobs Scraper β€” Titles, Companies, Locations

Pricing

from $0.0004 / job scraped

Go to Apify Store
StepStone Jobs Scraper β€” Titles, Companies, Locations

StepStone Jobs Scraper β€” Titles, Companies, Locations

Scrape jobs from StepStone (stepstone.de) by keyword and location: job title, company, location, remote/home-office flag, posted time, apply link and a description snippet. Fast clean HTTP. For recruiting, job boards and labor-market research.

Pricing

from $0.0004 / job scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

StepStone Jobs Scraper β€” Titles, Companies, Locations & Apply Links

Scrape job listings from StepStone (stepstone.de) by keyword and location into clean, structured JSON, CSV or Excel. Give it plain search terms or full StepStone jobs URLs and pull job title, company, company page link, location, home-office flag, posted time, badges, a description snippet and a direct apply link. No account and no login needed. Built for recruiters, job-board builders and labour-market analysts in the German-speaking market.

StepStone Scraper input β€” search terms, page depth and item limit in the Apify Console

Features

  • πŸ”Ž Keyword + location search β€” pass searches as "software engineer|Berlin" lines, or feed full stepstone.de/jobs URLs.
  • πŸ”— Advanced start URLs β€” supply a startUrls request list of {"url":"..."} jobs pages for precise control.
  • 🏒 Company links β€” captures both the employer name and its StepStone companyUrl where present.
  • 🏠 Home-office flag β€” every record carries a boolean workFromHome so you can filter remote-friendly roles.
  • 🏷️ Job badges β€” collects listing badges (e.g. tags shown on the card) as an array.
  • πŸ“„ Page depth control β€” set maxPagesPerSearch (~25 jobs each) and maxItems to balance cost and coverage.

Input

{
"searches": ["software engineer|Berlin", "pflege|MΓΌnchen"],
"maxItems": 0,
"maxPagesPerSearch": 10
}
FieldDescription
searchesOne per line: `"keyword
startUrlsAdvanced: a request list of {"url":"..."} StepStone jobs URLs.
maxItemsCap total jobs across all searches (0 = no cap).
maxPagesPerSearchResult pages (~25 jobs each) to crawl per search.

Use cases

  • Build or refresh a German-market job board with fresh listings.
  • Source candidates by monitoring roles by title and city.
  • Track hiring demand and home-office trends for labour-market research.
  • Feed structured job records into an ATS, CRM or analytics pipeline.

What you get

StepStone Scraper output example β€” jobs with company, location and apply link as structured JSON

Each job is one dataset record like this:

{
"jobId": "1234567",
"title": "Softwareentwickler (m/w/d)",
"company": "Acme GmbH",
"companyUrl": "https://www.stepstone.de/cmp/de/acme-gmbh-12345",
"location": "Berlin",
"workFromHome": true,
"posted": "vor 2 Tagen",
"badges": ["Home Office mΓΆglich"],
"snippet": "Wir suchen einen erfahrenen Softwareentwickler fΓΌr unser Plattform-Team...",
"url": "https://www.stepstone.de/stellenangebote--softwareentwickler-berlin-acme-gmbh--1234567-inline.html"
}

Output schema

FieldTypeDescription
jobIdstringStepStone's unique identifier for the job listing.
titlestringJob title / role.
companystringName of the hiring company.
companyUrlstring (URL)Link to the company's StepStone page.
locationstringJob location / city.
workFromHomebooleanWhether the role offers home office / remote work.
postedstringHuman-readable posting age (e.g. vor 2 Tagen).
badgesarrayListing badges or tags shown on the job card.
snippetstringShort description snippet from the listing.
urlstring (URL)Direct link to the job listing on StepStone.

FAQ

Do I need a StepStone account or login? No. Just add your search terms or URLs and run β€” no account, login or setup required.

How many jobs can I scrape? As many as your searches return. Use maxPagesPerSearch and maxItems to control the volume and cost.

What export formats are supported? JSON, CSV, Excel and XML, plus the Apify API for programmatic access.

Can I filter for remote roles? Yes β€” every record carries a workFromHome boolean you can filter on.

Can I connect it to other tools? The StepStone Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. It works with Make, Zapier, Slack, Airbyte, GitHub, Google Drive and many more, plus the Apify API, JavaScript/Python clients and MCP. Or use webhooks to trigger an action whenever a run finishes.

Notes

Returns only public StepStone job data β€” the same information any visitor can see. This is an independent tool and is not affiliated with, endorsed by or connected to StepStone; "StepStone" is a trademark of its respective owner.