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.
Ensure that the following Python packages are installed:
selenium
webdriver_manager
pandas
You can install these packages using:
pip install selenium webdriver_manager pandas