Remotive

Curated remote job listings

AUTH NONECORS AGENT ?HTTPS COMMERCIAL ?

Remotive publishes remote tech jobs as JSON with title, company, category and URL. Public feed — attribute Remotive when displaying listings.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
ON PROBE SCHEDULE

We probe a documented GET and expect 2xx JSON — full uptime and health score. Open provider docs ↗

Uptime historystarts after first probe

On our probe schedule. Uptime charts appear after the first check lands.

Example responsefrom provider docs — not verified by us
GET https://remotive.com/api/remote-jobs?limit=1

{
  "00-warning": "Remotive main domain moved to remotive.com ! Please make your API calls on remotive.com/api/remote-jobs instead of remotive.io now ;) Legacy endpoint remotive.io/api/remote-jobs will be terminated in June 2022. Thank you!",
  "0-legal-notice": "Legal warning - Hey, thanks for using Remotive's API, we appreciate it! Please note that API documentation and access is granted so that developers can share our jobs further. Please do not submit Remotive jobs to third Party websites, including but not limited to: Jooble, Neuvoo, Google Jobs, LinkedIn Jobs. Please link back to the URL found on Remotive AND mention Remotive as a source in order to Remotive to get traffic from your listing. If you don't do that, we'll terminate your API access, sorry! Jobs displayed are delayed by 24 hours, the goal being that jobs are attributed to Remotive on various platforms. Displaying our jobs in order to collect signups/email addresses to show a listing constitutes a breach of our terms of services. We offer a private, paid-for API, please email us at hello(at)remotive(dot)io for more information (starting budget is $5k/mo). Please find out terms of services on https://remotive.com/api-documentation. Please note that there is absolutely no need to request Remotive Job data too frequently. Typically, you only need to GET Remotive job data through this API a couple of times a day (we advise max. 4 times a day). Our data is not changing much faster than that anyway. Note that excessive requests will be blocked. Many thanks (Rodolphe & the Remotive team!)",
  "job-count": 31,
  "total-job-count": 31,
  "jobs": [
    {
      "id": 1185979,
      "url": "https://remotive.com/remote-jobs/writing/freelance-writer-1185979",
      "title": "Freelance Writer",
      "company_name": "IAPWE",
      "company_logo": "https://remotive.com/job/1185979/logo",
      "category": "Writing",
      "tags": [
        "REST"
      ],
      "job_type": "freelance"
    },
    {
      "id": 1749306,
      "url": "https://remotive.com/remote-jobs/writing/copywriter-1749306",
      "title": "Copywriter",
      "company_name": "Coalition Technologies ",
      "company_logo": "https://remotive.com/job/1749306/logo",
      "category": "Writing",
      "tags": [
        "accounting",
        "excel"
      ],
      "job_type": "freelance"
    }
  ]
}
Call itcurl · fetch · python
curl "https://remotive.com/api/remote-jobs?limit=1"
const res = await fetch("https://remotive.com/api/remote-jobs?limit=1");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://remotive.com/api/remote-jobs?limit=1")
print(res.json())
Endpoints · 3On scheduleFULL DOCS ↗
On schedule — GET /remote-jobs?limit=1 awaits first probe
GET/remote-jobs?limit=1PROBED

Curated remote job listings

GET/remote-jobs?limit=5

Remote Jobs — documented GET route.

GET/remote-jobs?page=1

Remote Jobs — documented GET route.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Not tracked yet. Shape-change history starts once this API joins our probe schedule.

Remotive: common questions

Is Remotive free to use?

Yes — Remotive 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 Remotive need an API key?

No — Remotive needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call Remotive from the browser?

Yes — Remotive 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 Remotive up right now?

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