Post a job

Developers & API

A free, structured, live feed of AI jobs for agents and builders.

A free, public, no-key JSON API over the live board — built for AI agents, integrations and anyone who wants the data. 16,773 live AI roles from 266 companies, refreshed twice daily.

Endpoint

GET https://artificialintelligencejobs.co/api/jobs

Filters (all optional, combinable)

category · city · region · company · level · remote=true · salary_min (in $K) · q (free text) · limit (max 200) · offset

Examples

/api/jobs?category=Engineering&city=london&limit=10
/api/jobs?remote=true&salary_min=200
/api/jobs?q=llm&level=Senior

Response

JSON: { total_live, matched, jobs: [{ title, company, location, remote, category, level, region, salary, posted, url, apply_url }] }

MCP / agents

OpenAPI spec at /openapi.json. Building an AI job-search agent? This is a clean source of live, structured, apply-able roles. Attribution appreciated (link to artificialintelligencejobs.co). Questions: hello@artificialintelligencejobs.co.

Try the API