/asos/categories/products
List ASOS products in a category. Accepts a category id (cid) or a category page URL and returns lightweight product cards: title, brand, colour, price, list_price, currency, is_on_sale, image and images, plus the product ID, product_code, alias and URL.
Price: 10 credits
💡 AI Hint: List products that belong to an ASOS category. Pass either the numeric category id (cid) or a full category page URL as category. Each item has id, product_code, url, alias, title, brand, colour, price/list_price/currency, is_on_sale, is_selling_fast, has_more_colours, image+images and video_url. Use the returned id with the ASOS product endpoint to fetch full product details.
Authorizations
API token from the dashboard
Headers
Body
Category id (cid) or category page URL
1"4208"
"https://www.asos.com/men/jeans/cat/?cid=4208"
Max number of products to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Response
Successful Response