Mango API
mango.com
Mango fashion store - products, categories, pricing, variants, and stock availability.
- Actions
- 6
- Category
- Fashion Beauty
- Login
- Not required
- Output
- JSON
Call the Mango API
Submit a task, then poll the job until it settles. This example runs act_mango_category_listing_ssr.
curl -X POST https://api.anakin.io/v1/wire/task \
-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"
}
}'6 actions on mango.com
Read
Category Listing
act_mango_category_listing_ssrread1 credit / callReturns products in a category with titles, URLs, images, and prices.
- category_slug
- string · required
- country_iso
- string · required
- language_iso
- string · required
Category Menu
act_mango_category_menuread1 credit / callReturns the category navigation tree for a market with catalog IDs, URLs, and nested structure.
- country_iso
- string · required
- language_iso
- string · required
Product Detail Page
act_mango_product_detail_ssrread1 credit / callReturns product detail with price, description, color variants, and availability.
- product_id
- string · required
- product_slug
- string · required
Product Details
act_mango_product_detailread1 credit / callReturns full product metadata including name, color variants, descriptions, and brand by ID.
- product_id
- string · required
- country_iso
- string · required
- language_iso
- string · required
Product Prices
act_mango_product_pricesread1 credit / callReturns per-color and per-variant prices for a product.
- product_id
- string · required
- country_iso
- string · required
Stock Availability
act_mango_stock_availabilityread1 credit / callReturns per-color and per-size warehouse stock availability for a product.
- product_id
- string · required
- country_iso
- string · required
Mango API questions
- Is there an API for Mango?
- Mango does not offer a public data API for this, but Anakin Wire provides 6 maintained endpoints for mango.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape Mango data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when mango.com changes its markup, Anakin updates the action.
- Do I need a Mango account?
- No. Every Mango action listed here runs anonymously — no account and no credentials required.
- What does the Mango API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.
More Fashion Beauty APIs
Abercrombie
Abercrombie - product search, details, pricing, variants, and recommendations.
Abercrombiekids
Abercrombie Kids - kids apparel search, category browsing, and product details.
Ae
American Eagle - apparel categories, product details, reviews, and clearance deals.
Anthropologie US
Anthropologie - apparel and home category listings and related products.
ASOS
ASOS - UK fashion apparel search, product details, reviews, and brands.
Balenciaga
Balenciaga - luxury collections, product details, listings, and prices.