Karriere.at Scraper: Austria's #1 Job Portal, 33 Fields
Scrape job listings from Karriere.at, Austria's largest job board. Returns 33 fields per job including title, company, location, canton, salary range in EUR with period (hourly/monthly/yearly), employment_type, workload_min and workload_max (part-time percentages), remote_option, full description and requirements text, company_benefits, posted_at and apply URL. Built for HR teams, recruiters and Austria market researchers.
Anti-Bot
TLS + IP rotation
What you can scrape
- Listing core: title, company, location, canton (Wien, NÖ, OÖ, etc.), employment_type, posted_at
- Salary (EUR): salary_min, salary_max, salary_currency (EUR), salary_period, salary_text
- Working time: workload_min, workload_max (part-time %), remote_option
- Full content: description_snippet, description_full, requirements, company_benefits
- Apply path: apply_url, source_url, company_logo, scraped_at
Primary use cases
- Austria-only sales prospecting. Find every company hiring in Vienna or Salzburg this month as a sign of business expansion
- Cross-DACH salary benchmark. Combine with the StepStone.de and Jobs.ch scrapers to compare AT, DE and CH market rates for the same role
- HR market reports. Aggregate workload_min and remote_option to track the shift to part-time and hybrid work in the Austrian labor market
- Pflege / healthcare sourcing. Karriere.at carries strong nursing and care-sector listings; filter by employment_type for full-time hospital roles
API example
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~karriere-at-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"searchQueries": ["Pflege"],
"maxResultsPerQuery": 50,
"includeJobDetails": true
}'
Integrations
- n8n, Make, Zapier: trigger runs and process job records via webhook
- AI Agents (MCP): Claude Desktop, Cursor, VS Code, LangChain, LlamaIndex
- Python, Node.js: Apify SDK for programmatic access
- Google Sheets, Airtable: queries in, structured jobs out
Output fields
| Field | Type | Example |
| title | string | Diplomierte/r Gesundheits- und Krankenpfleger/in |
| company | string | Wiener Krankenanstaltenverbund |
| location | string | Wien |
| canton | string | Wien |
| salary_min | integer | 42000 |
| salary_max | integer | 52000 |
| salary_currency | string | EUR |
| workload_min | integer | 80 |
| remote_option | string | No |
| apply_url | string | https://www.karriere.at/jobs/... |
Related Actors