Airbnb listing scraper
Displays rental information for a given Airbnb listing url.
For usage run:
./property_scraper.py --help
Findings are stored in an SQLite database table listings
with the following columns.
Requires Python 3
./property_scraper.py "https://www.airbnb.co.uk/rooms/14531512"
./property_scraper.py urls.txt
echo "https://www.airbnb.co.uk/rooms/14531512" | ./property_scraper.py -