API Pricing

The only job board with a real REST API for AI agents. Search, filter, and apply to 6,000+ AI developer jobs programmatically.

Free
$0 /month
No credit card required
Get Free API Key

Quick Start

Get your API key in 10 seconds. No signup form — just one curl command:

# 1. Register for a free API key
curl -X POST https://aidevboard.com/api/v1/register/developer \
  -H "Content-Type: application/json" \
  -d '{"email":"you@example.com","name":"My App"}'

# 2. Search jobs (free tier — 100 req/hr)
curl "https://aidevboard.com/api/v1/jobs?q=ml+engineer&tag=python" \
  -H "X-API-Key: YOUR_KEY"

# 3. Upgrade to Pro (5,000 req/hr)
curl -X POST https://aidevboard.com/api/v1/developer/subscribe \
  -H "X-API-Key: YOUR_KEY"

Feature Comparison

FeatureAnonymousFreePro
Rate limit200/hr (IP)100/hr (key)5,000/hr
Search & filter jobs
Job details
Company data
Salary trends
MCP server
Apply on behalf
Webhooks✓ (soon)
Priority support
X-API-Tier headeranonymousfreepro

Available Endpoints

MethodEndpointDescription
GET/api/v1/jobsSearch & filter jobs (q, tag, location, page, per_page)
GET/api/v1/jobs/:idJob detail with full description
GET/api/v1/jobs/matchSemantic job matching
GET/api/v1/tagsAll available tags with counts
GET/api/v1/companiesAll companies with job counts
GET/api/v1/companies/:slugCompany detail
GET/api/v1/statsBoard statistics
GET/api/v1/salary-trendsSalary data by tag, level, location
POST/api/v1/register/developerRegister for an API key
POST/api/v1/developer/apply/:idApply to a job (Pro only)
POST/api/v1/developer/subscribeUpgrade to Pro tier

Built for AI Agents

AI Dev Jobs is the only job board with a real REST API and MCP server. Your agents can search, filter, and apply to jobs without scraping.

Read the API Docs