The jobs family aggregates listings across general job boards and regional aggregators. Use the generic scraper to search by query across sites, or target a specific source. Results normalize to a consistent shape so a downstream pipeline doesn't care which board a posting came from. See the live OpenAPI spec or Swagger UI for each sub-endpoint's exact request and response shape.
Endpoints in this family
POST /v1/actors/jobs/scrape— Search listings across sites by queryGET /v1/actors/jobs/sites— List the job sites the scraper supportsGET /v1/actors/jobs/sources— List available data sourcesPOST /v1/actors/jobs/adzuna— Adzuna aggregatorPOST /v1/actors/jobs/jobbank— Canada Job BankPOST /v1/actors/jobs/reed— Reed (UK)POST /v1/actors/jobs/usajobs— USAJOBS (US federal)
See the Swagger UI or the OpenAPI spec for each endpoint's exact request and response shape.
Sample response (illustrative)
JSON200 OK
{
"status": "success",
"data": [
{
"title": "Senior Backend Engineer",
"company": "Acme Inc",
"location": "Remote, US",
"posted": "2026-06-12",
"url": "https://example.com/jobs/12345"
}
]
}Part of the actor catalog — all behind one bearer token. Failed calls auto-refund.