Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sajjadanwar0/booking.com-scraping
- Owner: sajjadanwar0
- Created: 2024-08-09T14:06:42.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-06T21:17:01.000Z (4 months ago)
- Last Synced: 2024-10-12T18:22:32.702Z (2 months ago)
- Topics: crawler, data, python, scraping, selenium
- Language: Python
- Homepage:
- Size: 8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Scraping Booking.com
1. First of all install the requirements using
pip install requirements.txt2. Head over to scripts, there are two files named:
- beautiful_soup.py
- selenium_scraping.py3. The data folder contains the CSV files, created by scraper using
either beautiful soup or selenium4. 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)