Trying to scrape a commerce site behind cloudflare proxy, and looking at what webscraper seems to do is: load browse page, collect links for detail pages, then loop though detail pages one by one.
But won't that expose bot-style requests, since the referrer now isn't the browse page anymore? Also, if the request is always exactly the same timing in ms, that also seems like a dead giveaway to bot-browsing. I wonder if there might be a way to set a range so it's randomized a little.