/HotelScraper

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

Primary LanguagePythonMIT LicenseMIT

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.