Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrew-geeks/makemytrip-scraper
Python script (selenium) to scrape hotel & flight data from MakeMyTrip✈️🏨
https://github.com/andrew-geeks/makemytrip-scraper
dataset flight hotel hotel-booking makemytrip python selenium travel
Last synced: 3 months ago
JSON representation
Python script (selenium) to scrape hotel & flight data from MakeMyTrip✈️🏨
- Host: GitHub
- URL: https://github.com/andrew-geeks/makemytrip-scraper
- Owner: andrew-geeks
- Created: 2023-08-20T17:08:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-21T05:02:34.000Z (5 months ago)
- Last Synced: 2024-08-21T06:22:41.561Z (5 months ago)
- Topics: dataset, flight, hotel, hotel-booking, makemytrip, python, selenium, travel
- Language: Python
- Homepage: https://www.makemytrip.com/
- Size: 6.15 MB
- Stars: 9
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ✈️🏨🚈MakeMyTrip Scraper🤖
Python script (selenium) to scrape hotel & flight data. All scraped data are saved to CSV files. This data can be used for creating great visualizations and for modelling purposes.
Sample scrapped data can be found in respective dataset folders.## Installing Libraries
`pip install selenium`
> Replace the chromedriver.exe file if outdated.> Chrome browser is necessary.
## 🏨Hotel data scrapping
Here, data like price, star rating, location, review count, etc are scraped.
- Go to hotel data scraping [script](https://github.com/andrew-geeks/MakeMyTrip-scrapper/blob/main/hotel_scrapper.py).
- Open the file and read the instructions clearly. Remember, create the CSV file according to the given sample csv [file](https://github.com/andrew-geeks/MakeMyTrip-scrapper/blob/main/sample_dataset.csv), before running the script.
- Run the script.## Thank You🙏
**Star⭐, Fork🍴 and share🌐 this repo if you find this useful! Any problems faced, you can raise an issue❗.**