/asos/products/recommendations
Get ASOS styling recommendations for a product (the ‘buy the look’ / ‘ways to style’ companions). Returns product cards: title, brand, price, list_price, currency, save_percent, is_on_sale, is_in_stock, image and images, plus the product ID, product_code, alias and URL.
Price: 10 credits per 72 results
💡 AI Hint: Get the products ASOS recommends to style alongside a given product (numeric product ID or product URL). Returns a list of product cards, each with id, product_code, url, alias, title, brand, brand_id, price/list_price/currency, save_percent, is_on_sale, is_in_stock, image and images. Use the returned id with the ASOS product endpoint to fetch full product details. A product with no styling looks returns an empty list.
⚠️ Common errors: 412: Product not found (well-formed but nonexistent product ID)
Authorizations
API token from the dashboard
Headers
Body
ASOS product ID or a product URL to get styling recommendations for
1"206776454"
"https://www.asos.com/prd/206776454"
Max number of recommended products to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Response
Successful Response