Web Scraping — An Easier Way
Learn how to scrape the web with ScrapingAnt and Python to simplify an often tedious task

It wasn’t too long into dealing with data before I realized I needed some information that wasn’t specifically offered via API or easily obtainable using simple functions. That led me down the tried and true path of Selenium and Chrome browser piggy-backing and headaches.