/booking.com-scraping

Scraping booking.com using Selenium and Beautiful Soup

Primary LanguagePython

Scraping Booking.com

  1. First of all install the requirements using
pip install requirements.txt
  1. Head over to scripts, there are two files named:
  • beautiful_soup.py
  • selenium_scraping.py
  1. The data folder contains the CSV files, created by scraper using either beautiful soup or selenium

  2. The selenium scraper can be customized by using

  • Changing the currency(e.g USD)
  • Destination (e.g USD)
  • Custom From and To dates (e.g 2024-08-20, 2024-09-20)
  • Number of Adults(e.g 2)