Course Information
Course Overview
Use the Node modules Request and Cheerio to scrape data and display on a web page.
this course you will learn 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.
- Then 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.
What You Will Learn:
- How to download web pages using Request.
- How to then grab elements from the page using Cheerio
- Display the data on a web page. First, we'll use Express and Swig to display Indeed job search data. Then we'll use Angular to show an image and other details after a user inputs a URL.
Who This Course is For:
- Anyone with an interest in web scraping using Node. This is a beginner level course, so the only requirement is that you already have node.js installed.
Course Content
- 4 section(s)
- 10 lecture(s)
- Section 1 Introduction
- Section 2 Request
- Section 3 Cheerio
- Section 4 Examples
What You’ll Learn
- Scrape Data from Web Pages, Display Data using Swig and Angular, Use Request and Cheerio
Skills covered in this course
Reviews
-
JJoe Stagner
This course is great except for the last 2 modules. The angular app seemed rushed and the supplied code didn't work for me.
-
MMihwa Choi
This is my first course on web scraping. It is easy to follow with full of examples. It helps scrap data from multiple xmls, and htmls instantly. I wish I took it earlier!
-
YYari Andres
The course was good, certainly worth the investment.
-
BBrian Immel
The first two examples in this course were rather basic and the info seems to come straight from the related module sites. The last examples (Pinterest scraper) zip file doesn't work with the latest version of MongoDB.