WEBVTT

00:00.230 --> 00:01.340
Greetings, everyone.

00:01.340 --> 00:05.590
In this module we are going to learn how to use Puppeteer.

00:05.600 --> 00:13.520
So in this module we will scrape the Airbnb side to get all the different homes that we can stay at.

00:13.550 --> 00:21.020
We're going to scrape the cost per night, the rooms, the bedrooms, paths and so on.

00:21.020 --> 00:27.230
And we are going to be using basic functionality within Puppeteer to do all of this.

00:27.260 --> 00:35.270
We're not going to be using request at all in this tutorial because the Airbnb side is purely JavaScript.

00:35.270 --> 00:41.630
So this is probably one of the most difficult sites to scrape in this course so far because they're

00:41.630 --> 00:49.760
not using any identifiable classes or so on inside of their mock up mock up of the site.

00:49.970 --> 00:57.080
So hang on there and take a look at this module where we are scraping Airbnb using puppeteer.
