# Arbeitsamt API **Provider:** Arbeitsamt **Category:** developer **Base URL:** `https://jobsuche.api.bund.dev` **Auth:** oauth2 — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://jobsuche.api.bund.dev/ ## Description API for the "Arbeitsamt", which is a german Job board aggregator ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://jobsuche.api.bund.dev/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://jobsuche.api.bund.dev' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with API key. German Federal Employment Agency job listing API. --- *Source: [API Map](https://apimap.dev/apis/arbeitsamt/) — CC BY 4.0*