Yoox: Search Products
Yoox via Parse · ecommerce
Full-text search across the YOOX catalog. Supports price range filters, brand filtering, and sort order. Paginates via zero-based page number. Each product includes pricing (current, original, retail), available sizes, images, composition, and color. Search luxury fashion products, browse categories by department, view designer lists, and get detailed product information from YOOX.com. Fulfilled by Parse from yoox.com.
- ecommerce
- marketplace
- parse
- platform-key
- reviews-ratings
- yoox
- yoox-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- ecommerce
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/b0e5fca3-bf37-47ff-b329-d13dd7b3aead/search_products
- Interface artifact
- sha256:b462bdbb13e3713b837ec0684251ccc8f8f696fa2567ec19b6138047c9eddfaa
- Manifest digest
- sha256:015556d27661a40bce1cb8e3a4cf3e66df761b3fe453634758d6ed0616beb723
Request fields
- page (integer): Zero-based page number.
- brand (string): Brand ID to filter by (e.g. 'FERRAGAMO-753'). Obtain from get_designers_list results.
- limit (integer): Number of results per page.
- query (string, required): Search keyword (e.g. 'shoes', 'dresses', 'jacket').
- sort_by (string): Sort order for results.: Allowed values: price_asc, price_desc, newest
- max_price (number): Maximum price filter in USD.
- min_price (number): Minimum price filter in USD.
Example queries
- {"page":"0","limit":"5","query":"shoes","sort_by":"price_asc","max_price":"500","min_price":"50"}