Scrape informations from
$ pip install scrapy
## 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]
1. Crawl the website of Inside Airbnb
scrapy crawl airbnb_site