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.
pip install selenium
Replace the chromedriver.exe file if outdated.
Chrome browser is necessary.
Here, data like price, star rating, location, review count, etc are scraped.
- Go to hotel data scraping script.
- Open the file and read the instructions clearly. Remember, create the CSV file according to the given sample csv file, before running the script.
- Run the script.
Star⭐, Fork🍴 and share🌐 this repo if you find this useful! Any problems faced, you can raise an issue❗.