Web Scraping with Node.js - 1 - Intro

Опубликовано: 22 Октябрь 2024
на канале: JsWiz
17,222
74

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

How to scrape data from web pages using the Request and Cheerio Node modules.

We'll begin with an overview of how Request works to download pages and pipe out data.

Next, we'll look at the Cheerio and how we can use jQuery-like syntax to retrieve elements off a page.

We'll take what you've learned to create 2 sample web apps to scrape and display data first to our console then to a web page.