Remote OK Jobs API
Remote OK Jobs API — Remote OK is the #1 remote-only jobs board on the web. …
Remote OK Jobs API exposes remote OK is the #1 remote-only jobs board on the web. It has over 30,000+ remote job listings, adding new ones every day. With this API, now you can build apps with our data feed which covers 80% of remote jobs on the web. We verified a keyless GET endpoint returning JSON (Jobs). Check the provider docs for rate limits and terms before production use.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Open provider docs ↗
On our probe schedule. Uptime charts appear after the first check lands.
GET https://www.remoteok.com/api
[
{
"last_updated": 1783271921,
"legal": "API Terms of Service: Please link back (with follow, and without nofollow!) to the URL on Remote OK and mention Remote OK as a source, so we get traffic back from your site. If you do not we'll have to suspend API access.\n\nPlease don't use the Remote OK logo without written permission as it's a registered trademark, please DO use our name Remote OK though."
},
{
"slug": "remote-human-resources-generalist-coberonchronos-1134499",
"id": "1134499",
"epoch": 1783199436,
"date": "2026-07-04T21:10:36+00:00",
"company": "CoberonChronos",
"company_logo": "",
"position": "Human Resources Generalist",
"tags": [
"design",
"hr"
]
}
]curl "https://www.remoteok.com/api"const res = await fetch("https://www.remoteok.com/api");
const data = await res.json();
console.log(data);import requests
res = requests.get("https://www.remoteok.com/api")
print(res.json())/apiPROBEDRemote OK Jobs API — Remote OK is the #1 remote-only jobs board on the web. …
/api?limit=5Paginated variant with limit parameter.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.
Not tracked yet. Shape-change history starts once this API joins our probe schedule.
Remote OK Jobs API: common questions
Is Remote OK Jobs API free to use?
Yes — Remote OK Jobs API is a free social & work API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.
Does Remote OK Jobs API need an API key?
No — Remote OK Jobs API needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).
Can I call Remote OK Jobs API from the browser?
Yes — Remote OK Jobs API returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.
Is Remote OK Jobs API up right now?
Remote OK Jobs API is catalogued but not yet on our probe schedule, so we don't publish a live status for it. Check the provider's own status page or docs for its current state.