Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 535 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 535 Bytes

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:

pip install selenium webdriver_manager pandas