AI Dev Jobs
** — Structured data on 8,400+ active AI/ML engineering jobs from 580 ATS sources (Anthropic, OpenAI, Meta FAIR, DeepMind, etc.). Free REST API + MCP server at `aidevboard.com/mcp`. Useful for agents doing AI job market research or helping users find roles.
Last verified:
What is AI Dev Jobs?
AI Dev Jobs is a specialized job board exclusively for developers building with artificial intelligence. The platform indexes 8,799 positions from 528 companies and makes them searchable through its website, REST API, and MCP server. Unlike generic job boards, every listing is filtered for AI/ML relevance, ensuring no generic software roles appear in results.
The platform is API-first, meaning every job listing is accessible via REST API and MCP server, allowing AI agents to search, filter, and retrieve jobs programmatically without scraping. Key features include real salary data from published compensation ranges, tag browsing and filtering by technology stack (LLM, PyTorch, RAG, Agents, etc.), salary trends and analytics, company profiles, job matching against candidate profiles, and a free embeddable widget for websites. The platform also offers a weekly AI jobs digest delivered every Monday.
AI Dev Jobs is designed for two main audiences: AI/ML developers seeking roles at companies building with AI (from startups like xAI to established players like OpenAI, Anthropic, and Scale AI), and companies hiring AI engineers who need to post jobs and access structured role feeds. Job seekers browse completely free, while companies can post roles, claim company profiles, promote listings, or subscribe to API Pro for programmatic access.
AI Dev Jobs pricing
Pricing model: Freemium
Free tier: $0/month, no credit card required, includes 100 requests per hour, keyed monthly usage separate from anonymous quota, search & filter all jobs, company data & profiles, tag browsing & filtering, salary trends & analytics, MCP server access, and rate limit headers on every response. Pro tier: $49/month, cancel anytime, includes 5,000 requests per hour, everything in Free plus apply on behalf of users (agentic), priority support, webhook notifications (coming soon), usage analytics dashboard, and bulk export endpoints. Anonymous tier has hourly IP limit plus shared monthly billable quota. Companies can post jobs separately with payment required before listing goes live.
AI Dev Jobs pros
- Only job board with real REST API built for AI agents
- MCP server available for seamless AI agent integration
- 8,799+ AI/ML jobs from 528 companies indexed
- Real published salary data, no estimates or self-reported figures
- AI-focused curation - no generic software engineering roles
- Free tier includes 100 requests per hour with API key
- Browse and apply to jobs completely free for job seekers
- Tag-based filtering for 57+ tech stacks (LLM, PyTorch, RAG, etc.)
- Job matching endpoint ranks candidates by skill overlap and salary fit
- Salary trends API with historical data and daily snapshots
- Free embeddable widget - 2 lines of code for live job feed
- Company profiles include open roles, salary ranges, and top skills
- Similar jobs endpoint finds matches by tag overlap and workplace
- Weekly AI jobs digest curated by humans, not scraped
- Rate limit headers on every API response for transparency
- OpenAPI 3.0 spec available for easy integration
- Multiple machine-readable formats including RSS and Indeed feed
- Dynamic SVG hiring badges for READMEs and footprints
AI Dev Jobs cons
- Pro tier at $49/month may be expensive for individual developers
- Free tier limited to 100 requests per hour
- Webhook notifications still coming soon, not yet available
- Anonymous tier has shared monthly quota that can be exhausted
- No mobile app mentioned - web and API only
- Job posting requires payment before listing goes live
- Limited to AI/ML roles - not suitable for general software jobs
- Priority support only available for Pro tier subscribers
- Bulk export endpoints only available on Pro tier
- Usage analytics dashboard restricted to Pro subscribers
Frequently asked questions about AI Dev Jobs
What is AI Dev Jobs?
AI Dev Jobs is a specialized job board for developers building with artificial intelligence. It indexes 8,799 positions from 528 companies and makes them searchable through the website, REST API, and MCP server. Every listing is filtered for AI/ML relevance with no generic software roles.
Is AI Dev Jobs free for job seekers?
Yes, job seekers can browse and apply to jobs completely free. The Free API tier costs $0/month with no credit card required and includes 100 requests per hour. Companies pay to post jobs or subscribe to API Pro for programmatic access.
How does the REST API work?
The REST API base URL is https://aidevboard.com/api/v1. Register for a free API key with a simple curl command, then search jobs with GET /api/v1/jobs using parameters like q, tags, location, level, workplace, and salary filters. Pro tier enables applying on behalf of users.
What is the MCP server and how do I set it up?
The MCP server allows AI agents to search jobs, look up companies, and retrieve salary data through the Model Context Protocol. Setup: run 'claude mcp add --transport http aidevjobs https://aidevboard.com/mcp' or use the one-line installer 'curl -fsSL https://aidevboard.com/install | sh'. No authentication required for discovery.
What salary data is available?
The platform shows real published compensation ranges from job listings - no estimates or self-reported data. The salary trends API provides historical data with daily snapshots including avg, median, p25, p75 salaries, filtered by tag, level, or location. Average salary across all jobs is $228k.
How do I post a job as an employer?
Post a job by visiting the job posting page, picking placement first (standard or featured), then adding listing details. Your job goes live immediately after payment. After posting, you can claim your company profile and connect analytics through the employer flow.
What tags or tech stacks can I filter by?
There are 57+ tech stacks available including LLM, Agents, PyTorch, Cloud, Deep Learning, ML, RAG, MLOps, Python, and more. Use the tags parameter in the API (comma-separated) or browse by tech stack on the website.
What is the job matching endpoint?
POST /api/v1/jobs/match matches jobs to a candidate profile, returning ranked results scored by skill overlap (+2 per matching tag), salary fit (+3 for overlap), workplace match (+2), level match (+1), and skills in description (+1 per skill). Recommended for agentic job search.
What are the rate limits?
Anonymous tier has hourly IP limit plus shared monthly quota. Free key tier gets 100 requests/hour with keyed monthly usage separate from anonymous quota. Pro tier gets 5,000 requests/hour. Hourly throttles return 429, monthly quota exhaustion returns 402 quota_exceeded.
How do I upgrade to Pro tier?
Use POST /api/v1/developer/subscribe with your API key to upgrade to Pro ($49/month). This returns a Stripe checkout URL for payment or upgrades instantly in test mode. Pro includes 5,000 req/hr, agentic apply, priority support, webhooks (soon), analytics dashboard, and bulk export.