AI Dev Jobs

AI/ML engineering job listings, built for agents

💬 Social & WorkUNMONITOREDchecked 1h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

Aggregates AI/ML developer jobs and exposes them through open REST (plus RSS and MCP) endpoints designed for agentic access. This search returns listings with title, company, and description. Public reads are free; an optional free key gives a stable identity and higher throttle.

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://aidevboard.com/api/v1/jobs?limit=1

{
  "access": {
    "mode": "open"
  },
  "has_next": true,
  "jobs": [
    {
      "id": "48720738-0f4b-483d-9739-14039ae457d0",
      "title": "Research Engineer, Performance RL (Reinforcement Learning)",
      "slug": "research-engineer-performance-rl-2f0da25a"
    }
  ]
}
Call itcurl · fetch · python
curl "https://aidevboard.com/api/v1/jobs?limit=1"
const res = await fetch("https://aidevboard.com/api/v1/jobs?limit=1");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://aidevboard.com/api/v1/jobs?limit=1")
print(res.json())
Endpoints · 4On scheduleFULL DOCS ↗
First rollup pending — GET /jobs?limit=1 has been probed
GET/jobs?limit=1PROBED

AI/ML engineering job listings, built for agents

GET/jobs?limit=5

Jobs — documented GET route.

GET/jobs?page=1

Jobs — documented GET route.

GET/

API root or index 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.

AI Dev Jobs: common questions

Is AI Dev Jobs free to use?

Yes — AI Dev Jobs is a free social & work API. Free tier: Free — public read endpoints open. Whether the free tier allows commercial use is unclear — check the provider docs.

Does AI Dev Jobs need an API key?

No — AI Dev Jobs needs no API key or signup. You can call it straight away; rate limits still apply (Hourly abuse throttle; optional free API key).

Can I call AI Dev Jobs from the browser?

Yes — AI Dev Jobs 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 AI Dev Jobs up right now?

As of our last scheduled check, AI Dev Jobs is unmonitored. We re-probe it every sweep — the status badge and uptime chart above always show the latest.