WEBVTT

00:00.790 --> 00:06.670
In this section, I'm going to show you how we select elements on a site so that we can scrape certain

00:06.670 --> 00:13.600
elements, say that we want to scrape this title up here with simple select of HTML element from a site.

00:13.660 --> 00:19.180
How do we select this element and basically get the data from a site?

00:19.510 --> 00:25.450
If you're already familiar with jQuery and CSS selectors, you can probably just skip this section and

00:25.450 --> 00:29.320
go straight ahead to the Craigslist scrape or redo in the next section.

00:29.560 --> 00:35.560
But if you don't know these beginner basic stuff, then follow along and I will show you how to select

00:35.560 --> 00:36.430
elements.
