Web Scraping with Node.js
Video Statistics and Information
Channel: freeCodeCamp.org
Views: 121,827
Rating: undefined out of 5
Keywords: web scraping, tutorial, nodejs, node, how to, guide, web development, javascript, es6
Id: eUYMiztBEdY
Channel Id: undefined
Length: 27min 19sec (1639 seconds)
Published: Thu Feb 15 2018
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Useful quickstart guide! I would also recommend Nightmare or Electron for more advanced scraping.
The only web scraper I've had success with scraping JavaScript-rich content is Navalia.
Cheerio - works only with static websites.
For dynamic you need the other tools like puppeteer or webdriver with Chrome/Firefox headless.