So lets say I’m scraping multiple pages (lets say a 1000) on a website. I want to know which language is best to use to scrape those pages with – javascript or python.
Further, I’ve heard about javascript scrapers being faster (due to multiple get requests), but am unsure how to implement this – can anyone enlighten me?
Thanks!
This is just my opinion but I would rank them like this
environment already set up. The advantage of javascript scrapers is
they can interpret the js in the pages you’re scraping.