Real-Time Jobs API
# Real-Time Jobs API The job search backbone for apps, tools, and agents. Query Greenhouse, Lever, Ashby, Workday, and 8 more ATS platforms simultaneously — 100,000+ live listings returned in a single call, no scrapers or maintenance required. --- ## What's in the database | Source | Jobs Indexed | Notable Companies | |--------|-------------|-------------------| | Greenhouse | 60,000+ | Stripe,…
Real-Time Jobs API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Authentication | ||
| POST |
registerApiKey /v1/auth/register |
Create an account with your email and receive an `ajm_` API key instantly. No credit card required. All new keys start on the **free plan** (100 requests/month). Store the key… |
| Jobs | ||
| GET |
getTrendingJobs /v1/jobs/trending |
Returns the top 20 most in-demand job titles ranked by listing frequency in our database. Demand scores are normalised to 100 against the highest-frequency title. Seniority… |
| POST |
searchJobs /v1/jobs/search |
Fans out to 12+ sources simultaneously — Greenhouse, Lever, Ashby, Workday, SmartRecruiters, BambooHR, Recruitee, iCIMS, Workable, Reed, Adzuna, and RSS feeds — and returns… |
| GET |
getJobById /v1/jobs/{id} |
Fetches the full description, requirements, benefits, salary, and direct apply URL for a job by its ID. Use the `id` field from search results. For Greenhouse, Lever, and Ashby… |
| Market Data | ||
| POST |
getSalaryInsights /v1/salary |
Returns p25, median (p50), and p75 annual salary for a given job title and location, computed from real indexed job postings in our database combined with live Adzuna data.… |
| GET |
getEmployer /v1/employers |
Returns an employer's total open role count drawn directly from our 190k+ job database, their average advertised salary, and a sample of up to 5 current listings. Name matching… |
| GET |
getMarketStats /v1/market-stats |
Returns aggregated market data computed from our live job index: total open roles, top 10 hiring companies by listing count, top 10 in-demand skills extracted from job titles,… |
| System | ||
| GET |
healthCheck /health |
Returns service status. No authentication required. |
Real-Time Jobs API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | — |
|
| ULTRA Recommended | $29 / month | — |
|
| MEGA | $99 / month | — |
|