Swiggy Instamart grocery - category listings, product details, price, MRP, and pack size.
Category Listing
ASYNCREADNo auth
Returns the product grid for a category and store with names, MRP, offer prices, and pack sizes.
ParametersFormJSON
Category name as shown in the Instamart category URL (e.g. Masalas)
Instamart dark-store id for the delivery zone
Pagination offset for the category listing request
Optional filter segment from the category listing query string
Taxonomy type parameter from the category listing query string
Age-consent flag string passed through to the category listing query
cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_swiggy_instamart_category_listing_page_load", "params": { "categoryName": "Masalas", "storeId": "1313712", "offset": "0", "filterName": "", "taxonomyType": "taxonomy 5", "showAgeConsent": "false" } }'