Scrape Arbeitsagentur.de — Germany's Official Federal Job Portal, All 16 States
Extract structured vacancy data from the Bundesagentur fuer Arbeit, Germany's federal employment agency and the country's largest single source of job listings. This portal contains positions that commercial job boards often lack, including public sector roles, apprenticeships, and government-mandated postings. Our scraper covers all 16 federal states with clean, structured output.
Pricing
$0.008/SERP + $0.020/detail
Anti-Bot
TLS fingerprinting
What You Can Scrape
- Federal job listings — positions registered with the Bundesagentur fuer Arbeit across all sectors
- Full job details — description, qualifications, working hours, contract type, start date
- Employer data — company name, location, industry sector, company size
- Regional filtering — target specific Bundeslaender, cities, or postal code regions
- Apprenticeships — Ausbildung listings alongside regular employment
- Multi-query — batch multiple search terms in a single run
Primary Use Cases
- German labor policy research — analyze the official government job registry for employment trends
- Public sector monitoring — track government and public institution hiring across federal states
- Complete market coverage — combine with StepStone and Indeed for full German job market data
- Apprenticeship analytics — monitor Ausbildung offerings by trade, region, and company
- Economic forecasting — use official vacancy data as a leading indicator for regional economies
API Example
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~arbeitsagentur-de-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"searchQueries": ["fachinformatiker"],
"location": "Bayern",
"maxResultsPerQuery": 100,
"includeJobDetails": true
}'
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 SERP | $8.00 | $15 - $30 |
| Gov data access | Full coverage | Partial or broken |
| Apprenticeships | Yes | Rarely included |
| Speed (1k jobs) | ~5 min | 25-60 min |
Output Fields
| Field | Type | Example |
| title | string | Fachinformatiker/in Anwendungsentwicklung |
| company | string | Siemens AG |
| location | string | Munich, Bavaria |
| bundesland | string | Bayern |
| contract_type | string | Vollzeit, unbefristet |
| description | string | Full job description text |
| start_date | string | 2026-07-01 |
| url | string | https://arbeitsagentur.de/... |
| posted_at | string | 2026-04-15 |
| search_query | string | fachinformatiker |