Explore the Amazon.nl Info Endpoint with ShoppingScraper
Get comprehensive details about products from Amazon.nl's vast marketplace with the Amazon.nl Info Endpoint from ShoppingScraper. Whether you're looking for detailed product descriptions, specifications, or category information, this endpoint has got you covered.
What You Can Achieve:
- Retrieve detailed product information using an EAN, SKU code or URL.
- Access product titles, brands, thumbnails, and full descriptions.
- Explore product specifications for a deeper insight into the product features.
- Utilize the EAN code where available to ensure accurate data retrieval.
API Response Example:
When querying the Amazon.nl Info Endpoint with an SKU code or product URL, you receive a payload rich in details, including product specifications, brand information, and much more. Here's a sneak peek at the kind of information you can expect:
{ "results": [ { "ean": null, "sku": "B0B4WQXL21", "url": "https://www.amazon.nl/dp/B0B4WQXL21", "title": "Oral B 8006540759912 Oral-B Pro 3 3500 Zwart Elektrische Tandenborstel, 1 Reisetui, 2 Opzetborstels, Ontworpen Door Braun", "brand": "Oral-B", "thumbnail": "https://m.media-amazon.com/images/I/81UR4fzSSqL.__AC_SX300_SY300_QL70_ML2_.jpg", "description": "Elke dag een professioneel schoon gevoel en een begeleide poetservaring met 360° zichtbare druksensor voor het tandvlees\nUnieke Oral-B 3D-reinigingstechnologie: trilt, roteert en pulseert voor tot 100% meer verwijdering van tandplak en gezonder tandvlees in vergelijking met een manuele tandenborstel\nZichtbare druksensor voor het tandvlees: als u te hard poetst, stopt deze met pulseren, vermindert de snelheid en waarschuwt hij u visueel door rood te worden om uw tandvlees te beschermen\nDoor tandartsen geïnspireerde ronde borstelkop omsluit elke tand voor een diepgaande reiniging en is zacht voor het tandvlees\nOplaadbare tandenborstel met handige duurzame lithium-ionbatterij en batterijniveau-indicator\nDe opzetborstel van Oral-B vervaagt van groen naar geel op basis van individueel gebruik, en geeft zo aan wanneer het tijd is om hem te vervangen om een 100% reinigende werking te behouden", "specs": { "Merk": "Oral-B", "Leeftijdscategorie (beschrijving)": "Volwassene", "Speciale kenmerken": "Druksensor", "Energiebron": "Batterij", "Beschrijving van stevigheid van item": "Zacht", "Kleur": "Zwart", "Materiaalkenmerk": "Duurzaam", "Aantal items": "1", "Vorm van de tandenborstel": "Rond", "Aantal exemplaren": "1.0 stuk" } } ] }
How to Use:
To use the Amazon.nl Info Endpoint, simply make a GET request to the ShoppingScraper API with the specific product's SKU code, URL, or EAN code, your API key, and the 'use_cache' option if preferred. Here's an example URL to get you started:
https://api.shoppingscraper.com/info?site=amazon.nl&sku=B0B4WQXL21&api_key={api_key}
https://api.shoppingscraper.com/info?site=amazon.nl&url=https://www.amazon.nl/dp/B0B4WQXL21&api_key={api_key}
xxx https://api.shoppingscraper.com/info?site=amazon.nl&ean=8006540759912&api_key={api_key}
This endpoint is a powerful tool for anyone looking to enrich their application with detailed product information from Amazon.nl. Whether it's for market analysis, e-commerce, or content creation, the Amazon.nl Info Endpoint provides the data you need in an easy-to-use format.