Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sajjadanwar0/booking.com-scraping

Scraping booking.com using Selenium and Beautiful Soup
https://github.com/sajjadanwar0/booking.com-scraping

crawler data python scraping selenium

Last synced: about 1 month ago
JSON representation

Scraping booking.com using Selenium and Beautiful Soup

Awesome Lists containing this project

README

        

### Scraping Booking.com

1. First of all install the requirements using

pip install requirements.txt

2. Head over to scripts, there are two files named:

- beautiful_soup.py
- selenium_scraping.py

3. The data folder contains the CSV files, created by scraper using
either beautiful soup or selenium

4. 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)