Real-Time APIBuy Box Tracking16 DomainsSeller Data

Amazon Price Scraper — Real-Time Buy Box, Seller & Product Data

The Amazon price scraper e-commerce teams rely on. Extract real-time prices, Buy Box winners, seller details, reviews, and stock availability from 16 Amazon domains. Structured JSON responses, 99.9% uptime, and no infrastructure to manage.

16

Amazon domains supported

99.9%

API uptime guarantee

<2s

Average response time

500K+

Daily Amazon lookups

How It Works

Get Amazon data in 3 steps

1

Send an ASIN or search query

Pass an ASIN, EAN/UPC, keyword, or Amazon product URL to our API. Specify the target domain (e.g., amazon.de, amazon.co.uk, amazon.com).

2

We fetch and parse the page

Our infrastructure handles data extraction, parsing, and normalization. Data is validated and structured before delivery.

3

Receive structured JSON

Get clean, typed JSON with prices, Buy Box status, seller info, reviews, images, and more. Ready for your database or dashboard.

Live Preview

See Amazon in your browser

www.amazon.nl
Amazon.nl product page showing Sony WH-1000XM4 headphones

Live product page on Amazon.nl

Western Europe

Amazon across 7 European markets

Monitor prices and availability on Amazon across the Netherlands, Germany, UK, France, Italy, Spain, and Belgium — all from a single API.

NLamazon.nlNetherlands
amazon.nl
Amazon Netherlands product page

Amazon.nl — Netherlands

DEamazon.deGermany
amazon.de
Amazon Germany product page

Amazon.de — Germany

UKamazon.co.ukUnited Kingdom
amazon.co.uk
Amazon UK product page

Amazon.co.uk — United Kingdom

FRamazon.frFrance
amazon.fr
Amazon France product page

Amazon.fr — France

ITamazon.itItaly
amazon.it
Amazon Italy product page

Amazon.it — Italy

ESamazon.esSpain
amazon.es
Amazon Spain product page

Amazon.es — Spain

BEamazon.beBelgium
amazon.be
Amazon Belgium product page

Amazon.com.be — Belgium

API

Amazon API integration

3 endpoints — copy-paste in cURL, Python, or JavaScript. Full reference at app.shoppingscraper.com/apiguide.

Offers — every Amazon seller's price by EAN

Fetch all merchant offers on Amazon for an EAN. Returns title, ASIN, brand, availability, and the offers array (seller, price, shipping, total, condition, Prime eligibility). Available on amazon.nl, .de, .co.uk, .fr.

View in API guide

Implementation

curl -X GET "https://api.shoppingscraper.com/offers?api_key=your_api_key_here&site=amazon.nl&ean=4548736112025"
GEThttps://api.shoppingscraper.com/offers?site=amazon.nl&ean=4548736112025&api_key=your_api_key_here
API Response
{
"results": [
{
"ean": "4548736112025",
"sku": "2400394333200541296",
"url": "https://data.shoppingscraper.com/shop/shrtr/a1b2c3d4",
"title": "Sony WH-1000XM4 Wireless Headphones",
"thumbnail": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:...",
"availability": "AVAILABLE",
"currency": "EUR",
"offers": [
{
"sellerName": "Amazon",
"sellerReference": "https://data.shoppingscraper.com/shop/shrtr/a1b2c3d4",
"price": "45.00",
"formerPrice": null,
"shippingPrice": "0.00",
"totalPrice": "45.00",
"condition": "New",
"shippingMethod": "standard"
}
]
}
]
}

Info — full product details + ASIN by EAN

Resolve an EAN to its Amazon ASIN and pull product metadata: title, brand, description, thumbnail, and the structured specs object. Use to enrich your catalog with Amazon-canonical product data.

View in API guide

Implementation

curl -X GET "https://api.shoppingscraper.com/info?api_key=your_api_key_here&site=amazon.nl&ean=4548736112025"
GEThttps://api.shoppingscraper.com/info?site=amazon.nl&ean=4548736112025&api_key=your_api_key_here
API Response
{
"ean": "4548736112025",
"sku": "2400394333200541296",
"url": "https://shopping.google.com/product/2400394333200541296",
"title": "Sony WH-1000XM4 Wireless Headphones",
"thumbnail": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:...",
"description": "Compact wireless earbuds with adaptive noise cancellation, 6h battery life, and MagSafe charging case.",
"specs": {
"brand": "Apple",
"color": "White",
"battery_life_hours": 6,
"wireless": true,
"noise_cancellation": "Active"
}
}

Buy Box — current Buy Box winner + price

Single-call check on who currently owns the Buy Box for an EAN: seller name, price, shipping, total. Built for repricer integrations and BSR monitoring on amazon.nl, .de, .co.uk, .fr.

View in API guide

Implementation

curl -X GET "https://api.shoppingscraper.com/buybox?api_key=your_api_key_here&site=amazon.nl&ean=4548736112025"
GEThttps://api.shoppingscraper.com/buybox?site=amazon.nl&ean=4548736112025&api_key=your_api_key_here
API Response
{
"ean": "4548736112025",
"sku": "B0863TXGM3",
"title": "Sony WH-1000XM4 Wireless Headphones",
"url": "https://www.amazon.nl/dp/B0863TXGM3",
"availability": "AVAILABLE",
"currency": "EUR",
"offers": {
"sellerName": "Amazon",
"price": "229.00",
"formerPrice": "279.00",
"shippingPrice": "0.00",
"totalPrice": "229.00",
"condition": "New",
"isBuyBoxWinner": true
}
}
Features

What you get with Amazon

Buy Box Monitoring

Track which seller wins the Buy Box, at what price, and how often it rotates. Essential for brand protection and competitive repricing.

Multi-Domain Coverage

Scrape all 16 Amazon marketplaces (US, UK, DE, FR, IT, ES, NL, SE, PL, BE, and more) from a single API endpoint.

Seller & Offer Listing

Retrieve all active sellers for a product, including their prices, shipping costs, fulfillment method (FBA/FBM), and seller rating.

Review & Rating Extraction

Pull average rating, total review count, star distribution, and individual review text for sentiment analysis.

Stock & Availability

Detect in-stock, out-of-stock, limited-stock, and back-order statuses in real time. Receive alerts when stock levels change.

Historical Price Tracking

Access 12 months of price history for any ASIN. Identify pricing trends, seasonal patterns, and competitor strategies.

ASIN-to-EAN/UPC Mapping

Automatically resolve ASINs to EAN/UPC barcodes (and vice versa) to match products across marketplaces and your own catalog.

Search Results Scraping

Scrape Amazon search result pages for any keyword. Get organic rankings, sponsored placements, and pricing for competitive intelligence.

ShoppingScraper mascot
Data

Available data points

  • Product title and description
  • Current price and list price
  • Buy Box winner and price
  • All seller offers (price, shipping, FBA/FBM)
  • Seller name, rating, and feedback count
  • Average rating and review count
  • Star distribution (1-5 stars)
  • Stock availability status
  • Product images (all variants)
  • ASIN, EAN/UPC, and MPN identifiers
  • Category and best-seller rank
  • Product variations (size, color, etc.)
  • Coupon and deal information
  • Shipping weight and dimensions
  • Brand name and manufacturer
  • Frequently bought together

Amazon Scraping: ShoppingScraper vs DIY

FeatureShoppingScraperDIY Scraping
Real-time Amazon dataRequires custom infrastructure
Buy Box monitoringManual checking only
16 Amazon domainsUsually 1-2 domains
Managed infrastructureFully managedYour responsibility
ASIN-EAN cross-referencing
Structured JSON outputRaw HTML parsing required
Historical price data12 months includedBuild your own storage
99.9% uptime SLANo guarantee
Setup time5 minutesDays to weeks
Ongoing maintenanceZero — we handle updatesConstant layout change fixes

Frequently Asked Questions

Which Amazon domains does the scraper support?+

We support all 16 Amazon marketplaces: amazon.com (US), amazon.co.uk (UK), amazon.de (DE), amazon.fr (FR), amazon.it (IT), amazon.es (ES), amazon.nl (NL), amazon.se (SE), amazon.pl (PL), amazon.be (BE), amazon.co.jp (JP), amazon.ca (CA), amazon.com.au (AU), amazon.com.br (BR), amazon.in (IN), and amazon.sg (SG).

How does Buy Box monitoring work?+

Every time you request product data, we return the current Buy Box winner, their price, fulfillment method, and seller rating. By scheduling recurring lookups, you build a complete picture of Buy Box rotation. We also return all competing offers so you can see exactly who is vying for the Buy Box.

Can I look up products by EAN or UPC instead of ASIN?+

Yes. You can pass an EAN, UPC, or ISBN to our API and we will resolve it to the matching ASIN(s) on the specified Amazon domain. This makes cross-marketplace matching straightforward when you manage products by barcode.

How reliable is Amazon data extraction?+

Our infrastructure is designed for high reliability, adapting to layout changes within hours and maintaining consistent data quality. You receive structured, validated data without managing any extraction infrastructure yourself.

What is the API response time for Amazon lookups?+

Average response time is under 2 seconds for product detail requests. Search result queries may take slightly longer depending on the number of results. We offer both synchronous and asynchronous endpoints to suit different use cases.

Can I scrape Amazon search results for keyword ranking analysis?+

Absolutely. Pass a keyword and target domain, and we return the full search result page including organic rankings, sponsored products, pricing, and ratings for each listing. This is ideal for SEO tracking and competitive intelligence.

Is there a limit on how many ASINs I can monitor?+

There is no hard limit on the number of ASINs. Your plan determines the total number of API calls per month. Enterprise customers routinely monitor 100,000+ ASINs with scheduled lookups.

Do you offer historical Amazon price data?+

Yes. For any product you track, we store up to 12 months of price history. You can query historical data via the API or view trends in the ShoppingScraper dashboard. This is invaluable for seasonal analysis and long-term competitive benchmarking.

Start scraping Amazon data in 5 minutes

100 free API calls. No credit card required. Full access to all 16 Amazon domains.