/coolblue/categories/products
List products in a Coolblue category by numeric category id, URL slug, or full category URL. Top-level product categories return the full inventory; facet sub-pages (brand, spec filter, etc.) return the products highlighted on that page. Each entry: id, alias, canonical product url. Use the returned ids with coolblue/products to fetch full per-product details.
Price: 1 credit
💡 AI Hint: List products inside a Coolblue category. Accepts a numeric category id (e.g. 2037), a URL slug (e.g. consoles, laptops, mobiele-telefoons), a facet path (e.g. mobiele-telefoons/smartphones/apple/apple-iphone-15), or the full category URL. Top-level categories return the full inventory; deeper facet pages return the subset of products highlighted on that facet page. Returns lite product entries: id, alias (slug fragment of the product URL), and the canonical product url. Pair with coolblue/products for full details.
⚠️ Common errors: 412: Category not found (unknown id, slug, or facet path that yields no products)
Authorizations
API token from the dashboard
Headers
Body
Category numeric id, URL slug, or full category URL. Accepts top-level product categories (full inventory) as well as deeper facet paths like brand or spec sub-pages (e.g. 'mobiele-telefoons/smartphones/apple') which return the products highlighted on the corresponding facet page.
1"2037"
"consoles"
"/consoles"
"https://www.coolblue.nl/laptops"
"mobiele-telefoons/smartphones/apple/apple-iphone-15"
Max number of results
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500