Getting Results
Polling for Status
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 processedin_progress
— Currently runningfinished
— Completed
Fetch Results
Once the job status is finished
, you can retrieve results:
Response Example
Maximum limit is 100 per request.