How to Learn Webscraping with Node.js

I built a scraper in Node.js and headless Chrome using the tutorial below. If anyone is looking how to scrape sites with node and/or experiment with async/await in JS, it’s a good tutorial.

I would like to learn how to use headless Firefox next.

If anyone else is interested in web scraping, we could discuss it here or at a meetup. I’ve previously used Python and Selenium (Firefox/PhantomJS) for most of my scrapers, but I’m experimenting with node.js on the new ones.