Skip to documentation
Browse documentation

Order Menu

Fetch the full ordering menu for a restaurant: dishes with names, descriptions, images, veg/non-veg tags, and modifier groups (addons/variants with prices).

Capability ID zomato.restaurant.ordermenu
Cost 1 credit per request
Maximum runtime 60 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

limit integer optional

Maximum dishes to return.

res_id string optional

Numeric Zomato restaurant identifier used to resolve its order page.

url string optional

Relative or absolute HTTPS www.zomato.com order-page URL.

Example /ncr/behrouz-biryani-connaught-place-new-delhi/order

Response

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

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
categories array 3 items
categories array 3 items
count integer 66
modifiers array 3 items
modifiers array 3 items
res_id string 18365882
restaurant_name string Behrouz Biryani
source_url string https://www.zomato.com/ncr/behrouz-biryani-connaught-place-new-delhi/or…

Execution behavior

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