Amazon Product Lookup API

Retrieve Complete Product Data with a Single API Call

Access detailed product information, Buy Box pricing, customer reviews, images, and variations for any ASIN across all Amazon marketplaces. Enterprise-grade reliability built for scale.

No credit card required • 500 free credits • Instant API key

Product Lookup Response
B0CL61F39H — ASIN Identified Identified
PlayStation®5 console (slim) Parsed
$444.99 — Buy Box Price Live
#3 in Video Games — BSR Ranked
4.7 / 5 — 7,092 reviews Verified
50+
Data Points
<2s
Response
23
Marketplaces
Enterprise-Grade Security
Lightning-Fast Delivery
Global Marketplace Coverage
Dedicated Support
Deep Product Analysis

Unlock Every Detail Behind an ASIN

Retrieve comprehensive product details—titles, descriptions, specifications, images, and pricing—to build rich product catalogs, power comparison engines, or fuel market research at scale.

  • Full product title, brand & manufacturer data
  • High-resolution images & alternate views
  • Complete specifications & dimensions
  • Category hierarchy & best seller rank
ASIN Parsing
Title Extraction
Image URLs
Dimensions
Buy Box & Pricing Intelligence

Track the Buy Box in Real Time

Monitor Buy Box ownership, pricing fluctuations, and seller activity across products and marketplaces. Gain actionable insights to optimize your pricing strategy and win more sales.

  • Current Buy Box price & currency
  • Buy Box seller identification
  • Offer count & competitor pricing
  • Real-time data—never cached or stale
Lookup ASIN
Fetch Buy Box
Analyze Pricing
Optimize Strategy
50+
Data Points per Product
23
Marketplaces Supported
99.9%
API Uptime SLA
<2s
Avg Response Time

Comprehensive Data Points in Every Response

Each API call returns a rich, structured JSON payload with everything you need to understand an Amazon product completely.

Buy Box Information

Access current Buy Box price, currency code, and the seller ID holding the Buy Box. Monitor ownership changes and pricing dynamics in real time.

Real-time pricing data

Product Media

Retrieve all product images in high resolution, including primary listing photos and alternate views. Perfect for catalogs and visual databases.

Customer Reviews

Get aggregate review data including average rating, total review count, and rating summary. Evaluate product quality at a glance.

Product Variations

Access all product variations—sizes, colors, bundles—with their ASINs and attributes. Map entire product families from a single request.

Detailed Specifications

Retrieve manufacturer info, product dimensions, weight, materials, and every specification Amazon stores—structured and ready for your database.

50+ structured fields

Three Steps to Product Intelligence

Integrate our API in minutes and start extracting actionable product data immediately.

1

Get Your API Key

Create a free account and generate your API key instantly. No credit card required—start with 500 free credits.

2

Make Your First Request

Pass an ASIN, marketplace ID, and your API key to our endpoint. Receive structured JSON data in under two seconds.

3

Scale with Confidence

Upgrade to premium plans as your needs grow. Enjoy dedicated support, higher rate limits, and enterprise SLAs.

Built for Every Amazon Business Need

From solo sellers to enterprise platforms, our Product Lookup API powers diverse workflows across the Amazon ecosystem.

E-Commerce

Product Catalog Building

Automatically enrich your product catalog with titles, images, specs, and pricing data pulled directly from Amazon—no manual data entry required.

  • Import titles, descriptions & bullet points
  • Pull high-res images & alternate views
  • Sync pricing & availability in real time
  • Map product variations automatically
Catalog Sync
Media Import
Price Tracking
Variation Map
Analytics

Competitor Monitoring

Track Buy Box ownership, pricing shifts, and seller changes across products and marketplaces. React faster with real-time competitive intelligence.

  • Monitor Buy Box ownership changes
  • Track historical pricing trends
  • Identify new competitor sellers
  • Set automated price-change alerts
Watch Products
Compare Prices
Alert on Changes
Operations

Inventory & Demand Planning

Analyze review velocity, product variations, and sales indicators to forecast demand accurately. Prevent costly stockouts or overstock situations.

  • Gauge demand via review velocity
  • Track BSR trends across categories
  • Monitor variation availability
  • Forecast inventory replenishment
BSR Tracking
Review Velocity
Stock Levels
Auto Restock

Integrate in Minutes

Copy and paste ready-to-use code examples in your preferred language and start making API calls immediately.

api-request.sh
cURL
Python
curl "https://sellermagnet-api.com/api/amazon-product-lookup\
  ?asin=B0CL61F39H\
  &marketplaceId=ATVPDKIKX0DER\
  &api_key=YOUR_API_KEY"
import requests

url = "https://sellermagnet-api.com/api/amazon-product-lookup"

params = {
    "asin": "B0CL61F39H",
    "marketplaceId": "ATVPDKIKX0DER",
    "api_key": "YOUR_API_KEY"
}

response = requests.get(url, params=params)
data = response.json()

if data["success"]:
    product = data["data"]["productInfo"]
    print(f"Title: {product['title']}")
    print(f"Price: {product['buyBoxInfo']['price']}")
    print(f"Rating: {product['reviews']['averageRating']}")
else:
    print("Request failed")

Endpoint Parameters & Response

Everything you need to construct your API request and parse the response payload.

GET https://sellermagnet-api.com/api/amazon-product-lookup

Parameter Type Required Description
asin string Required The Amazon Standard Identification Number (ASIN) of the product you want to look up. Example: B0CL61F39H
marketplaceId string Required The Amazon marketplace identifier. Example: ATVPDKIKX0DER (US). See documentation for all supported marketplace IDs.
api_key string Required Your unique API authentication key. Obtain one by creating a free account.
200 OK — Response
{
  "data": {
    "productInfo": {
      "asin": "B0CL61F39H",
      "title": "PlayStation®5 console (slim)",
      "reviews": {
        "averageRating": 4.7,
        "reviewSummary": "4.7 out of 5 stars",
        "totalReviews": 7092
      },
      "buyBoxInfo": {
        "currencyCode": "USD",
        "price": 444.99,
        "sellerId": "A3853PJW50SJG8"
      },
      "images": [
        "https://m.media-amazon.com/images/I/41ECK5cY-2L._SL1000_.jpg"
      ],
      "details": {
        "ASIN": "B0CL61F39H",
        "Manufacturer": "Sony",
        "Product Dimensions": "14 x 17 x 7 inches; 10.6 Pounds"
      },
      "variations": [
        {
          "asin": "B0F6968Y5G",
          "attributes": {
            "Pattern Name": "PS5 w/ Black Ops Bundle",
            "Style": "PlayStation®5 Digital Edition (slim)"
          }
        }
      ]
    }
  },
  "success": true
}

Trusted by Teams Across the Amazon Ecosystem

Whether you're a solo seller or a Fortune 500 brand, our Product Lookup API adapts to your workflow.

Developers & Engineers

Integrate real-time Amazon product data into your apps, dashboards, and internal tools with a clean REST API and comprehensive documentation.

Amazon Sellers

Monitor competitor pricing, track Buy Box ownership changes, and optimize your listings with data-driven insights pulled directly from Amazon.

E-Commerce Platforms

Power product comparison engines, price tracking tools, and catalog enrichment pipelines with structured, reliable Amazon product data at scale.

Market Researchers

Analyze product trends, review sentiment, variation patterns, and pricing dynamics across categories and marketplaces for actionable market intelligence.

Global Amazon Coverage

US US
UK UK
DE DE
FR FR
IT IT
ES ES
NL NL
BE BE
SE SE
PL PL
IE IE
TR TR
JP JP
IN IN
SG SG
AU AU
CA CA
MX MX
BR BR
AE AE
SA SA
EG EG
ZA ZA

Frequently Asked Questions

Find quick answers to the most common questions about our Amazon Product Lookup API.

The API returns comprehensive product data including the product title, pricing and Buy Box information (price, currency, seller ID), customer reviews (average rating, total count, summary), high-resolution product images, detailed specifications (dimensions, manufacturer, weight), and all available product variations with their ASINs and attributes.

Our Product Lookup API supports all major Amazon marketplaces worldwide, including the United States (ATVPDKIKX0DER), United Kingdom (A1F83G8C2ARO7P), Germany (A1PA6795UKMFR9), France (A13V1IB3VIYZZH), Italy (APJ6JRA9NG5V4), Spain (A1RKKUPIHCS9HS), Japan (A1VC38T7YXB528), Canada (A2EUQ1WTGCTBG2), Australia (A39IBJ37TRP1C6), India (A21TJRUUN4KGV), and more. Pass the appropriate marketplace ID with each request.

Our API delivers real-time product data fetched directly from Amazon at the moment of your request. Pricing, Buy Box information, and review statistics reflect the current state of the product listing. This ensures you always work with the most accurate and timely data available—no cached or stale information.

Rate limits are determined by your subscription tier. The free plan includes 500 credits, ideal for testing and small projects. Starter and Growth plans support hundreds to thousands of requests per minute. Enterprise plans offer fully customizable rate limits, dedicated infrastructure, and priority support tailored to your business requirements. Contact us to discuss enterprise options.

The Product Lookup endpoint processes one ASIN per request to ensure maximum data accuracy and real-time freshness. For bulk lookups, send concurrent requests using your preferred HTTP client — our infrastructure handles parallel requests efficiently within your plan's rate limit.

Start Retrieving Amazon Product Data Today

Join thousands of developers and businesses using SellerMagnet API to power their Amazon product intelligence. Get started in minutes with our free tier.

500 free API credits • No credit card required • Cancel anytime