Menu
Fetch a Swiggy restaurant menu by ID.
Capability ID
swiggy.menu
Cost
1 credit per request
Maximum runtime
30 seconds
POST
/execute
Shared execution endpoint
Input parameters
latitude
number
optional
Latitude of the location.
Example
12.9716
limit
integer
optional
Maximum number of menu items.
Example
5
longitude
number
optional
Longitude of the location.
Example
77.5946
restaurant_id
string
required
Swiggy restaurant ID.
Example
5938
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.
| Path | Observed type | Example |
|---|---|---|
count |
integer |
5 |
items |
array |
3 items |
items |
array |
3 items |
restaurant |
object |
25 fields |
restaurant.address |
string |
Unit no 111/4, and 8/2, Asha Gallary, Opposite to west side , Commercia… |
restaurant.area_name |
string |
Shivaji Nagar |
restaurant.avg_rating |
number |
4.2 |
restaurant.avg_rating_string |
string |
4.2 |
restaurant.city |
string |
Bangalore |
restaurant.cloudinary_image_id |
string |
RX_THUMBNAIL/IMAGES/VENDOR/2025/6/18/[redacted:token].jpg |
restaurant.cost_for_two |
string |
35000 |
restaurant.cost_for_two_message |
string |
₹350 for two |
restaurant.cuisines |
array |
2 items |
restaurant.delivery_time_minutes |
integer |
33 |
restaurant.id |
string |
5938 |
restaurant.image_url |
string |
https://media-assets.swiggy.com/swiggy/image/upload/RX_THUMBNAIL/IMAGES… |
restaurant.is_open |
boolean |
true |
restaurant.last_mile_travel_km |
number |
2.6 |
restaurant.last_mile_travel_string |
string |
2.6 km |
restaurant.locality |
string |
Tasker Town |
restaurant.name |
string |
Burger King |
restaurant.offers |
array |
3 items |
restaurant.parent_id |
string |
166 |
restaurant.restaurant_url |
string |
https://www.swiggy.com/city/bangalore/burger-king-central-bangalore-res… |
restaurant.serviceability |
string |
SERVICEABLE |
restaurant.sla_string |
string |
30-35 MINS |
restaurant.slug |
string |
burger-king-central-bangalore |
restaurant.source_url |
string |
[redacted:acquisition_url] |
restaurant.total_ratings_string |
string |
41K+ ratings |
source_url |
string |
[redacted:acquisition_url] |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.