Web Scraping on Heroku With NodeJS, Chromedriver, and Selenium
Motivation More and more websites these days are making use of client-side rendering, which often means that using a simple curl or NodeJS fetch command will no longer work for scraping data. To successfully scrape sites that use JavaScript to update HTML, the best option is to use a headless…