There are 3 main tools to web scrape with python: beautiful soup, selenium and scrapy. Beautiful soup is great if you have simple pages and itens in the page don't rely on js or user interaction to ...