Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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