/swiggy/search/suggest
Swiggy search autocomplete: get dish and restaurant suggestions for a partial query at a location (latitude/longitude in India). Each suggestion has text, type (DISH/RESTAURANT), the resolved restaurant_id / dish_family_id, image and deeplink.
Price: 1 credit
💡 AI Hint: Autocomplete Swiggy search by partial keyword (e.g. ‘piz’) at a location (lat/lng in India). Returns suggestions with text, type (DISH/RESTAURANT), suggestion_type (confidence tier), restaurant_id (for RESTAURANT — use with swiggy/restaurants), dish_family_id (for DISH), image and url.
Authorizations
API token from the dashboard
Headers
Body
Latitude (India)
-90 <= x <= 9012.9351929
Longitude (India)
-180 <= x <= 18077.6244807
Partial search query
1"piz"
"bir"
Max number of suggestions to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500