Germany Jobs Scraper - Arbeitsagentur API avatar

Germany Jobs Scraper - Arbeitsagentur API

Under maintenance

Pricing

from $1.00 / 1,000 result exporteds

Go to Apify Store
Germany Jobs Scraper - Arbeitsagentur API

Germany Jobs Scraper - Arbeitsagentur API

Under maintenance

Scrape Germany's Bundesagentur fuer Arbeit job portal via API. Extract job listings, locations, salaries, and employer data for German job market research and workforce analytics.

Pricing

from $1.00 / 1,000 result exporteds

Rating

0.0

(0)

Developer

Ryan Zinburg

Ryan Zinburg

Maintained by Community

Actor stats

0

Bookmarked

13

Total users

10

Monthly active users

10 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
}