JobDataLake

JobDataLake — free tier with API key

💬 Social & WorkREACHABLEchecked 8h ago
AUTH APIKEYCORS AGENT HTTPS COMMERCIAL ?

JobDataLake exposes a free-tier JSON API. Register for an API key if required; we verified a public or demo endpoint.

100REACHABILITY SCORE ⓘ
Status badge · for your READMEshipapis health badge: — · healthy
CHECK TIER · REACHABILITY

We probe without your API key. A 401/403 auth wall means the server is up — not a full health pass.

Uptime history
100%90d reachable
100%30d reachable
8hLast check · since JUL 8 · server OK
operationalpartialdownno data
Live response samplecaptured by our last successful check
GET https://api.jobdatalake.com/v1/jobs?q={search_term}

{
  "found": 9,
  "page": 1,
  "per_page": 20,
  "jobs": [
    {
      "title": "Commercial Searcher",
      "posted_at": 1780999328406,
      "first_seen_at": 1780999328000,
      "locations": [
        "Santa Ana, CA",
        "Remote"
      ],
      "countries": [
        "US"
      ],
      "states": [
        "CA"
      ],
      "remote_type": "fully_remote",
      "job_function": "other"
    },
    {
      "title": "Lead Searcher",
      "posted_at": 1780999297485,
      "first_seen_at": 1780999297000,
      "locations": [
        "Tampa, FL",
        "Remote"
      ],
      "countries": [
        "US"
      ],
      "states": [
        "FL"
      ],
      "remote_type": "fully_remote",
      "job_function": "other"
    }
  ],
  "stats": {
    "total_jobs": 929647,
    "new_last_24h": 1187
  }
}
Call itcurl · fetch · python
curl "https://api.jobdatalake.com/v1/jobs?q={search_term}"
const res = await fetch("https://api.jobdatalake.com/v1/jobs?q={search_term}");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://api.jobdatalake.com/v1/jobs?q={search_term}")
print(res.json())
Endpoints · 6ReachableFULL DOCS ↗
Auth wall reachable — GET /v1/jobs?q={search_term} (key stripped)336 mschecked 8h ago
GET/v1/jobs?q={search_term}PROBED

JobDataLake — free tier with API key

GET/v1

V1 — documented GET route.

GET/v1/1

V1 details by ID (example: 1).

GET/v1?limit=10

V1 — documented GET route.

GET/v1/search?q=test

Search by query parameters.

GET/v1/

V1 — documented GET route.

Machine-readable spec

We probe without your API key. A 401/403 auth wall means the server is up — not a full health pass. 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.

JobDataLake: common questions

Is JobDataLake free to use?

Yes — JobDataLake is a free social & work API. Free tier: Free tier — key may be required. Whether the free tier allows commercial use is unclear — check the provider docs.

Does JobDataLake need an API key?

Yes — JobDataLake needs a free API key, which you pass on each request. Rate limits: Unpublished.

Can I call JobDataLake from the browser?

Yes — JobDataLake 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 JobDataLake up right now?

As of our last scheduled check, JobDataLake is healthy with 100% uptime over 90 days and a 336 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.