Skip to content

yiweihuang/Airbnb-Data-Crawling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airbnb-Data-Crawling

Scrape informations from

Get started

Install python package!

$ pip install scrapy

Scrapy Tutorial

## 1. Creating a project
$ scrapy startproject [project name]

## 2. How to run our spider
$ scrapy crawl [Spider]

## 3. Storing the scraped data
$ scrapy crawl [Spider] -o [spider.json]

Usage

1. Crawl the website of Inside Airbnb

scrapy crawl airbnb_site

About

Crawler and data extractor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages