Skip to content

Commit b263eb2

Browse files
authored
Create readme.md
1 parent c0b68a7 commit b263eb2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Zomato Scraper/readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Infinite Scroll Web Scraping
2+
3+
This Python script uses Selenium and BeautifulSoup to perform web scraping with infinite scroll on the Zomato website. The script navigates to a specific page on Zomato that lists cafes in Ahmedabad, India, and extracts details such as name, link, rating, cuisine, and rate for each cafe.
4+
5+
## Requirements
6+
7+
- Google Chrome (or another browser) with a compatible version of ChromeDriver
8+
- ChromeDriver (compatible with your Chrome version)
9+
10+
## Working
11+
12+
The script will start scraping the cafes on the Zomato page. It will scroll down the page and print the details of each cafe until you interrupt the process (e.g., using Ctrl + C).

0 commit comments

Comments
 (0)