Skip to content

manuseth17/Zomato-Data-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Data-Scraper-Zomato

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages