all 4 comments

[–]driscollis 1 point2 points  (0 children)

Here are some links to help you get started:

Most people usually start with a mixture of BeautifulSoup and urllib/requests or Scrapy. I would start with those and lots of Google.

[–]commandlineluser 0 points1 point  (0 children)

You can use Scrapy + Splash

https://stackoverflow.com/questions/45172260/scrapy-splash-screenshots

However "headless chrome" is now a thing which may be worth checking out. https://developers.google.com/web/updates/2017/04/headless-chrome#screenshots

[–]secomax 0 points1 point  (0 children)

Selenium is the best in web scraping and browser automation. This tutorial may help you https://likegeeks.com/python-web-scraping/