sad-indigoS
Apify & Crawlee9mo ago
6 replies
sad-indigo

Wiping session between inputs

Hello! I'm crawling / scraping a site which involves doing the following steps for each input.

1. Entering some data
2. doing a bunch of "Load more"
3. Collect output

The problem is that the site differs its experience on the first entry vs the second, and it would be nice to run these in parallel. So I was going to use a new "session" for each one as that no data is retained between inputs, but I can't see how to do that. I'm guessing the site uses session cookies, localStorage, or some combination as I can't see how to get it clean. I almost just want like each request in a new incognito tab, haha. Any tips?
Was this page helpful?