Himalayas
Remote jobs JSON feed
Himalayas remote jobs API returns structured listings with company, role and location metadata. Keyless JSON for job boards and alerts.
GET https://himalayas.app/jobs/api?limit=1
{
"comments": "13/03/2026: The API has been updated to include the companySlug field in the response.",
"updatedAt": 1783290417,
"offset": 0,
"limit": 1,
"totalCount": 106543,
"jobs": [
{
"title": "Praktikant Vertrieb (m/w/d)",
"excerpt": "comdaily ist eine Plattform für Generative Engine Optimization, die Marken im Zeitalter der KI-gesteuerten Suche sichtbar, konsistent und vertrauenswürdig hält.",
"companyName": "comdaily",
"companySlug": "comdaily",
"companyLogo": "https://cdn-images.himalayas.app/aswv10fbhfsjo6ldp636l5qr9tg0",
"employmentType": "Intern",
"minSalary": null,
"maxSalary": null
}
]
}curl "https://himalayas.app/jobs/api?limit=1"const res = await fetch("https://himalayas.app/jobs/api?limit=1");
const data = await res.json();
console.log(data);import requests
res = requests.get("https://himalayas.app/jobs/api?limit=1")
print(res.json())BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET
/jobs/api?limit=1PROBEDRemote jobs JSON feed
/jobsJobs — documented GET route.
/jobs/1Jobs details by ID (example: 1).
/jobs?limit=10Jobs — documented GET route.
/jobs/search?q=testSearch by query parameters.
/jobs/api?limit=5Api — documented GET route.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.
Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.
Himalayas: common questions
Is Himalayas free to use?
Yes — Himalayas 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 Himalayas need an API key?
No — Himalayas needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).
Can I call Himalayas from the browser?
Not directly — Himalayas doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.
Is Himalayas up right now?
As of our last scheduled check, Himalayas is unmonitored. We re-probe it every sweep — the status badge and uptime chart above always show the latest.