Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akku-1206/zomato_scrapping
Zomato Restaurant Data Scraper This script uses Selenium to scrape restaurant information from the Zomato NCR delivery page.
https://github.com/akku-1206/zomato_scrapping
chromewebdriver numpy pandas python selenium
Last synced: 9 days ago
JSON representation
Zomato Restaurant Data Scraper This script uses Selenium to scrape restaurant information from the Zomato NCR delivery page.
- Host: GitHub
- URL: https://github.com/akku-1206/zomato_scrapping
- Owner: Akku-1206
- Created: 2024-11-08T08:36:56.000Z (11 days ago)
- Default Branch: main
- Last Pushed: 2024-11-08T13:34:38.000Z (11 days ago)
- Last Synced: 2024-11-08T14:32:21.259Z (11 days ago)
- Topics: chromewebdriver, numpy, pandas, python, selenium
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zomato Restaurant Data Scraper
This script uses Selenium to scrape restaurant information from the Zomato NCR delivery page. It retrieves details such as restaurant name, rating, cuisine, cost for one, delivery time, available offers, and restaurant URL. The scraped data is saved to a CSV file for further analysis.
## Requirements
Ensure that the following Python packages are installed:
- `selenium`
- `webdriver_manager`
- `pandas`You can install these packages using:
```bash
pip install selenium webdriver_manager pandas