Skip to main content
GET
Get Scrape Indeed Jobs 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; the response echoes limit, offset, and has_more.
Polling guidance: Check every 15–30 seconds. Searches that fetch full descriptions take a little longer than listing-only ones.

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

Run lifecycle: QUEUED, RUNNING, COMPLETED, or FAILED.

result
IndeedResult · object | null

Populated only when status is COMPLETED; null otherwise.

started_at
string | null
finished_at
string | null