Comment on Show HN: Crawlee – Web scraping and browser automation library for Node.jsparentComments−metalwarrior6654yThat being said, for scraping purposes, you can almost always build the scraper with HTTP requests only. Sometimes it might be hard but theoretically it is always possible (it is what the browser itself does right).
Comments
That being said, for scraping purposes, you can almost always build the scraper with HTTP requests only. Sometimes it might be hard but theoretically it is always possible (it is what the browser itself does right).