Scrape StepStone.at — Austria's Leading Job Portal
Extract structured job data from StepStone.at, one of Austria's top job platforms. Returns title, company, location, salary (including Austrian minimum salary requirements), and full description. HTTP-only — no Chrome, no Playwright.
Anti-Bot
TLS fingerprinting
What You Can Scrape
- Job search results — title, company, location, salary, posted date
- Full job details — complete description, requirements, benefits
- Salary data — Austrian collective agreement minimum salary info
- Company info — employer name, industry sector
- Multi-query — run multiple keyword + location searches per run
- All Austrian regions — Wien, Graz, Linz, Salzburg, Innsbruck, and more
Primary Use Cases
- Austrian job market analysis — track hiring trends across industries and regions
- Lead generation — identify Austrian companies actively hiring
- Salary benchmarking — compare compensation across roles in Austria
- HR tech — aggregate Austrian job listings for your platform
- DACH coverage — combine with StepStone.de for complete German-speaking market
API Example
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~stepstone-at-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"searchQueries": ["software engineer"],
"location": "Wien",
"maxResultsPerQuery": 50
}'
Integrations
- n8n / Make / Zapier — trigger runs and process results via webhook
- AI Agents (MCP) — Claude Desktop, Cursor, VS Code, LangChain, LlamaIndex
- Python / Node.js — Apify SDK for programmatic access
- Google Sheets / Airtable — export via Apify integrations
How It Compares
| Feature | NanoScrape | Browser-based scrapers |
| Docker image | ~12MB | 500MB - 2GB |
| RAM usage | 128MB | 1-4GB |
| Cost per 1k results | ~$0.80 | $5 - $20 |
| Anti-bot approach | TLS fingerprinting | Full Chrome browser |
| Speed (1k jobs) | ~3 min | 15-45 min |
| Austrian coverage | All regions | Varies |
Output Fields
| Field | Type | Example |
| title | string | Software Engineer (m/w/d) |
| company | string | Erste Bank |
| location | string | Wien, Austria |
| salary | string | ab EUR 3.500 brutto/Monat |
| job_type | string | Vollzeit |
| description | string | Full job description HTML |
| url | string | https://stepstone.at/... |
| posted_at | string | 2026-04-19 |