Skip to main content
You can check the status of a scraper job and fetch results manually using the job ID. This is useful if you’re not using webhooks or need to monitor job progress in your system.

Check Job Status

To check whether a job is still running or finished:

Example Response

Job Statuses

  • pending — Waiting to be processed
  • in_progress — Currently running
  • finished — Completed

Fetch Results

Once the job status is finished, you can retrieve results:
Maximum limit is 100 per request.

Response Example