StepStone Job Listing
Pricing
from $4.50 / 1,000 results
StepStone Job Listing
Search StepStone jobs across Germany, Austria, and Europe — contract type, salary, remote flag, apply link, and 21 fields per posting. $4.50 per 1,000. No login.
Pricing
from $4.50 / 1,000 results
Rating
5.0
(1)
Developer
TrueFetch
Maintained by CommunityActor stats
1
Bookmarked
3
Total users
2
Monthly active users
6 days ago
Last modified
Categories
Share
Affiliate disclosure: Apify links on this page may include referral parameters. If you sign up through one of these links, TrueFetch may earn a commission from Apify at no extra cost to you. Pricing, features, and Actor access are unaffected.
StepStone Job Listing — StepStone Jobs Scraper: Title, Company, Salary & Location
Search StepStone.de jobs by keyword, country, and location and extract structured listings including title, company, salary, employment type, posting date, and apply URL in clean JSON / CSV / Excel. No login required.
TL;DR (40-word answer): StepStone Job Listing is a no-login Apify Actor that returns structured job listings from StepStone (Germany, Austria, Belgium) at $0.002 per job, covering title, company, salary, and location for recruiting and market research. Last verified 2026-05-02.
What it is NOT: StepStone Job Listing is not a company profile scraper, not a resume tool, and not a real-time job alert service — it extracts publicly listed job postings from StepStone search results.
StepStone Job Listing is an Apify Actor that searches StepStone by keyword and returns structured job listings including title, company, salary, location, and apply URL. Maintained by TrueFetch on the Apify Store.
🏷️ Why choose StepStone Job Listing
StepStone Job Listing is best for recruiters, data analysts, HR teams, and researchers who need structured job market data from StepStone across Germany, Austria, and Belgium.
- 📊 21 fields per job — title, company, salary, location, employment type, posting date, apply URL, and more.
- 🌍 3 countries — Germany, Austria, and Belgium via StepStone's regional job portals.
- ⚡ Pay-per-result pricing — $0.002 per job listing. Free Apify plan includes $5 monthly credits ≈ 2,500 free jobs.
🚀 Quick Start — run in 3 steps
Run in Apify Console
- Open the Actor — go to StepStone Job Listing on Apify and click Try for free.
- Configure inputs — enter a keyword (e.g.
data engineer), select a country, set a result limit, and optionally enter a location filter. - Click Start — the Actor returns structured job listings in the default dataset; download as JSON, CSV, or Excel.
Run via Apify API
curl -X POST "https://api.apify.com/v2/acts/TrueFetch~stepstone-job-finder/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"keyword": "data engineer","country": "Germany","max_results": 100,"location": "Berlin"}'
Run via MCP (for AI agents)
StepStone Job Listing is callable from Claude, ChatGPT, Cursor, and any MCP-compatible client through the Apify MCP Server. Reference the Actor as TrueFetch/stepstone-job-finder and pass the same JSON input as above.
⚙️ Input parameters
| Parameter | Type | Required | Default | Description | Example |
|---|---|---|---|---|---|
keyword | string | ✅ | — | Search keyword — job title, skill, or role name. | data engineer |
country | string | ✅ | — | Target country. One of: Germany, Austria, Belgium. | Germany |
max_results | integer | ✅ | — | Maximum number of job results to return. Between 10 and 10000. | 100 |
location | string | ❌ | null | Optional location filter (city or region). | Berlin |
{"keyword": "data engineer","country": "Germany","max_results": 100,"location": "Berlin"}
📦 Output dataset
Each run writes structured job listing records to the default Apify dataset, exportable as JSON, JSONL, CSV, Excel, XML, RSS, or via the dataset API.
| Field | Type | Always present? | Description | Example |
|---|---|---|---|---|
processor | string | ✅ | Apify Actor URL that produced this record. | https://apify.com/truefetch/stepstone-job-listing |
processed_at | string | ✅ | ISO 8601 UTC timestamp. | 2026-04-24T09:30:00+00:00 |
platform | string | ✅ | Source platform name. | StepStone Jobs |
country | string | optional | Country where the job is listed. | Germany |
country_code | string | optional | ISO 2-letter country code. | DE |
keyword | string | optional | Search keyword used for this query. | data engineer |
query_location | string | optional | Location filter used. | Berlin |
source_url | string | optional | StepStone search results URL. | https://www.stepstone.de/jobs/... |
job_id | string | optional | StepStone job identifier. | 123456789 |
job_url | string | optional | Job listing URL. | https://www.stepstone.de/stellenangebote/... |
detail_url | string | optional | Alias for job_url. | https://www.stepstone.de/stellenangebote/... |
apply_url | string | optional | Direct application URL. | https://www.stepstone.de/... |
job_title | string | optional | Job title. | Senior Data Engineer |
company_name | string | optional | Employer name. | Example GmbH |
company_url | string | optional | Employer StepStone profile URL. | https://www.stepstone.de/cmp/... |
location | string | optional | Job location. | Berlin, Germany |
salary | string | optional | Salary range or text. | €60,000 – €80,000 |
employment_type | string | optional | Employment type. | Vollzeit |
posted_at | string | optional | Job posting date. | 2026-04-20 |
description | string | optional | Job description snippet. | We are looking for a ... |
status | string | ✅ | Processing status. | success |
Sample output
{"processor": "https://apify.com/truefetch/stepstone-job-listing","processed_at": "2026-04-24T09:30:00+00:00","job_title": "Senior Data Engineer","company_name": "Example GmbH","location": "Berlin, Germany","salary": "€60,000 – €80,000","status": "success"}
💡 Use cases
For recruiters building talent intelligence pipelines in Germany
- Problem: a recruiting firm needs to track job postings across 50 companies on StepStone weekly.
- How StepStone Job Listing solves it: schedule keyword searches per company name and collect job listings automatically.
- Outcome: structured weekly job market snapshots at $0.002 per job — 1,000 jobs/week ≈ $2.
For HR data analysts mapping salary ranges by role
- Problem: an HR team needs salary benchmarking data for 10 roles across Germany and Austria.
- How StepStone Job Listing solves it: run keyword searches per role with country filter and extract
salaryfield across hundreds of listings. - Outcome: salary benchmark dataset built from live StepStone data.
For AI agents answering German job market questions
- Problem: LLM agents asked "what jobs are available for Python developers in Munich?" cannot answer from stale training data.
- How StepStone Job Listing solves it: call the Actor over the Apify MCP Server to retrieve live job listings on demand.
- Outcome: grounded StepStone job market data in production AI assistants.
💰 Pricing, limits, and performance
| Fact | Value |
|---|---|
| Pricing model | Pay-per-result (event: result) |
| Per-job price | $0.002 per job = $2 per 1,000 |
| Free-tier monthly allowance | $5 Apify credits ≈ ~2,500 free jobs / month |
| Min results per run | 10 |
| Max results per run | 10,000 |
| Countries supported | Germany, Austria, Belgium |
| Output fields per job | 21 |
| Login / cookies required | No — works without a StepStone account |
| Export formats | JSON, JSONL, CSV, Excel, XML, RSS, dataset API |
⚖️ Compared with alternatives
| Capability | StepStone Job Listing | StepStone API | Custom scraper |
|---|---|---|---|
| Structured job listings with title, salary, and location | ✅ | not publicly available | you build & maintain |
| Pay-per-result pricing | $0.002 / job | N/A | infra + dev cost |
| Export to CSV / JSON | ✅ | ❌ | you implement |
| Setup time to first result | < 60 seconds | N/A | days–weeks |
Verdict. StepStone Job Listing is ideal for recruiters, HR teams, and data analysts who need structured German job market data from StepStone at minimal cost without managing scraping infrastructure.
⚠️ Common mistakes to avoid
- Entering a blank or invalid keyword. The
keywordfield is required and must be a non-empty string. - Selecting a country not in the supported list. Only
Germany,Austria, andBelgiumare supported. - Setting
max_resultsoutside the 10–10000 range. The Actor will reject runs with values below 10 or above 10000. - Omitting
max_resultsentirely. The field is required — there is no default value.
🛠️ Troubleshooting
| Problem | Likely cause | Fix |
|---|---|---|
Please enter a keyword | keyword field is missing or empty. | Add "keyword": "your keyword" to your input JSON. |
Please select a supported country | Country value not in allowed list. | Use one of: Germany, Austria, Belgium. |
Please choose a result limit between 10 and 10000 | max_results is out of range. | Set max_results to a value between 10 and 10000. |
Empty salary in output | Job listing has no salary information on StepStone. | No fix needed — field is optional. |
Charge limit reached | Account-level monthly spend limit hit. | Raise the run / monthly limit in your Apify plan settings. |
❓ FAQ
What data does StepStone Job Listing return?
StepStone Job Listing returns 21 structured fields including job title, company name, salary, location, employment type, posting date, apply URL, and processing status.
How much does StepStone Job Listing cost?
The Actor charges $0.002 per job listing. The Apify Free plan includes $5 of monthly platform credits — enough for ~2,500 job listings.
Does StepStone Job Listing require a login?
No. StepStone Job Listing scrapes publicly accessible StepStone job search results without requiring a user login.
Which countries are supported?
Germany, Austria, and Belgium are supported via StepStone's regional portals.
🔌 Integrations
StepStone Job Listing plugs straight into the Apify ecosystem:
- Schedules — refresh job listings on a recurring schedule (docs).
- Webhooks — POST results to your endpoint on
ACTOR.RUN.SUCCEEDED(docs). - Apify API —
run-sync-get-dataset-itemsfor blocking calls,runsfor async (docs). - MCP Server — call the Actor from Claude, ChatGPT, or Cursor agents (docs).
- No-code — Make, Zapier, n8n, Pipedream, Google Sheets, Airtable.
🧱 Sister Actors from TrueFetch
Jobs
- Best Job Listing
- Glassdoor Job Listing
- Glints Company Profile
- Glints Job Listing
- Indeed Job Listing
- JobStreet Company Profile
- JobStreet Job Listing
- LinkedIn Job Listing
- StepStone Company Profile
- StepStone Job Listing
Shopping & Deals
- Amazon Product Listing
- Amazon Store Profile
- Argos Product Listing
- ASOS Product Listing
- eBay Listing
- eBay Seller Profile
- Flipkart Product Listing
- John Lewis Product Listing
- Lidl Product Listing
- Magalu Product Listing
- MediaMarkt Product Listing
- Mercado Livre Product Listing
- Nykaa Product Listing
- OTTO Product Listing
- Target Product Listing
- TradeIndia Product Listing
- TradeIndia Supplier Profile
- Walmart Product Listing
Vehicles
- AutoTrader Car Listing
- AutoTrader Dealer Profile
- Cars.com Car Listing
- Cars.com Dealer Profile
- Webmotors Car Listing
Real Estate
- MagicBricks Builder Profile
- MagicBricks Property Listing
- US Property Listing
- Zillow Property Listing
Local Business & Food
- BBB Business Profile
- BBB Review
- Google Maps Business Listing
- Reclame Aqui Company Profile
- Zomato Restaurant Menu
- Zomato Restaurant Listing
Classifieds
Social Media
- LinkedIn Company Profile
- LinkedIn Person Profile
- Instagram Explore Post Post
- Instagram Profile Post
- Instagram Profile
- Reddit Community Post
- Reddit Community Profile
- Reddit Community Member
- Reddit Post Search
- Reddit User Profile
- Social Media Marketing
- Telegram Channel Message
- Telegram Group Member
- Telegram Profile
- X Community Profile
- X User Profile
Videos & Text
- Best Video Downloader
- Instagram Video Transcript
- TikTok Live Recorder
- TikTok Video Downloader
- TikTok Profile Video
- Video Subtitles Downloader
- Video To Text
- YouTube Niche Listing
- YouTube Video Downloader
Content & Articles
📞 Support, changelog, last updated
Support
- 💬 Telegram Group: t.me/Apify_Actor
- 📧 Direct support: t.me/AiAgentApi
- 📖 Actor page & docs: apify.com/truefetch/stepstone-job-listing
Maintained by TrueFetch on the Apify Store.
Cost of doing nothing: manually collecting 1,000 StepStone job listings for salary analysis takes days. StepStone Job Listing delivers them at $0.002 per job via API. → Try it free with $5 of Apify credits.
Changelog
- 2026-05-02 — README rewritten for SEO + GEO; documented all output fields, pricing, troubleshooting matrix, and FAQ.
- 2026-04 — Added
salary,employment_type, anddescriptionoutput fields. - 2026-02 — Initial release: StepStone job listing scraper.
{"@context": "https://schema.org","@graph": [{"@type": "SoftwareApplication","@id": "https://apify.com/truefetch/stepstone-job-listing#software","name": "StepStone Job Listing","description": "Apify Actor that searches StepStone jobs by keyword in Germany, Austria, and Belgium at $0.002 per job, returning title, company, salary, location, and apply URL.","applicationCategory": "BusinessApplication","operatingSystem": "Web, Cloud","url": "https://apify.com/truefetch/stepstone-job-listing","offers": {"@type": "Offer","price": "0.002","priceCurrency": "USD","availability": "https://schema.org/InStock"},"author": { "@id": "https://apify.com/TrueFetch#author-TrueFetch" },"publisher": { "@id": "https://apify.com/TrueFetch#publisher" }},{"@type": "Organization","@id": "https://apify.com/TrueFetch#publisher","name": "TrueFetch","url": "https://apify.com/TrueFetch","sameAs": ["https://t.me/Apify_Actor", "https://t.me/AiAgentApi"]},{"@type": "FAQPage","mainEntity": [{"@type": "Question","name": "What data does StepStone Job Listing return?","acceptedAnswer": {"@type": "Answer","text": "StepStone Job Listing returns 21 structured fields including job title, company name, salary, location, employment type, posting date, apply URL, and processing status."}},{"@type": "Question","name": "How much does StepStone Job Listing cost?","acceptedAnswer": {"@type": "Answer","text": "StepStone Job Listing charges $0.002 per job listing. The Apify Free plan includes $5 of monthly platform credits — enough for ~2,500 job listings."}},{"@type": "Question","name": "Which countries are supported by StepStone Job Listing?","acceptedAnswer": {"@type": "Answer","text": "Germany, Austria, and Belgium are supported via StepStone's regional portals."}}]},{"@type": "BreadcrumbList","itemListElement": [{"@type": "ListItem","position": 1,"name": "Apify","item": "https://apify.com"},{"@type": "ListItem","position": 2,"name": "Jobs","item": "https://apify.com/store?category=JOBS"},{"@type": "ListItem","position": 3,"name": "StepStone Job Listing","item": "https://apify.com/truefetch/stepstone-job-listing"}]}]}
Last Updated: May 2, 2026 Schema version: 1.1 Maintained by: TrueFetch · 💬 Telegram Group · 📧 Support