digital-engineering / airbnb-scraper

Airbnb Scraper: Advanced Airbnb Search using Scrapy
GNU General Public License v3.0
192 stars 66 forks source link

Can't run minimum example. #13

Closed palsol closed 2 years ago

palsol commented 3 years ago

Hello! Great repo , but i can't figure out why basic example don't work. scrapy crawl airbnb -a query="Colorado Springs, CO" -o colorado_springs.csv

I got: HTTP status code is not handled or not allowed

I took api_key from api/v3/ExploreSearch. I tried to change USER_AGENT to different values, but it didn't help.

digitalengineering commented 2 years ago

Hello! Thanks for using our project! Were you able to get this working eventually? I'm not sure exactly what the issue here was.