Hacker News new | ask | show | jobs
by enscr 4680 days ago
I find scrapy (python) to be more robust for large scale scraping. There are cases where you want/need the javascript action and that's when you need a real browser. Otherwise the rendering would just slow things down.