Bundesagentur für Arbeit Jobsuche Scraper
Under maintenancePricing
from $2.99 / 1,000 job details
Bundesagentur für Arbeit Jobsuche Scraper
Under maintenanceScrape job listings from the Bundesagentur für Arbeit Jobsuche (arbeitsagentur.de), the official German Federal Employment Agency job portal. Extract job titles, companies, locations, salary ranges, contract types and descriptions for German job market analysis.
Pricing
from $2.99 / 1,000 job details
Rating
0.0
(0)
Developer
Jobs API
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
2
Monthly active users
11 hours ago
Last modified
Categories
Share
An Apify Actor that scrapes publicly listed job postings from the Bundesagentur für Arbeit Jobsuche - the official German Federal Employment Agency job portal and the canonical source of German labour-market data.
The Actor queries the official Jobsuche API, enriches each result from its server-rendered detail page, captures every populated source-specific field (full address, coordinates, occupations, work schedule, contract term, remote eligibility, dates, description HTML/text, additional locations, employer data, and direct application details), normalises everything into a single rich structured schema, and pushes one record per vacancy into the Actor's default dataset.
Table of Contents
- What is the Bundesagentur für Arbeit Jobsuche?
- What does the Actor scrape?
- Main target URL
- Input schema
- Output / dataset schema
- Example input
- Example output record
- Responsible use
- Related jobs scrapers
What is the Bundesagentur für Arbeit Jobsuche?
The Jobsuche portal is the official job board operated by the Bundesagentur für Arbeit (Federal Employment Agency). It is the canonical source of German labour-market data and the default destination for unemployed job-seekers, employers, and recruiters across every Bundesland. The portal exposes both a structured search API and server-rendered detail pages with rich, well-typed vacancy metadata.
This Actor targets the public Jobsuche search API and the matching server-rendered detail page for each vacancy.
What does the Actor scrape?
Scrape job listings from the Bundesagentur für Arbeit Jobsuche (arbeitsagentur.de), the official German Federal Employment Agency job portal. Extract job titles, companies, locations, salary ranges, contract types and descriptions for German job market analysis.
The actor maps listing fields such as:
idtitleoccupationscompanylocationofferTypeemploymentTypecontractTyperemoteAllowedstartDate
Primary source URL: https://rest.arbeitsagentur.de/jobboerse/jobsuche-service/pc/v4/jobs
Main target URL
The actor scrapes from the following base URL:
https://rest.arbeitsagentur.de/jobboerse/jobsuche-service/pc/v4/jobs
Request modifiers come from fields: query, location, maxItems.
Input schema
The Actor accepts the following input (defined in .actor/input_schema.json):
| Field | Type | Required | Default | Constraints | Description |
|---|---|---|---|---|---|
query | string | Yes | "entwickler" | - | Job title, keyword or skill to search for |
location | string | No | "Berlin" | - | City, region or postal code to search in |
maxItems | integer | Yes | 50 | - | Maximum number of job listings to scrape |
Output / dataset schema
Each record follows .actor/dataset_schema.json and includes the properties below.
| Field | Type | Required |
|---|---|---|
id | string | Yes |
title | string | Yes |
occupations | array | Yes |
company | object | Yes |
location | object | Yes |
offerType | string | Yes |
employmentType | string | No |
contractType | string | No |
remoteAllowed | boolean | Yes |
startDate | string | Yes |
startText | string | Yes |
publicationDate | string | Yes |
modifiedAt | string | Yes |
salary | object | No |
descriptionText | string | No |
descriptionHtml | string | No |
details | object | Yes |
application | object | Yes |
externalListing | boolean | Yes |
detailUrl | string | Yes |
searchUrl | string | Yes |
search | object | Yes |
scrapedAt | string | Yes |
source | string | Yes |
company object
| Subfield | Type | Required |
|---|---|---|
name | string | Yes |
customerHash | string | No |
logo | string | No |
headquarters | string | No |
location object
| Subfield | Type | Required |
|---|---|---|
text | string | Yes |
street | string | No |
postalCode | string | No |
city | string | Yes |
region | string | No |
country | string | Yes |
coordinates | object | Yes |
distanceKm | number | No |
additionalLocations | array | No |
salary object
| Subfield | Type | Required |
|---|---|---|
text | string | Yes |
currency | string | Yes |
min | number | Yes |
max | number | No |
application object
| Subfield | Type | Required |
|---|---|---|
url | string | Yes |
externalUrl | string | No |
emails | array | No |
search object
| Subfield | Type | Required |
|---|---|---|
query | string | Yes |
location | string | Yes |
Example input
{"query": "entwickler","maxItems": 50,"location": "Berlin"}
Example output record
{"id": "13644-310028-S","title": "Fullstack Entwickler (m/w/d)","occupations": ["IT-Projektkoordinator/in"],"company": {"name": "mgm technology partners"},"location": {"text": "10178, Berlin, Berlin, Deutschland","postalCode": "10178","city": "Berlin","region": "Berlin","country": "Deutschland","coordinates": {"latitude": 52.5210906,"longitude": 13.4099785},"distanceKm": 2},"offerType": "Arbeit","remoteAllowed": false,"startDate": "2026-07-16","startText": "ab sofort","publicationDate": "2026-07-16","modifiedAt": "2026-07-16T07:28:02.348","details": {"Angebotsart": "Arbeit","Arbeitsort": "verschiedene Arbeitsorte","Beginn": "ab sofort","Veröffentlichung": "Vor 3 Tagen veröffentlicht"},"application": {"url": "https://www.get-in-it.de/jobsuche/p310028?utm_source=arbeitsagentur&utm_medium=organic&utm_campaign=launch-basic","externalUrl": "https://www.get-in-it.de/jobsuche/p310028?utm_source=arbeitsagentur&utm_medium=organic&utm_campaign=launch-basic"},"externalListing": true,"detailUrl": "https://www.arbeitsagentur.de/jobsuche/jobdetail/13644-310028-S","searchUrl": "https://rest.arbeitsagentur.de/jobboerse/jobsuche-service/pc/v4/jobs?was=entwickler&page=1&size=2&angebotsart=1&pav=false&wo=Berlin","search": {"query": "entwickler","location": "Berlin"},"scrapedAt": "2026-07-19T19:50:44.649Z","source": "arbeitsagentur"}
Responsible use
Only collect publicly available job information. Respect the Bundesagentur für Arbeit's applicable terms of service, robots directives, and data-protection requirements, and follow the usage policy of any proxy infrastructure you route through. Do not use this Actor to scrape authenticated pages, to bypass paywalls, or to harvest personal data of candidates or recruiters.
Related jobs scrapers
This Actor is part of the jobsapi organisation on Apify — a curated set of job-board scrapers that all share the same conventions (input schema, output schema, validation, and runtime). Each scraper lives under apify.com/jobsapi/<actor-name> and is published from a sibling folder in this workspace.
The full catalogue of jobs scrapers in this workspace:
Global / multi-country
- indeed-jobs-search-scraper — Indeed
- linkedin-jobs-search-scraper — LinkedIn
- google-jobs-search-scraper — Google Jobs
- glassdoor-jobs-search-scraper — Glassdoor
- monster-jobs-search-scraper — Monster
- ziprecruiter-jobs-search-scraper — ZipRecruiter
- simplyhired-jobs-search-scraper — SimplyHired
- adzuna-jobs-search-scraper — Adzuna
- jooble-jobs-search-scraper — Jooble
- jora-jobs-search-scraper — Jora
- careerjet-jobs-search-scraper — Careerjet
- multi-ats-jobs-search-scraper — multi-ATS aggregator
- workable-jobs-search-scraper — Workable
- workday-jobs-search-scraper — Workday-powered career sites
Remote / flexible
- remoteok-jobs-search-scraper — RemoteOK
- we-work-remotely-jobs-search-scraper — We Work Remotely
- remotive-jobs-search-scraper — Remotive
- remote-co-jobs-search-scraper — Remote.co
- flexjobs-jobs-search-scraper — FlexJobs
- upwork-jobs-search-scraper — Upwork
United States
- usajobs-jobs-search-scraper — USAJobs
- dice-com-jobs-search-scraper — Dice
- builtin-jobs-search-scraper — Built In
- governmentjobs-jobs-search-scraper — GovernmentJobs
- handshake-jobs-search-scraper — Handshake
- higheredjobs-jobs-search-scraper — HigherEdJobs
- hcareers-jobs-search-scraper — HCareers
- idealist-jobs-search-scraper — Idealist
- jobcase-jobs-search-scraper — Jobcase
- snagajob-jobs-search-scraper — Snagajob
- themuse-jobs-search-scraper — The Muse
- wellfound-jobs-search-scraper — Wellfound (AngelList Talent)
- tes-jobs-search-scraper — TES
- practicelink-jobs-search-scraper — PracticeLink
- civilservice-jobs-search-scraper — Civil Service
United Kingdom & Ireland
- reed-jobs-search-scraper — Reed
- totaljobs-jobs-search-scraper — Totaljobs
- cv-library-jobs-search-scraper — CV-Library
- jobsite-jobs-search-scraper — Jobsite
- jobs-ac-uk-jobs-search-scraper — Jobs.ac.uk
- guardian-jobs-search-scraper — Guardian Jobs
- irishjobs-jobs-search-scraper — IrishJobs
- nhs-jobs-search-scraper — NHS Jobs
- tes-jobs-search-scraper — TES
Europe
- apec-jobs-search-scraper — APEC (France, executive roles)
- cadremploi-jobs-search-scraper — Cadremploi (France)
- meteojob-jobs-search-scraper — Meteojob (France)
- hellowork-jobs-search-scraper — Hellowork (France)
- francetravail-jobs-search-scraper — France Travail (France)
- michaelpage-jobs-search-scraper — Michael Page
- manpower-jobs-search-scraper — Manpower
- randstad-jobs-search-scraper — Randstad
- roberthalf-jobs-search-scraper — Robert Half
- akkodis-jobs-search-scraper — Akkodis
- stepstone-jobs-search-scraper — Stepstone (DE/EU)
- arbeitsagentur-jobs-search-scraper — Arbeitsagentur (Germany)
- xing-jobs-search-scraper — Xing
- karriere-at-jobs-search-scraper — Karriere.at (Austria)
- jobs-ch-jobs-search-scraper — Jobs.ch (Switzerland)
- pracuj-pl-jobs-search-scraper — Pracuj.pl (Poland)
- nofluffjobs-jobs-search-scraper — No Fluff Jobs
- jobindex-jobs-search-scraper — Jobindex (Denmark)
- finn-no-jobs-search-scraper — FINN.no (Norway)
- infojobs-jobs-search-scraper — InfoJobs (Spain/Italy/Portugal)
- eluta-jobs-search-scraper — Eluta.ca (Canada)
- jobbank-jobs-search-scraper — Job Bank (Canada)
- jobillico-jobs-search-scraper — Jobillico (Canada)
- eures-jobs-search-scraper — EURES (EU)
- vdab-jobs-search-scraper — VDAB (Belgium)
- kariyer-net-jobs-search-scraper — Kariyer.net (Türkiye)
- jobberman-jobs-search-scraper — Jobberman (Nigeria)
- pnet-jobs-search-scraper — PNet (South Africa)
- brightmonday-jobs-search-scraper — BrighterMonday (East Africa)
- caterer-jobs-search-scraper — Caterer.com (hospitality, UK/EU)
India
- naukri-jobs-search-scraper — Naukri
- foundit-jobs-search-scraper — Foundit (Monster India)
- timesjobs-jobs-search-scraper — TimesJobs
- shine-com-jobs-search-scraper — Shine
- internshala-jobs-search-scraper — Internshala
- freshersworld-jobs-search-scraper — Freshersworld
- hirist-jobs-search-scraper — Hirist
- instahyre-jobs-search-scraper — Instahyre
- iimjobs-jobs-search-scraper — IIMJobs
- cutshort-jobs-search-scraper — Cutshort
- workindia-jobs-search-scraper — WorkIndia
- quikr-jobs-search-scraper — Quikr Jobs
- unstop-jobs-search-scraper — Unstop (Dare2Compete)
- apna-jobs-search-scraper — Apna
- employmentnews-jobs-search-scraper — Employment News
- ibps-recruitment-jobs-search-scraper — IBPS recruitment
- ssc-recruitment-jobs-search-scraper — SSC recruitment
- rrb-recruitment-jobs-search-scraper — RRB recruitment
- upsc-recruitment-jobs-search-scraper — UPSC recruitment
- freejobalert-jobs-search-scraper — FreeJobAlert
- tnprivatejobs-jobs-search-scraper — TN Private Jobs
Asia-Pacific
- jobkorea-jobs-search-scraper — JobKorea (Korea)
- saramin-jobs-search-scraper — Saramin (Korea)
- daijob-jobs-search-scraper — Daijob (Japan)
- gaijinpot-jobs-search-scraper — GaijinPot (Japan)
- jobsdb-sg-jobs-search-scraper — JobsDB (Hong Kong / SEA)
- jobstreet-jobs-search-scraper — JobStreet (SEA)
- mycareersfuture-jobs-search-scraper — MyCareersFuture (Singapore)
- glints-jobs-search-scraper — Glints (SEA)
- himalayas-jobs-search-scraper — Himalayas
- vietnamworks-jobs-search-scraper — VietnamWorks
- conzultalent-jobs-search-scraper — Conzultalent
MENA
- bayt-jobs-search-scraper — Bayt.com
- gulftalent-jobs-search-scraper — GulfTalent
- wuzzuf-jobs-search-scraper — Wuzzuf (Egypt)
- naukrigulf-jobs-search-scraper — NaukriGulf
- hh-ru-jobs-search-scraper — hh.ru (Russia)
Latin America
- computrabajo-jobs-search-scraper — Computrabajo
- bumeran-jobs-search-scraper — Bumeran
- occ-mundial-jobs-search-scraper — OCC Mundial
- zonajobs-jobs-search-scraper — ZonaJobs
- laborum-jobs-search-scraper — Laborum
- catho-jobs-search-scraper — Catho (Brazil)
- gupy-jobs-search-scraper — Gupy (Brazil)
- infojobs-jobs-search-scraper — InfoJobs (Brazil)
- olx-jobs-search-scraper — OLX Jobs
Africa
- jobberman-jobs-search-scraper — Jobberman (Nigeria)
- pnet-jobs-search-scraper — PNet (South Africa)
- brightmonday-jobs-search-scraper — BrighterMonday (East Africa)
- career-jobs-search-scraper — Career (South Africa)
- ejobs-ro-jobs-search-scraper — eJobs.ro (Romania)
- ncs-jobs-search-scraper — NCS
- trademe-jobs-search-scraper — Trade Me Jobs (New Zealand)
- seek-jobs-search-scraper — SEEK (AU/NZ)
- workforce-australia-jobs-search-scraper — Workforce Australia
Other / specialised
- dice-com-jobs-search-scraper — Dice (tech, US)
- efinancialcareers-jobs-search-scraper — eFinancialCareers
- apsjobs-jobs-search-scraper — APS Jobs
- talent-jobs-search-scraper — Talent
- jungle-jobs-search-scraper — Jungle.co (creative / tech)
- wuzzuf-jobs-search-scraper — Wuzzuf
Browse the full catalogue at apify.com/jobsapi.