Web Scraping with Node.js - 3 - Using Cheerio

Опубликовано: 27 Июнь 2026
на канале: JsWiz
30,986
192

Advanced Web Scraping: https://goo.gl/QEo1ie

How to use cheerio and request to download and scrape websites.

In this video, we'll use cheerio to scrape the contents of Indeed and save as a Javascript object.

Cheerio allows us to gather specific data from our HTML page. And uses the same syntax that jQuery employs.

“Cheerio is a fast, flexible and lean implementation of jQuery designed specifically for the server.”

We'll typically gather data from our download page, assign each part to a variable, then export this as an object.

To install run: npm install cheerio