Jobs — entry 003 of 18

Arbeitnow

Verified Jul 2026

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.

job-boardeuroperemote-jobsno-auth
AuthenticationNone requiredCall it straight away — no key, no signup.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreeNo paid tier — free for the documented use case.
FormatsJSONResponses can be requested as JSON.

GreatAPIs Score

Score74out of 100
Authentication25/25No authentication required
Pricing20/20Free to use
Docs0/20No docs or spec available
Formats9/15Single response format
Freshness20/20Verified within 6 months

Embed this badge

Scored 74 on greatapis.com
<a href="https://greatapis.com/api/arbeitnow/"><img src="https://greatapis.com/badge/arbeitnow.svg" alt="Scored 74 on greatapis.com"></a>

Auth quickstart

  1. No key needed — call it now.
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.

Developer reference

Base URLhttps://www.arbeitnow.com/api/job-board-api
Rate limit

Responses 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.