Zomato API
Scrapes Zomato restaurant listings, search results, restaurant details, menus, reviews, cuisines, and collections via…
zomato
Capabilities
Every capability uses the same POST /execute envelope. Open an endpoint for
its exact ID, input contract, code samples, cost, runtime, and illustrative output.
zomato.cities
List Zomato delivery cities.
1 credit per requestzomato.collections
Fetch featured collections from a Zomato restaurant page.
1 credit per requestzomato.cuisines
Extract cuisine list with deeplink filters from a Zomato restaurant page.
1 credit per requestzomato.location.search
Search Zomato locations (cities, neighborhoods, landmarks) by name.
1 credit per requestzomato.restaurant.get
Fetch full Zomato restaurant detail: info, cuisines, ratings, hours, address, phone, cost.
1 credit per requestzomato.restaurant.menu
Fetch restaurant menu photos and items from the Zomato info page.
1 credit per requestzomato.restaurant.ordermenu
Fetch the full ordering menu for a restaurant: dishes with names, descriptions, images, veg/non-veg tags, and modifier groups (addons/variants with prices).
1 credit per requestzomato.restaurant.reviews
Fetch restaurant reviews from the Zomato info page.
1 credit per requestzomato.restaurants.all
Crawl a Zomato city grid and stream deduplicated delivery restaurants. Supports city presets, explicit bounds, or center+radius.
1 credit per requestzomato.restaurants.list
List delivery restaurants for a Zomato city.
1 credit per requestzomato.search
Search Zomato restaurants by query and location.
1 credit per requestIntegration contract
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until it reaches completed or failed.