VOOZH about

URL: https://apify.com/parsebird/arbeitsagentur-scraper/api

⇱ Arbeitsagentur Scraper — German Job Board Data Extraction API · Apify


Pricing

from $1.89 / 1,000 job scrapeds

Go to Apify Store

Arbeitsagentur Scraper

Scrape job listings from Arbeitsagentur.de (Bundesagentur für Arbeit) — Germany's largest public employment database with 1.5M+ active postings. Extract titles, employers, locations, contracts, descriptions, and 30+ fields per listing.

Pricing

from $1.89 / 1,000 job scrapeds

Rating

0.0

(0)

Developer

👁 ParseBird

ParseBird

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

24 days ago

Last modified

Share

You might also like

Bundesagentur für Arbeit (Arbeitsagentur) Scraper

lexis-solutions/bundesagentur-fur-arbeit-arbeitsagentur-scraper

The Arbeitsagentur Scraper is a web scraping tool that retrieves public job postings from Arbeitsagentur.de. Bundesagentur für Arbeit is the official job search website in Germany.

👁 User avatar

Lexis Solutions

463

5.0

Bundesagentur für Arbeit (Arbeitsagentur) Scraper Cheapest

madeingermany/arbeitsagentur-scraper

The Arbeitsagentur Scraper is a web scraping tool that retrieves public job postings from Arbeitsagentur.de. Bundesagentur für Arbeit is the official job search website in Germany. This is the cheapest and most unlimited scraper for this.

👁 User avatar

Made In Germany

9

Arbeitsagentur Jobs Feed — German Federal Employment Agency

blackfalcondata/arbeitsagentur-jobs-feed

Scrape arbeitsagentur.de — Germany's official public employment portal with over 1 million live job listings from the Bundesagentur für Arbeit. Get structured job records with salary data, geo-coordinates, and employer profiles for every posting.

👁 User avatar

Black Falcon Data

36

5.0

Bundesagentur für Arbeit Scraper | Cheap 1.5$ / 1k

trev0n/bundesagentur-fur-arbeit-scraper

Scrapes job listings from arbeitsagentur.de - Germany's official employment agency portal with 100,000+ job offers.

Bundesagentur für Arbeit ($2.00/1k) - 🇩🇪 Arbeitsagentur

signalflow/arbeitsagentur-scraper

Arbeitsagentur Scraper 🇩🇪 – extracts public job listings from Arbeitsagentur.de. Pulls jobs by keyword 🔎 and location 📍, returns employer details, dates, emails 📧 and phones 📱, and supports precise radius filtering 📏 Only $2 per 1 000 results 💰

55

5.0

Arbeitsagentur Scraper

silentflow/arbeitsagentur-scraper

Scrape job listings from Bundesagentur für Arbeit (arbeitsagentur.de), Germany's largest public job board with 1M+ offers. Extract job title, employer, location, salary, work schedule, contract type, full description, and employer profile with website and contact email. Filter by keyword and city.

4

Bundesagentur für Arbeit Job Scraper

plowdata/arbeitsagentur-job-scraper

Scrape structured job listings from Germany’s Bundesagentur für Arbeit / Arbeitsagentur job portal. Extract jobs, apprenticeships, internships, student positions, locations, salaries, contracts, remote-work info, and more.

Arbeitsagentur Scraper Ppe

silentflow/arbeitsagentur-scraper-ppe

Pay-per-event Arbeitsagentur scraper. Extract job listings from Bundesagentur für Arbeit (arbeitsagentur.de) with title, employer, location, salary, work schedule, contract type, full description, and employer profile including website and contact email. Only pay for jobs you get.

8

Arbeitsagentur Scraper | $1 / 1k | Bundesagentur für Arbeit

fatihtahta/arbeitsagentur-scraper

Scrape jobs from Germany’s Bundesagentur für Arbeit. Paste official search URLs and get full, clean, structured data including title, company, locations, contract/work type, dates, salary and more. Ideal for field research and job search.

👁 User avatar

Fatih Tahta

125

5.0

German Job Board Scraper – Bundesagentur für Arbeit

jungle_synthesizer/arbeitsagentur-scraper

Extract German job listings from Arbeitsagentur.de (Bundesagentur für Arbeit), Germany's federal employment agency. Search by keyword, location, or browse all open positions. Returns job title, employer, location, contract type, posted date, and job URL.

👁 User avatar

BowTiedRaccoon

2

You can access the Arbeitsagentur Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

👁 Python

Python

👁 JavaScript

JavaScript

CLI

👁 OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "keyword": "Softwareentwickler",
< "location": "Berlin",
< "employment_type": "job",
< "limit": 50
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/parsebird~arbeitsagentur-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Arbeitsagentur Scraper — German Job Board Data Extraction API

Below, you can find a list of relevant HTTP API endpoints for calling the Arbeitsagentur Scraper Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/parsebird~arbeitsagentur-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/parsebird~arbeitsagentur-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/parsebird~arbeitsagentur-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Arbeitsagentur Scraper API programmatically via the Apify API.

You can choose from:

Arbeitsagentur Scraper API in Python

Arbeitsagentur Scraper API in JavaScript

Arbeitsagentur Scraper API through CLI

Arbeitsagentur Scraper OpenAPI definition

You can start Arbeitsagentur Scraper with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Arbeitsagentur Scraper is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Arbeitsagentur Scraper run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.