Scrape restaurants name, location, rating, cuisine and prices from eazydiner website for a given city
Create an instance of EazyDiner
class.
restaurants = EazyDiner(location="city-name")
Methods | Details |
---|---|
.getRestaurants() |
Returns the restaurants name, location, rating, cuisine and prices in JSON format. Check the cities which are accepted in the eazydiner website |