What can you do with the Kruidvat product API?
Scrape product information, including title, brand, category, EAN, SKU, currency, offers, and content (description, images, specs, and reviews) for a given EAN on Kruidvat.nl.
API response
request_id | unique ShoppingScraper request_id |
query link | the requested url from ShoppingScraper |
ean | the requested EAN code |
endpoint | type of endpoint used |
app | chosen app |
metadata | additional metadata to be used for your own internal references |
geo | selected country for request |
language | selected language |
status | server response from the request (200/404/500) |
message | status message from the request |
stats | number of sellers found for this EAN |
timestamp | record of the time of the request |
pagespeed | amount of seconds of request |
results | type of data returned |
title | matched product title with EAN |
brand | brand of the product |
category name and url | name of category and bread crumb link of the product |
ean | requested EAN |
extended | additional EAN codes how this product can be identified |
sku | retailer product id |
link | link to product page |
currency | used currency of country |
stats offers | number of offers found for this EAN |
offers price / former price | price and former price of product at specific seller offer |
offers seller | name of the seller |
offers availability | availability of specific product offer |
offers state | state of specific product offer |
offers ranking | ranking of product offer |
content description | description found |
content images thumbnail | image found |
reviews count | total count of number of reviews |
Matching
We only return data if we are 100% certain. We match products based on the EAN/GTIN code.
Sample URL
https://api.shoppingscraper.com/product/kruidvat/{COUNTRY_CODE}/{EAN_GTIN}?api_key={API_KEY}&metadata={producitd:5555}
Sample payload
{ "shoppingscraper": { "request_id": "b19963bf-8d2d-4dad-9a59-fe61297eb6d0", "query": { "link": "http://api.shoppingscraper.com/product/kruidvat/nl/?url=https://www.kruidvat.nl/sun-vaatwastabletten/p/5910952", "ean": "8720182656339", "url": null }, "endpoint": { "type": "page", "app": "kruidvat" }, "metadata": {}, "geo": { "country": "nl", "language": "nl" }, "status": { "response": 200, "message": "OK" }, "stats": { "results": 1, "timestamp": "Tue Aug 08 2023 13:43:37 UTC+0000", "pagespeed": "3.364" }, "results": [ { "classification": "product", "title": "Sun Vaatwastabletten", "brand": "Sun", "category": [ { "url": "/", "name": "HOME" }, { "url": "/huis-schoonmaak/c/10007", "name": "Huis & Schoonmaak" }, { "url": "/huis-schoonmaak/wassen-schoonmaken/c/20070", "name": "Wassen & Schoonmaken" }, { "url": "/huis-schoonmaak/wassen-schoonmaken/vaatwastabletten/c/30229", "name": "Vaatwastabletten" }, { "url": "/sun-vaatwastabletten/p/BP_5910952", "name": "Sun Vaatwastabletten" } ], "ean": "8720182656339", "mpn": "5910952", "sku": "5910952", "link": "https://www.kruidvat.nl/sun-vaatwastabletten/p/5910952", "currency": "EUR", "stats": { "offers": 1 }, "offers": [ { "formerPrice": "61.99", "price": 19.99, "seller": "Kruidvat", "availability": "InStock", "state": "new", "ranking": { "productList": 1 } } ], "content": { "specs": [], "description": "154 stuks", "images": [ "/medias/sys_master/prd-images/hac/h08/27953801822238/prd-front-5910952-1_600x600/prd-front-5910952-1-600x600.jpg" ], "reviews": {} }, "extended": {}, "thumbnail": "/medias/sys_master/prd-images/hac/h08/27953801822238/prd-front-5910952-1_600x600/prd-front-5910952-1-600x600.jpg" } ] } }