bnb_scrapy_tutorial icon indicating copy to clipboard operation
bnb_scrapy_tutorial copied to clipboard

A tutorial on how to write a scrapy spider to get data from Airbnb

Airbnb Scrapy Tutorial

A tutorial on how to write a scrapy spider to get data from Airbnb. If you are looking for the original post follows this link.

UPDATE 18-04-2018

Airbnb has changed a lot since I have written this tutorial and therefore this code will not work without major modifications. Fortunately @bashedev has done a nice job to keep up with the changes and offers a working example. You can find his awsome code herere: https://github.com/bashedev/airbnb_scraper