Himalayas

Remote jobs JSON feed

💬 Social & WorkHEALTHYchecked 39 min ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

Himalayas remote jobs API returns structured listings with company, role and location metadata. Keyless JSON for job boards and alerts.

75HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 75 · healthy
Uptime history
99.02%90 days
98.3%30 days
262P50 · ms
3783P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 27 ms, slowest 1925 ms, most recent 214 ms.
Live response samplecaptured by our last successful check
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
    }
  ]
}
Call itcurl · fetch · python
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

Endpoints · 6HealthyFULL DOCS ↗
Monitored path responding — GET /jobs/api?limit=1262 mschecked 39 min ago
GET/jobs/api?limit=1PROBED

Remote jobs JSON feed

GET/jobs

Jobs — documented GET route.

GET/jobs/1

Jobs details by ID (example: 1).

GET/jobs?limit=10

Jobs — documented GET route.

GET/jobs/search?q=test

Search by query parameters.

GET/jobs/api?limit=5

Api — 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.

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 healthy with 99.02% uptime over 90 days and a 262 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.