Search jobs
Filter current listings by role, company, location, country, skill, employment type, and workplace type.
GET /v1/jobs/searchSearch reference Jobs & Hiring Data API
Search normalized public job listings, explore company hiring activity, and observe changes without building your own collection pipeline.
Search current public listings through a consistent, canonical data layer.
/v1/jobs/searchExplore company details, current job listings, and observed hiring activity.
/v1/companies/{domain}Access recorded job observations and research changes across the available history.
/v1/jobs/{id}/historyUse documented aggregate metrics to understand hiring activity within reviewed coverage.
/v1/metrics/hiringObserved coverage
Current counts come directly from the catalogue. Freshness is the most recent canonical job observation, not a promise that every source was checked at that time.
The data you work with
Use a scoped key to search roles and skills, inspect a company, or retrieve the available history behind a listing.
Filter current listings by role, company, location, country, skill, employment type, and workplace type.
GET /v1/jobs/searchSearch reference Connect a company domain with its active jobs, observed timeline, and hiring metrics.
GET /v1/companies/{domain}Company reference Read created, updated, and closed versions. Compare activity within the available observation window.
GET /v1/jobs/{id}/historyHistory reference Developer quickstart
Create an account, verify your email, and generate a key with jobs:read. Run a small search, then inspect the returned records and credit usage in your dashboard.
A search returning 5 records costs 5 credits. A search returning no records costs 0 credits. Keep your key in a server environment variable.
bash
Search with your Jobs Data API key
curl --get "https://data.exende.dev/v1/jobs/search" \
--data-urlencode "q=software engineer" \
--data-urlencode "limit=5" \
-H "Authorization: Bearer $EXENDE_API_KEY"Build with observed evidence
Use the fields and history the API actually exposes. Coverage reflects reviewed sources and does not represent the entire hiring market.
Compare visible hiring across observed companies, roles, and locations. Describe change within the recorded period.
Power job search, company enrichment, and research workflows with normalized records and source attribution.
Give applications and agents scoped access to structured hiring data with an explicit request and credit contract.
Start building
Create an account, verify your email, and make your first request with a scoped API key.