Discover restaurants
Zomato provides an API to discover restaurants, but access to its developer integration page is currently denied.
import requests
url = "https://api.zomato.com/v2/search"
headers = {
"user-key": "YOUR_API_KEY",
"Accept": "application/json"
}
response = requests.get(url, headers=headers)
print(response.json())Last 50 checks (10 min intervals)