Skip to main content
GET
Get Scrape Career Pages Status
Poll until status is COMPLETED or FAILED. The result field is populated on completion. Page through the returned jobs with the limit (1–50, default 25) and offset query params.
  • jobs_total — total jobs this scrape returned. Same value on every page, whatever limit you ask for. This is the count to page against.
  • jobs_returned — size of the page you just got.
  • has_moretrue while jobs remain; keep paging until it is false.
  • jobs_filtered_out — postings found on the career page but not returned. Mostly ones target_titles / target_locations rejected, so if you set those, a high number next to a low jobs_total means they are too narrow. It also counts a few postings dropped for other reasons (no link to fetch), so it can be non-zero even with no filters set. Constant across pages.
Polling guidance: Check every 15–30 seconds. Most scrapes complete within 2–5 minutes.

Example responses

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

request_id
string
required

The run_... id returned by the scrape endpoint.

Query Parameters

limit
integer
default:25

Max jobs to return (pagination page size).

Required range: 1 <= x <= 50
offset
integer
default:0

Number of jobs to skip (pagination offset).

Required range: x >= 0

Response

Successful Response

request_id
string
required
status
string
required
result
ScrapeResult · object | null
credits_consumed
number | null
credits_left
number | null
started_at
string | null
finished_at
string | null