Jobs · head-to-head
Arbeitsamt vs The Muse
Arbeitsamt
The Bundesagentur für Arbeit's Jobsuche API is Germany's official public job-search service, covering listings, employer details, and application document references. Every request needs the fixed public clientId sent as an X-API-Key header rather than a per-user OAuth token, and returns JSON.
The Muse
The Muse's public API returns its job listings and company profiles — culture content, photos, and open roles per employer — the same data powering its own site and widgets. Anyone can call it for light testing; registering a free app key raises the rate limit and is required for production use.
| Arbeitsamt | The Muse | |
|---|---|---|
| Authentication | API Key | API Key |
| Pricing | free | free |
| Formats | JSON | JSON |
| CORS | no | yes |
| HTTPS | Yes | Yes |
The Muse supports CORS, while Arbeitsamt doesn't — pick The Muse for direct browser calls.