Used BeautifulSoup in python scrape few restaurants from Zomato website.
Scraping the data from Zomato to get a list of restaurants in Cincinnati.
- bs4
- pandas
- requests
- 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