Using Zomato API to fetch Restaurant data

Vinayak Pandey
1 min readSep 3, 2020

Last night, I was going through some of my python scripts which I wrote long back and found one interesting script which I’ll be sharing here.

As you know, Zomato is a popular restaurant aggregator platform and like almost all the modern applications/platforms do, they also expose their data via API. So we’ll leverage their API to pull data about most popular restaurants in a city.

Step 1: Get your API key from https://developers.zomato.com/api

--

--