Area Menu Items
Discover restaurants near a location and stream their menu items.
swiggy.menu.area_items
/execute
Shared execution endpoint
Input parameters
continue_on_menu_failures
boolean
optional
Continue if a menu fetch fails.
true
latitude
number
optional
Latitude of the location.
12.9121181
longitude
number
optional
Longitude of the location.
77.6445548
max_pages
integer
optional
Maximum pages to fetch.
1
max_restaurants
integer
optional
Maximum restaurants to discover.
2
menu_item_limit
integer
optional
Maximum menu items per restaurant.
5
offset
integer
optional
Starting offset.
page_limit
integer
optional
Results per page.
3
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
items |
array |
3 items |
items |
array |
3 items |
summary |
object |
4 fields |
summary.latitude |
number |
12.9121181 |
summary.longitude |
number |
77.6445548 |
summary.source_url |
string |
[redacted:acquisition_url] |
summary.total_items |
integer |
10 |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.