/coolblue/products/reviews
Get customer reviews for a Coolblue product by product id (or product URL): rating (1-10 scale), title, review text, pros, cons, author, date, helpful/unhelpful vote counts and review images.
Price: 1 credit
💡 AI Hint: Fetch customer reviews for a single Coolblue product by numeric product id or a product URL. Returns a list of reviews, each with rating (1-10 scale, Coolblue native), title, text, pros, cons, author, date, helpful_count, unhelpful_count and images. Optional language filter (nl-NL or en-US) and sort order.
⚠️ Common errors: 412: Product not found (well-formed but nonexistent product id)
Authorizations
API token from the dashboard
Headers
Body
Coolblue product id or a product URL containing it
1"886497"
"https://www.coolblue.nl/product/886497/nintendo-switch-oled-wit.html"
Max number of reviews to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Filter reviews by language. If omitted, all languages are returned.
nl-NL, en-US Sort order
helpfulness_desc, rating_desc, rating_asc, date_desc, date_asc