Skip to Content

Amazon EU product data API

ShopAPIS returns structured Amazon EU product data — current price, Buy Box price and seller, ASIN, full variant matrix, star rating, review count, Best Sellers Rank, category browse-nodes and images — as normalized JSON across six marketplace domains: amazon.co.uk, amazon.de, amazon.fr, amazon.it, amazon.es and amazon.nl. You send an ASIN or product URL plus a domain; the API returns the live product object, the same shape on every domain.

Amazon EU is the deepest and most valuable catalog in Western Europe. Amazon ranks #1 by traffic in the UK (~210M visits/mo, $78.7B net sales 2025), Germany (~264M, ~€52B GMV est), France (~125M), Italy, Spain (~113M) and the Netherlands (~25M, $3.74B) (Semrush ; Statista ).

Why Amazon EU data is hard to get

Amazon runs the hardest anti-bot stack of any Western European marketplace. The SP-API exposes pricing and catalog data only to authenticated sellers, and only for their own listings — there is no public, full-catalog API. Reading any competitor’s price, Buy Box ownership or review stream at scale means fetching the live page through CAPTCHA challenges, behavioral fingerprinting and rotating IP defenses. ASINs are also domain-specific: the same product carries a different ASIN on amazon.de versus amazon.co.uk, so cross-market matching needs a GTIN/EAN bridge. ShopAPIS handles the proxy, challenge-solving and parsing so you receive fields, not HTML.

Data fields returned

  • Pricing — current price, currency (GBP/EUR), list/strike price, discount %, Buy Box price.
  • Buy Box & sellers — winning seller name and ID, fulfillment type (FBA), full third-party offer list.
  • Availability — in-stock flag, ships-from, Prime eligibility, delivery estimate.
  • Catalog — title, brand, bullet features, description, category browse-node path, Best Sellers Rank.
  • Variants — size/color matrix with per-variant ASIN, price and stock.
  • Social proof — average rating, review count, review text, verified-purchase flags.
  • Identifiers — ASIN, EAN/GTIN, MPN, model, canonical URL.
  • Images — full-resolution gallery.

Sample response

{ "marketplace": "amazon", "domain": "amazon.de", "country": "DE", "identifiers": { "asin": "B0CHWRXH8B", "ean": "0194253433814", "mpn": "MTUW3LL/A" }, "title": "Apple AirPods Pro (2. Generation) mit USB-C", "brand": "Apple", "price": { "current": 229.00, "list": 279.00, "currency": "EUR", "discount_pct": 18 }, "buybox": { "price": 229.00, "seller": "Amazon", "seller_id": "A3JWKAKR8XB7XF", "fulfillment": "FBA" }, "offers_count": 14, "availability": { "in_stock": true, "prime": true, "ships_from": "Amazon" }, "rating": 4.7, "review_count": 18342, "bestsellers_rank": [{ "category": "Elektronik & Foto", "rank": 3 }], "category": ["Elektronik & Foto", "Kopfhörer", "In-Ear-Kopfhörer"], "variants": [{ "asin": "B0CHWQTGV6", "title": "USB-C", "price": 229.00, "in_stock": true }], "images": ["https://m.media-amazon.com/images/I/61SUj2aKoEL._AC_SL1500_.jpg"], "url": "https://www.amazon.de/dp/B0CHWRXH8B", "fetched_at": "2026-06-05T09:14:22Z" }

Markets and domains covered

DomainMarketCurrencyNotes
amazon.co.ukUnited KingdomGBP~210M visits/mo, $78.7B net sales 2025
amazon.deGermanyEUR~264M visits/mo, ~€52B GMV (est) — DACH anchor
amazon.frFranceEUR~125M visits/mo, #1 FR marketplace
amazon.itItalyEUR#1 IT marketplace
amazon.esSpainEUR~113M visits/mo, ~$12.9B rev (est)
amazon.nlNetherlandsEUR~25M visits/mo, $3.74B sales 2025

Use cases

  • Cross-market price monitoring — watch one product’s price and Buy Box across all six domains. See price monitoring.
  • MAP compliance — detect resellers undercutting minimum advertised price per market. See MAP compliance.
  • Competitive intelligence — track competitor catalogs, Best Sellers Rank and offer counts. See competitive intelligence.
  • Review analytics — mine multi-language review streams per market. See review analytics.
Create an account
Last updated on