What can you do with the Gamma product API?
- Scrape all prices and availability of a product on Gamma.nl
- Scrape the content and specs of your products to verify
API response
request_id | unique ShoppingScraper request_id | |
query link | link | the requested url from ShoppingScraper |
ean | the requested EAN code | |
endpoint | type | endpoint used |
app | chosen app | |
metadata | additional metadata to be used for your own internal references | |
geo | country | selected country for request |
language | selected language | |
status | response | server response from the request (200/404/500) |
message | status message from the request | |
stats | results | number of sellers found for this EAN |
timestamp | record of the time of the request | |
pagespeed | amount of seconds of request | |
results | classification | 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 | price of product at specific seller offer | |
offers shipment | shipment type of seller offer | |
offers shippingCosts | shipping costs of specific seller offer | |
offers availability | availability of specific product offer | |
offers promise | delivery promise of the product | |
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 | |
reviews scale | maximum scale | |
reviews rating | average rating of the product | |
Parameters
Description | Example values | |
metadata | Add your own metadata to your request, will be added to the payload | internal product id = 5555 |
country_code | ISO 3166-1 country code | nl |
ean_gtin | Identify any product with EAN/GTIN code | 3700730501354 |
api_key | Your ShoppingScraper API key | no example to show here 😉 |
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/gamma/{COUNTRY_CODE}/{EAN_GTIN}?api_key={API_KEY}&metadata={producitd:5555}
Sample payload
{ "shoppingscraper": { "request_id": "1018e998-d9bc-4a13-bfd8-6dca6c1fceec", "query": { "link": "http://api.shoppingscraper.com/product/gamma/nl/3700730501354?api_key=xxx&keyword=&images=false", "ean": "3700730501354" }, "endpoint": { "type": "product", "app": "gamma" }, "metadata": { }, "geo": { "country": "nl", "language": "Unknown" }, "status": { "response": 200, "message": "OK" }, "stats": { "results": 1, "timestamp": "Tue Sep 09 2022 19:14:57 UTC+0000", "pagespeed": 1.22 }, "results": [ { "classification": "product", "title": "Netatmo Presence Beveiligingscamera voor Buiten", "brand": "Netatmo", "category": [ { "name": "Home", "url": "/" }, { "name": "Assortiment", "url": "/assortiment" }, { "name": "Elektra", "url": "/assortiment/k/elektra" }, { "name": "Beveiliging", "url": "/assortiment/k/elektra/beveiliging" }, { "name": "Camerabeveiliging", "url": "/assortiment/l/elektra/beveiliging/camerabeveiliging" }, { "name": "IP camera's", "url": "/assortiment/l/elektra/beveiliging/camerabeveiliging/ip-camera-s" } ], "ean": "3700730501354", "extended": { }, "sku": "109921", "link": "https://www.gamma.nl/assortiment/netatmo-presence-beveiligingscamera-voor-buiten/p/B109921", "currency": "EUR", "ranking": { }, "stats": { "offers": 1 }, "offers": [ { "price": 299.0, "shipment": "standard", "shippingCosts": 0.0, "availability": "InStock", "state": "new", "ranking": { "productList": 1 } } ], "content": { "specs": [ ], "description": "Beveiligingcamera's schrikken inbrekers af, en leggen continue beelden van de desbetreffende plek vast. Deze veelzijdige Netatmo Presence Bewakingsscamera voor buiten heeft zeer intelligente functionaliteiten (hij herkent bijvoorbeeld een auto of persoon). De beelden zijn, zowel overdag als 's nachts, van hoogwaardige kwaliteit en gratis op te slaan op de manier die je zelf wenst: meegeleverde micro SD kaart, de cloud Dropbox of FTP-server. Je kunt ieder moment en vanaf elk soort apparaat (telefoon, tablet, laptop…) live zien wat er gebeurt of op een later moment de video's bekijken.\n\nSpecificaties\nDeze Netatmo Presence Beveiligingscamera IP NOC01-EU Buiten heeft naast de kwaliteiten van een gewone camera nog veel andere mogelijkheden. Het belangrijkste element van deze camera is de bijhorende app. Via de app kan je een livestream bekijken. Zo heb je continue zicht op de gewenste omgeving. De slimme schijnwerper bovenop de camera verlicht je pad 's nachts. Daarnaast kan je ook kiezen voor een infraroodfunctie. Door deze twee functies heb jij overdag net zo goed beeld als 's nachts. Deze camera is zo slim dat hij zelfs dingen kan onderscheiden van elkaar zo detecteert hij de aanwezigheid van auto's, personen en huisdieren. De video's worden automatisch opgeslagen op de micro SD-kaart van de camera. De bewakingscamera bevat de optie om de beelden op jouw persoonlijke server via FTP op te slaan. Deze opslag is helemaal gratis. Door het weerbestendige ontwerp van de outdoor-camera is hij bestendig tegen alle verschillende weerelementen, maar ook tegen stof en vuil.", "images": [ "https://static.gamma.nl/dam/461375/123" ], "reviews": { "scale": 5, "rating": 4.9, "count": 11 } }, "thumbnail": "https://static.gamma.nl/dam/461375/123", "reviews": { } } ] } }