Skip to content

Used BeautifulSoup library in python to scrape Restaurants in Cincinnati from Zomato website.

Notifications You must be signed in to change notification settings

TopTalent333/Zomato-Scraper-Python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Zomato-Restaurant-Scraper-Python

Used BeautifulSoup in python scrape few restaurants from Zomato website.

Note : The project is done for learning purposes only.

Objective:

Scraping the data from Zomato to get a list of restaurants in Cincinnati.

Libraries Used:

  • bs4
  • pandas
  • requests

Data Obtained:

  • Restaurant ID : rest_id
  • Restaurant Name : rest_name
  • Locality : locality
  • Cuisines offered : cuisines
  • Cost for two : cost_for_two
  • Avg Rating of the Restaurant : ratings
  • Number of Votes : votes

About

Used BeautifulSoup library in python to scrape Restaurants in Cincinnati from Zomato website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%