Germany Jobs Scraper - Bundesagentur fur Arbeit API avatar

Germany Jobs Scraper - Bundesagentur fur Arbeit API

Pricing

Pay per usage

Go to Apify Store
Germany Jobs Scraper - Bundesagentur fur Arbeit API

Germany Jobs Scraper - Bundesagentur fur Arbeit API

Extract German job listings from the official Bundesagentur fur Arbeit REST API. Filter by keyword, location, profession code. Direct API access - no scraping, no blocks, fully reliable.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Ryan Zinburg

Ryan Zinburg

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

3 days ago

Last modified

Categories

Share

Arbeitsagentur Jobs Scraper — Germany Federal Employment API

Scrapes German job listings from the official Bundesagentur für Arbeit REST API. It uses https://rest.arbeitsagentur.de/jobboerse/jobsuche-service/pc/v4/jobs with the documented public X-API-Key: jobboerse-jobsuche header.

No browser, Puppeteer, proxy or HTML scraping is required.

Input

  • searchQuery — keyword or title, default ""
  • location — city/place, default ""
  • radiusKm — search radius around location, default 25
  • maxResults — maximum dataset items, default 100
  • includeDetails — fetch /pc/v4/jobdetails/{base64(refnr)}, default false
  • employmentType"", "VOLL" or "TEIL", default ""

Output

Each dataset item includes:

  • jobId
  • titel
  • beruf
  • arbeitgeber
  • arbeitsort.ort
  • arbeitsort.plz
  • arbeitsort.land
  • aktuelleVeroeffentlichungsdatum
  • eintrittsdatum
  • modifikationsTimestamp
  • externeUrl
  • detail fields when enabled: beschreibung, verguetung, arbeitszeit, befristung, ausbildung

Example input

{
"searchQuery": "developer",
"location": "Berlin",
"maxResults": 10,
"includeDetails": true
}