Get Scrape Indeed Jobs Status
Scrapers
Get Indeed job scrape status
Poll the status and results of an Indeed job search
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.
Example responses
Queued / running
Queued / running
Completed
Completed
Failed
Failed
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The run_... id returned by the scrape endpoint.
Query Parameters
Max jobs to return (pagination page size).
Required range:
1 <= x <= 50Number of jobs to skip (pagination offset).
Required range:
x >= 0