What can you do with the ShoppingScraper Coolblue Offers API?
- Scrape offers directly from Coolblue for any product available on their Dutch, Belgian and German site.
- Retrieve prices, shipping costs, and the total cost based on the product URL or SKU.
- Use the SKU or product URL to match products specifically on Coolblue's platform.
API response
url | the requested URL | |
sku | the requested SKU code | |
geo | country | Netherlands, as Coolblue is a Dutch retailer |
status | response | server response from the request (200/404/429/500) |
results | classification | type of data returned from Coolblue |
offers | sellerName | Coolblue as the primary seller |
sellerReference | unique seller reference on Coolblue, if applicable | |
price | price of the product offer | |
shippingPrice | shipping cost for the product offer, typically free from Coolblue | |
totalPrice | total price including shipping | |
condition | condition of the product offer (New/Tweedekans) | |
shippingMethod | shipping method used for the product offer, if specified |
Parameters
Description | Example values |
Add your own metadata to your request, will be added to the payload | internal product id = 5555 |
The EAN or SKU for the product you're interested in at Coolblue | EAN: 0194252085158, SKU: 874762 |
Your ShoppingScraper API key | (hidden for security) |
Matching
We ensure accuracy by matching the SKU or EAN directly on Coolblue.
Sample URL using URL
https://api.shoppingscraper.com/offers?site=coolblue.nl&url=https://www.coolblue.nl/product/874762&api_key={API_KEY}
Sample URL using EAN
https://api.shoppingscraper.com/offers?site=coolblue.nl&ean=0194252085158&api_key={API_KEY}
Sample URL using SKU
https://api.shoppingscraper.com/offers?site=coolblue.nl&sku=874762&api_key={API_KEY}