Skip to documentation
Browse documentation

List All Restaurants

Crawl a Zomato city grid and stream deduplicated delivery restaurants. Supports city presets, explicit bounds, or center+radius.

Capability ID zomato.restaurants.all
Cost 1 credit per request
Maximum runtime 120 seconds
View raw Get an API key

POST /execute Shared execution endpoint

Input parameters

FieldTypeRequiredDescription
center_latitude number Optional
center_longitude number Optional
city string Optional
concurrency integer Optional
max_cells integer Optional
max_latitude number Optional
max_longitude number Optional
max_restaurants integer Optional
min_latitude number Optional
min_longitude number Optional
radius_km number Optional
step_km number Optional

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

No committed sample output is available for this capability yet.

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.

Resources