An open API service indexing awesome lists of open source software.

https://github.com/soulomoon/hotelscraper

A very slow hotel scraper for airbnb, booking, using selenium, beautifulsoup4
https://github.com/soulomoon/hotelscraper

airbnb booking scraper scraper-engine selenium webscraper webscraping

Last synced: 2 months ago
JSON representation

A very slow hotel scraper for airbnb, booking, using selenium, beautifulsoup4

Awesome Lists containing this project

README

          

# HotelScraper
A very slow hotel scraper for airbnb, booking, using selenium, beautifulsoup4

# Structure
* app.py: main selenium scraper, collecting web site back to data folder
* parser.py: main parser to extract hotel information from data folder with beautifulsoup4, converting it to pandas dataframe, and save it in csv.