Job Listings
This API provides semantic search functionality for job listings aggregated from Greenhouse, Ashby, Lever and additional job sources. The semantic search engine processes natural language queries to match job listings based on context and meaning rather than exact keyword matches. The API supports filtering by: - Job boards (Greenhouse, Ashby, Lever) - Job categories - Seniority levels -…
Job Listings endpoints
| Method | Endpoint | Description |
|---|---|---|
| jobs | ||
| GET |
/jobs /api/v1/jobs |
Search for jobs with various filters |
| GET |
/jobs/{id} /api/v1/jobs/{id} |
Get job by ID |
| companies | ||
| GET |
/companies/{id} /api/v1/companies/{id} |
Get company by ID |
| GET |
/companies /api/v1/companies |
Search for companies |
| categories | ||
| GET |
/categories /api/v1/categories |
Get all categories or search categories |
| GET |
/categories/{id} /api/v1/categories/{id} |
Get category by ID |
Job Listings pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $25 / month | — |
|
| ULTRA | $75 / month | 10 / second |
|
| MEGA | $150 / month | 20 / second |
|