Mango fashion store - products, categories, pricing, variants, and stock availability.
Category Listing
ASYNCREADNo auth
Returns products in a category with titles, URLs, images, and prices.
ParametersFormJSON
8-character hex catalog ID from the category menu (URL path segment)
Lowercase country path segment for shop.mango.com URLs (e.g. gb)
Lowercase language path segment for shop.mango.com URLs (e.g. en)
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_mango_category_listing_ssr", "params": { "category_slug": "e6bb8705", "country_iso": "gb", "language_iso": "en" } }'