BeautifulSoup vs Selenium vs Scrapy
Picking the Right tool for the job
When it comes to web scraping with Python these days we have 3 main options of tools that we can use tog et the job done for us. Picking the right one will depend on a few things:
- The webstie you are scraping
- What you want to achieve
- What you want to do with the data