Job Control
Stopping a Job
You can stop a running scraper job at any time using its jobId
. This is useful if you submitted a job with wrong parameters or no longer need the data.
Stop Request
Only active jobs (in_progress
)
Behavior
If the job is still running, all in-progress pages will finish scraping, but no new pages will be started.
- Any data collected up to that point is preserved and can still be fetched.
- Credits are only charged for successfully scraped pages, even if the job was stopped early.
- If the job has already finished or failed, the stop request has no effect.