Mango: Search Products
Mango via Parse · ecommerce
Search products on the Mango Korea storefront with enriched per-item details. Returns deduplicated product/color candidates with Korean and English names, family/category labels, KRW prices, size-level availability, official images (model and flat), and canonical Korean URLs. Each result is enriched via the product orchestrator API (3 upstream calls per unique product_id). With default limit=20, expect ~60 upstream enrichment calls plus the initial search page load. Never falls back outside kr/ko locale or KRW currency. Public API for the Mango South Korea storefront (shop.mango.com/kr/ko). Search products, browse category listings, and fetch detailed product information including Korean names, KRW prices, color variants, size availability, material composition, and official images. Fulfilled by Parse from shop.mango.com.
- ecommerce
- mango
- marketplace
- parse
- platform-key
- reviews-ratings
- shop-mango-com
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/80f20dff-d5f5-472f-b1fb-7b889eafc960/search_products
- Interface artifact
- sha256:4572e4c11af0caca8f988312fefe86bae1e48a538de7549a49b0fb9ea6a90312
- Manifest digest
- sha256:b47111d3055213d275809ceb72e9618ba3e3b44af2551dc42e253e11ac6ea022
Request fields
- page (integer): Page number for pagination.
- limit (integer): Maximum number of enriched product/color candidates to return (1–50). Controls how many items are fetched from the orchestrator API.
- query (string, required): Search query text in Korean or English (e.g. '원피스', 'dress', '셔츠').
- section (string): Gender/section to search within.: Allowed values: women, men
Example queries
- {"limit":"2","query":"jacket","section":"men"}