Pause Scraping. Resume Scraping

Describe the problem.
Busy working on stuff and don't want my computer slowed down so I'd like to pause the scraper and then have it resume when I'm not as busy.

Hi!

You can pause your scrape (actually it will pause all scripts on current page) using browser built-in debugging tool.

You have to call Developer tools within Scrape window (F12 / Ctrl+Shift+I), navigate to 'Sources', and click little pause sign. It will pause the scrape, and once you're free to go hit it once again to release the scrape.

2 Likes

This is great. Thank you so much!

Hey all is this still working?

I tried to follow the instructions as described and notice the script kept running.

I'm specifically attempt to stop the script and verify we're not a robot via a cloudflare prompt. Once complete i'd like to continue the scraper. However, i'm not able to stop the scraper to do this.

Any thoughts?

1 Like

Hey all!

Anyone have any insight here?

That works, nice! Thanks a lot!