This repository contains examples that show how to apply web crawlers to scrape web pages.
Scrapy is an application framework for crawling web sites and extracting structured data which can be used for a wide range of useful applications, like data mining, information processing or historical archival.
-
Craigslist Vacation House Data Crawling
In this example we use Scrapy collect data from Craigslist.com. Specifically, the data under craigslist.org/Seattle/housing/vacation rentals. You can find the page under the link: https://seattle.craigslist.org/d/vacation‐rentals/search/vacIn the example, I collected following information:
- Title
- Posted Date
- Rental Price
- Number of bedrooms
- Neighborhood
- Description