Arbeitsagentur Jobs Feed — German Federal Employment Agency avatar

Arbeitsagentur Jobs Feed — German Federal Employment Agency

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Arbeitsagentur Jobs Feed — German Federal Employment Agency

Arbeitsagentur Jobs Feed — German Federal Employment Agency

Extract job listings from arbeitsagentur.de — Germany's official public employment portal with 1M+ listings. Structured data with location, salary type, contract type, remote options.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Black Falcon Data

Black Falcon Data

Maintained by Community

Actor stats

1

Bookmarked

31

Total users

15

Monthly active users

a day ago

Last modified

Categories

Share

What does Arbeitsagentur Jobs Feed do?

Arbeitsagentur Jobs Feed extracts structured job data from arbeitsagentur.de — including salary data, contact details (email, apply URL), company metadata, full descriptions, remote-work indicators, and location data. It supports keyword search, location filters, and controllable result limits, so you can run the same query consistently over time. The actor also offers detail enrichment (full descriptions, company metadata, and contact information) where the source provides them.

New to Apify? Sign up free and use the included $5 monthly platform credit to test this actor.

Key features

  • 🔔 Notifications — Telegram, Slack, Discord, WhatsApp Cloud API, generic webhook — out of the box. Pair with incremental + notifyOnlyChanges for daily "new Arbeitsagentur jobs" pings to your hiring channel.
  • ♻️ Incremental mode — recurring runs emit only NEW / UPDATED / REAPPEARED records — UNCHANGED and EXPIRED are opt-in. First run builds the baseline; subsequent runs emit and charge only for the diff. Pair with notifications for daily "new jobs" alerts to your hiring team. Saves 80–95% on daily monitoring.
  • 📋 Detail enrichment — two-stage mode: list, then enrich each job with the full description + detail-page fields (apply counts, education, etc.). One toggle, no extra orchestration.
  • 📧 Email + phone extraction — every record carries extractedEmails[] and extractedPhones[] regex-pulled from the description — direct-outreach lists with no extra processing step.
  • 🔗 URL + social-profile extraction — every record carries extractedUrls[] and structured socialProfiles { linkedin, twitter, github, … } parsed from the description — useful when employers drop their careers page or recruiter LinkedIn in-line.
  • 📦 Compact mode — AI-agent and MCP-friendly compact payloads with core fields only — pipe straight into your ATS, salary-benchmarking tool, or LLM context without parsing extras.
  • ✂️ Description truncation — cap description length with descriptionMaxLength to control LLM prompt cost and dataset size — set 0 for full descriptions, or any char-limit to trim.
  • 📌 Change classification — each record carries a changeType of NEW / UPDATED / UNCHANGED / REAPPEARED / EXPIRED. Default emits NEW + UPDATED + REAPPEARED; opt into the others with emitUnchanged / emitExpired. Repost detection flags previously-expired listings that come back.
  • 📤 Export anywhere — Download the dataset as JSON, CSV, or Excel from the Apify Console, or stream live via the Apify API and integrations (Make, Zapier, Google Sheets, n8n, …).

What data can you extract from arbeitsagentur.de?

Each result includes Core listing fields (referenceId, title, occupation, allOccupations, location, postalCode, region, and country, and more), detail fields when enrichment is enabled (description, descriptionHtml, and descriptionMarkdown), contact and apply information (employerContactInfo, contactName, contactEmail, and applyUrl), and company metadata (employer, employerDescription, employerWebsite, and employerSize). In standard mode, all fields are always present — unavailable data points are returned as null, never omitted. In compact mode, only core fields are returned.

Enable detail enrichment in the input to get richer fields such as full descriptions, company metadata, and contact information where the source provides them.

Input

The main inputs are a search keyword, an optional location filter, and a result limit. Additional filters and options are available in the input schema.

Key parameters:

  • query — Job title or keyword (e.g., 'Software Developer', 'Krankenpfleger')
  • location — City or region (e.g., 'Berlin', 'München', 'Hamburg')
  • maxResults — Maximum number of job listings to return (default: 25)
  • mode — Full mode returns all matching jobs. Incremental mode returns only new or modified jobs since the last run — ideal for scheduled monitoring. (default: "full")
  • includeContact — Fetch contact person name, email, phone, and application URL for each listing. Slower due to additional verification per job. Requires CAPSOLVER_API_KEY environment variable. (default: false)
  • includeDetails — Fetch full job description, employer profile, and benefits for each listing. Slower but richer data. (default: false)
  • radius — Radius around location in km (default: 0)
  • contractType — Filter by contract duration (default: "")
  • jobType — Filter by listing type (default: "")
  • workType — Filter by working hours (default: "")
  • bundesland — Filter by German federal state (client-side post-fetch — may fetch many result pages for sparse state/broad query combinations; combine with a location for best performance) (default: "")
  • remoteOnly — Only show jobs with home office option (default: false)
  • ...and 17 more parameters

Input examples

Basic search — Keyword-driven search with a result cap.

→ Full payload per result — all standard fields populated where the source provides them.

{
"mode": "full",
"query": "Software Developer",
"maxResults": 50
}

Filtered search — Narrow results with advanced filters — only matching jobs are returned.

→ Same field set as basic search; fewer, more relevant rows.

{
"query": "Software Developer",
"contractType": "",
"jobType": "",
"workType": "",
"maxResults": 100
}

Compact output — Return only core fields for AI agents and MCP workflows.

→ Small payload with jobId, title, company, location, url, and a few other key fields.

{
"query": "Software Developer",
"maxResults": 50,
"compact": true
}

Output

Each run produces a dataset of structured job records. Results can be downloaded as JSON, CSV, or Excel from the Dataset tab in Apify Console.

Example job record

{
"referenceId": "13644-302975-S",
"title": "Software Developer Rust (m/w/d)",
"employer": "secunet",
"occupation": "Anwendungsprogrammierer/in",
"allOccupations": [
"Anwendungsprogrammierer/in"
],
"location": "Berlin",
"postalCode": "10178",
"region": "BERLIN",
"country": "DEUTSCHLAND",
"lat": 52.5210906,
"lng": 13.4099785,
"isFullTime": false,
"isPartTime": false,
"isPartTimeMorning": false,
"isPartTimeAfternoon": false,
"isPartTimeEvening": false,
"isNightOrWeekendShift": false,
"isMiniJob": false,
"isRemote": true,
"remoteType": "NACH_VEREINBARUNG",
"contractType": "KEINE_ANGABE",
"contractDurationMonths": null,
"salary": null,
"salaryMin": null,
"salaryMax": null,
"salaryCurrency": null,
"salaryType": null,
"startDate": "2026-05-10",
"publishedDate": "2026-05-10",
"firstPublishedDate": "2026-05-10",
"modifiedDate": "2026-05-10T07:26:50.709",
"isCareerChange": false,
"isTemporaryStaffing": false,
"isDisabilityFriendly": false,
"cipherNumber": "302975",
"externalUrl": "https://www.get-in-it.de/jobsuche/p302975?utm_source=arbeitsagentur&utm_medium=organic&utm_campaign=launch-basic",
"portalUrl": "https://www.arbeitsagentur.de/jobsuche/suche?id=13644-302975-S",
"distanceKm": 2,
"description": "## Deine Aufgaben in einem agilen Team\n\n- Mitarbeit bei der Entwicklung des SINA Management Center - einer Client-Server-Anwendung für VPN-Geräteverwaltung auf Basis von Rust, Electron und React\n- sys...",
"descriptionHtml": null,
"descriptionMarkdown": "## Deine Aufgaben in einem agilen Team\n\n- Mitarbeit bei der Entwicklung des SINA Management Center - einer Client-Server-Anwendung für VPN-Geräteverwaltung auf Basis von Rust, Electron und React\n- sys...",
"allianzPartnerName": "get in GmbH",
"allianzPartnerUrl": "www.get-in-IT.de",
"employerDescription": null,
"employerWebsite": null,
"employerSize": null,
"employerFoundedYear": null,
"employerHQ": null,
"employerBenefits": [],
"employerSocialMedia": [],
"employerContactInfo": null,
"contactName": null,
"contactEmail": null,
"contactPhone": null,
"employerAddress": null,
"applyUrl": null,
"applyMethod": null,
"extractedEmails": [],
"extractedPhones": [],
"extractedUrls": [],
"socialProfiles": {
"linkedin": null,
"twitter": null,
"instagram": null,
"facebook": null,
"youtube": null,
"tiktok": null,
"github": null,
"xing": null,
"bluesky": null,
"threads": null,
"mastodon": null
},
"contentHash": "f8aa3ddd003ce6dca3f5276d3526788d75aeeb6a4ac8ab7c0f54bc930ceab465",
"scrapedAt": "2026-05-15T23:33:43.574Z",
"firstSeenAt": null,
"lastSeenAt": null,
"isRepost": false,
"repostOfId": null,
"repostDetectedAt": null
}

In compact mode, output is reduced to core fields: title, employer, location, region, contractType, isFullTime, isRemote, startDate, publishedDate, and salary.

How to scrape arbeitsagentur.de

  1. Go to Arbeitsagentur Jobs Feed in Apify Console.
  2. Enter a search keyword and optional location filter.
  3. Set maxResults to control how many results you need.
  4. Enable includeDetails if you need full descriptions, contact info, company data.
  5. Click Start and wait for the run to finish.
  6. Export the dataset as JSON, CSV, or Excel.

Use cases

  • Extract job data from arbeitsagentur.de for market research and competitive analysis.
  • Track salary trends across regions and categories over time.
  • Build outreach lists using contact details and apply URLs from listings.
  • Research company hiring patterns, employer profiles, and industry distribution.
  • Use structured location data for regional analysis, mapping, and geo-targeting.
  • Feed structured data into AI agents, MCP tools, and automated pipelines using compact mode.
  • Export clean, structured data to dashboards, spreadsheets, or data warehouses.

How much does it cost to scrape arbeitsagentur.de?

Arbeitsagentur Jobs Feed uses pay-per-event pricing. You pay a small fee when the run starts and then for each result that is actually produced.

  • Run start: $0.01 per run
  • Per result: $0.002 per job record

Example costs:

  • 10 results: $0.03
  • 100 results: $0.21
  • 500 results: $1.01

FAQ

How many results can I get from arbeitsagentur.de?

The number of results depends on the search query and available listings on arbeitsagentur.de. Use the maxResults parameter to control how many results are returned per run.

Can I integrate Arbeitsagentur Jobs Feed with other apps?

Yes. Arbeitsagentur Jobs Feed works with Apify's integrations to connect with tools like Zapier, Make, Google Sheets, Slack, and more. You can also use webhooks to trigger actions when a run completes.

Can I use Arbeitsagentur Jobs Feed with the Apify API?

Yes. You can start runs, manage inputs, and retrieve results programmatically through the Apify API. Client libraries are available for JavaScript, Python, and other languages.

Can I use Arbeitsagentur Jobs Feed through an MCP Server?

Yes. Apify provides an MCP Server that lets AI assistants and agents call this actor directly. Use compact mode and descriptionMaxLength to keep payloads manageable for LLM context windows.

This actor extracts publicly available data from arbeitsagentur.de. Web scraping of public information is generally considered legal, but you should always review the target site's terms of service and ensure your use case complies with applicable laws and regulations, including GDPR where relevant.

Your feedback

If you have questions, need a feature, or found a bug, please open an issue on the actor's page in Apify Console. Your feedback helps us improve.

You might also like

Getting started with Apify

New to Apify? Create a free account with $5 credit — no credit card required.

  1. Sign up — $5 platform credit included
  2. Open this actor and configure your input
  3. Click Start — export results as JSON, CSV, or Excel

Need more later? See Apify pricing.