← All actors
Jobs·POST /v1/actors/jobs/scrape

Job listings actor

Structured job postings — title, company, location, posted date, apply link — across major job boards.

Start free Browse all actors

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

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.

Pull job listings data in five minutes.

1,000 free credits, one bearer token, no card.

Start free Read the docs