Jobicy

Jobicy — Remote Jobs API Feed

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.

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://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 · 6On scheduleFULL DOCS ↗
On schedule — GET /api/v2/remote-jobs awaits first probe
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

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

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?

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