Himalayas

Remote jobs JSON feed

💬 Social & WorkUNMONITOREDchecked 58 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.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
Uptime history
—%90 days
—%30 days
P50 · ms
P95 · ms
operationalpartialdownno data
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 · 6On scheduleFULL DOCS ↗
First rollup pending — GET /jobs/api?limit=1 has been probed
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 unmonitored. We re-probe it every sweep — the status badge and uptime chart above always show the latest.