/zomato/restaurants/menu
Get the Zomato restaurant menu by ’/’ path or restaurant URL: categories with dishes (name, description, image, veg/non-veg marker).
Price: 20 credits
💡 AI Hint: Get the menu of a Zomato restaurant by ’/’ path or a full restaurant URL. Returns a list of menu categories, each with its dishes (id, name, description, image, is_veg, dietary).
⚠️ Common errors: 412: Restaurant not found or no menu available
Authorizations
API token from the dashboard
Headers
Body
Restaurant as a '{city}/{slug}' path or a full restaurant URL
1"bangalore/ishaara-residency-road-bangalore"
"https://www.zomato.com/bangalore/ishaara-residency-road-bangalore/order"
Max scrapping execution timeout (in seconds)
20 <= x <= 1500