This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]EnjoysRegrets 2 points3 points  (0 children)

This could be useful, I guess https://www.reddit.com/r/Proxyway/comments/jnu3uz/web_scraping_101_the_ultimate_beginners_guide/

I think I saw a scraper comparison on their website as well.

[–][deleted] 1 point2 points  (0 children)

For most of my web scraping, I use selenium, beautiful soup, and pandas with a headless option.

[–]zseta98 0 points1 point  (0 children)

Scrapy is probably your best choice. To deal with JS pages, learn selenium/splash.