Remotive

Curated remote job listings

💬 Social & WorkHEALTHYchecked 10h ago
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.

72HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 72 · healthy
Uptime history
100%90 days
100%30 days
612P50 · ms
2572P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 34 ms, slowest 1433 ms, most recent 455 ms.
Live response samplecaptured by our last successful check
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 · 3HealthyFULL DOCS ↗
Monitored path responding — GET /remote-jobs?limit=1612 mschecked 10h ago
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

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

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?

As of our last scheduled check, Remotive is healthy with 100% uptime over 90 days and a 612 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.