/coolblue/categories
List Coolblue product categories (taxonomy inventory): numeric id, slug, canonical landing URL, per-category sitemap URL. Optionally enrich each entry with breadcrumb parent path and pretty name by fetching the category landing page.
Price: 1 credit
💡 AI Hint: Coolblue product-category taxonomy. Default returns the raw sitemap inventory (includes legacy/system entries with no breadcrumb path). Each entry: id (numeric), slug, name, url (canonical landing), sitemap_url (per-category product inventory). Set include_breadcrumbs=true to also fetch each landing and fill parent (immediate parent category) and breadcrumbs (full path from site root); with include_breadcrumbs the name is replaced by the landing-page heading when available (more accurate than slug-derived). Combine include_breadcrumbs with exclude_orphan=true to drop legacy/system entries whose landing has no breadcrumb path, returning a clean taxonomy. Enabling include_breadcrumbs fetches each category landing page individually — cost and latency scale linearly with count.
Authorizations
API token from the dashboard
Headers
Body
Max number of results
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Fetch each category landing page to enrich with breadcrumb parent path and pretty name. Cost and latency scale linearly with count (one landing fetch per category).
Drop legacy/system entries that have no reachable breadcrumb path. Only takes effect together with include_breadcrumbs.