herps
Newbie
- Mar 11, 2021
- 27
- 6
What is the best way to scrape for plain old HTML? I'm not looking for a headless browser to scrape pages. I'm looking for a really simple HTTPS crawler to efficiently scrape every single page on this website with about 250k pages and download them to a drive. I'd imagine whatever CDN they're using is going to block automated requests at some point. So ideally something with rotating proxies? I don't know. I haven't scraped something of this size before. I need to get all the plain HTML (not modified by JS) so I can run analysis locally. Thanks!