Jobs — entry 003 of 18
Arbeitnow
Arbeitnow's public job board API returns current European and remote listings — title, company, location, tags, and a full description — as a single unauthenticated JSON feed, paginated for bulk consumption. No registration or key is needed to read it.
GreatAPIs Score
Auth quickstart
- No key needed — call it now.
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Developer reference
https://www.arbeitnow.com/api/job-board-apiResponses carry x-ratelimit-limit / x-ratelimit-remaining headers, but treat the numbers as advisory rather than as your own budget: the documented endpoint is served from a Cloudflare edge cache (cf-cache-status: HIT, Age up to ~32 minutes observed, despite Cache-Control: private), so calling the base URL verbatim returns whichever counters the edge captured on its last origin fetch. This run read a limit of 50 with 49 remaining on every response — cached and cache-missing alike — while an earlier probe of the same bare URL read 5 with 4 remaining, so the advertised cap itself is not stable across callers. The practical ceiling is Cloudflare's bot mitigation, not the header: bursts of uncached requests were cut off at the 8th and 10th call with HTTP 429, Cf-Mitigated: challenge, an HTML challenge body and no x-ratelimit headers at all.