Job Search
/api/arbeitsagentur/jobs
Search Arbeitsagentur job listings by keyword and location
Search German Stellenangebote from Bundesagentur für Arbeit Jobsuche data and resolve locations through Scrappa's simplified, consistent interface. Scrappa is separate from the official agency API and official documentation.
Try it now
Use the first endpoint in this API family with a Scrappa API key. Every account includes 500 free monthly credits, so you can validate the response shape before buying credits.
curl -X GET "https://scrappa.co/api/arbeitsagentur/jobs?query=Fachinformatiker&location=Hamburg" \
-H "Accept: application/json" \
-H "X-API-KEY: YOUR_API_KEY"
{
"success": true,
"results": [
{
"title": "Fachinformatiker/in Systemintegration",
"company": "Bundesamt fur Migration und Fluchtlinge",
"location": "Hamburg",
"employment_type": "Vollzeit",
"posted": "2025-03-28",
"description": "Wir suchen zum nachstmoglichen Zeitpunkt...",
"url": "https://jobboerse.arbeitsagentur.de/..."
}
]
}
Structured data for real applications. Here are some ideas.
Include Arbeitsagentur listings in job boards to cover Germany's public employment service. Aggregate government-listed jobs alongside commercial job sites.
Analyze the German job market using official Arbeitsagentur listings. Study employment trends, regional demand, and skill requirements in Europe's largest economy.
Use the location search endpoint to resolve German cities, regions, and postal codes for geographic job search features and regional analytics.
Build tools for job seekers and workforce development programs that access government job listings. Help people find opportunities through official employment channels.
Everything you need in one API.
/api/arbeitsagentur/jobs
Search Arbeitsagentur job listings by keyword and location
/api/arbeitsagentur/job
Get the full Arbeitsagentur job detail object for a specific reference number
/api/arbeitsagentur/locations
Search and resolve German locations for job search filtering
See how Scrappa compares to the official API.
| Feature | Scrappa | Arbeitsagentur Jobsuche API (official) |
|---|---|---|
| API simplicity | Simple REST | Complex parameters |
| Authentication | API key only | OAuth client credentials |
| Response format | Consistent JSON | Custom format |
| Documentation | Interactive playground | PDF documentation |
| Location resolution | Included | Separate endpoint |
| Unified with other APIs | Yes (same key) | Standalone |
| Free tier | 500 credits/month | Free (rate limited) |
| Setup time | Minutes | Hours (OAuth setup) |
The official Bundesagentur für Arbeit Jobsuche API and its documentation are provided by the agency and use their own authentication, parameters, and response format. Scrappa is not the official API or official documentation; it provides a simplified Stellenangebote API interface to Jobsuche data with API key authentication, structured JSON responses, and interactive docs.
Yes. You can run searches across keywords and German locations to build comprehensive job databases that include government-listed positions. The location endpoint helps resolve German cities and postal codes for geographic filtering.
Just a Scrappa API key passed as an X-API-KEY header. No OAuth client credentials, no Arbeitsagentur developer registration. Sign up for free, get your key, and start searching German jobs immediately.
You can search job listings by keyword and location, getting back job titles, companies, locations, employment types, posting dates, descriptions, and direct URLs to the official listings. The location endpoint resolves German cities and regions for filtering.
Yes. Every Scrappa account gets 500 free credits per month with no credit card required. Test both Arbeitsagentur endpoints before committing to paid usage.
Scrappa charges $0.20 per 1,000 requests with no daily caps. Both endpoints cost the same. The free tier includes 500 credits per month to get started.