Jobicy
Jobicy — Remote Jobs API Feed
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.
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://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
}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())/api/v2/remote-jobsPROBEDJobicy — Remote Jobs API Feed
/apiApi — documented GET route.
/api/1Api details by ID (example: 1).
/api?limit=10Api — documented GET route.
/api/search?q=testSearch by query parameters.
/api/v2/remote-jobsAPIRemote JobsAPI — documented GET route.
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.
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.