AI Dev Jobs
AI/ML engineering job listings, built for agents
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.
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"
}
]
}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())/jobs?limit=1PROBEDAI/ML engineering job listings, built for agents
/jobs?limit=5Jobs — documented GET route.
/jobs?page=1Jobs — documented GET route.
/API root or index 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.
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.