Jobicy

Jobicy — Remote Jobs API Feed

💬 Social & WorkHEALTHYchecked 7h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

Jobicy exposes remote Jobs API Feed We verified a keyless GET endpoint returning JSON (Jobs). Check the provider docs for rate limits and terms before production use.

91HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 91 · healthy
Uptime history
99.02%90 days
98.3%30 days
629P50 · ms
2417P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 211 ms, slowest 1630 ms, most recent 338 ms.
Live response samplecaptured by our last successful check
GET https://jobicy.com/api/v2/remote-jobs

{
  "apiVersion": "2.2.14",
  "documentationUrl": "https://jobi.cy/apidocs",
  "friendlyNotice": "Thanks for using Jobicy API! Please ensure Jobicy is clearly credited with a direct link to the source, and all application buttons redirect to the original job URL provided in this feed. That’s all! You might be building something amazing, we wish you the best of luck!",
  "jobCount": 100,
  "lastUpdate": "2026-07-05T12:40:04+00:00",
  "appliedFilters": {
    "count": 100
  },
  "jobs": [
    {
      "id": 145224,
      "url": "https://jobicy.com/jobs/145224-pensions-project-manager",
      "jobSlug": "145224-pensions-project-manager",
      "jobTitle": "Pensions Project Manager",
      "companyName": "WTW",
      "companyLogo": "https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/09/8fd0d917-221.png",
      "jobIndustry": [
        "Product & Operations"
      ],
      "jobType": [
        "Full-Time"
      ]
    },
    {
      "id": 145298,
      "url": "https://jobicy.com/jobs/145298-staff-product-designer-4",
      "jobSlug": "145298-staff-product-designer-4",
      "jobTitle": "Staff Product Designer",
      "companyName": "Monzo",
      "companyLogo": "https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/5b4c0ec3-221.jpg",
      "jobIndustry": [
        "Creative & Design"
      ],
      "jobType": [
        "Full-Time"
      ]
    }
  ],
  "success": true
}
Call itcurl · fetch · python
curl "https://jobicy.com/api/v2/remote-jobs"
const res = await fetch("https://jobicy.com/api/v2/remote-jobs");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://jobicy.com/api/v2/remote-jobs")
print(res.json())
Endpoints · 6HealthyFULL DOCS ↗
Monitored path responding — GET /api/v2/remote-jobs629 mschecked 7h ago
GET/api/v2/remote-jobsPROBED

Jobicy — Remote Jobs API Feed

GET/api

Api — documented GET route.

GET/api/1

Api details by ID (example: 1).

GET/api?limit=10

Api — documented GET route.

GET/api/search?q=test

Search by query parameters.

GET/api/v2/remote-jobsAPI

Remote JobsAPI — 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.

Jobicy: common questions

Is Jobicy free to use?

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

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

Can I call Jobicy from the browser?

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

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