Real-Time Amazon Data,
Structured & Delivered
Extract product listings, prices, reviews, bestseller rankings, seller info and more from every Amazon marketplace — delivered as clean, structured JSON. No proxies to manage. No CAPTCHAs. No IP blocks.
No credit card required — 150 free API credits included
Built for Teams That Move Fast
Stop wasting engineering cycles on proxy rotation, CAPTCHA solving, and anti-bot detection. Focus on what matters — your product.
Structured JSON Output
Titles, descriptions, images, pricing, availability, coupons, ratings, reviews and Q&A — normalized across all 23 marketplaces.
Managed Proxies & 99.9% SLA
Premium residential proxy pool with geo-targeting and automatic rotation. Backed by a 99.9% uptime guarantee.
Anti-Blocking & CAPTCHA
Automatic challenge management, fingerprint rotation, and retry logic to keep your data pipeline uninterrupted.
Multi-Marketplace
One unified API for every Amazon domain — .com, .de, .co.uk, .it, .fr, .co.jp, and 16 more.
One API, Every Use Case
From product lookups to competitive intelligence — access the full breadth of Amazon data through dedicated, battle-tested endpoints.
Product Lookup
Retrieve detailed product data by ASIN — title, price, images, rating, dimensions, and more.
ExploreAmazon Search
Search Amazon programmatically — get ranked results with pricing, ratings, and availability.
ExploreProduct Reviews
Extract customer reviews with ratings, titles, text, helpful votes, and verified purchase status.
ExploreBestsellers
Monitor top-performing products across categories — track ranking shifts in real time.
ExploreProduct Offers
Compare all seller offers for a product — FBA, FBM, pricing, shipping, and condition data.
ExploreProduct Statistics
Access detailed product metrics — sales rank history, price trends, and performance indicators.
ExploreSeller Reviews
Analyze seller performance with feedback ratings, response times, and customer sentiment.
ExploreAmazon Deals
Discover active deals, lightning deals, and time-limited promotions across categories.
ExploreASIN / EAN Converter
Convert between ASINs, EANs, and ISBNs to map products across platforms and systems.
ExploreUp and Running in 3 Minutes
No complex configuration. Sign up, grab your API key, and start pulling Amazon data immediately.
Create Your Account
Sign up for free — no credit card required. Get 150 API credits once you verify your email to test every endpoint.
Get Your API Key
Navigate to your dashboard, copy your API key, and configure your requests with our code examples.
Fetch Amazon Data
Make your first API call — receive structured JSON with product details, pricing, reviews, and more.
Scale With Confidence
Upgrade to production-ready plans with higher rate limits, dedicated support, and S3 delivery.
See It in Action
Simple, RESTful API calls — structured Amazon data in seconds.
curl -G 'https://sellermagnet-api.com/api/amazon-product-lookup' \ -H 'X-Api-Key: YOUR_API_KEY' \ --data-urlencode 'asin=B0CL61F39H' \ --data-urlencode 'marketplaceId=ATVPDKIKX0DER'
import requests response = requests.get( "https://sellermagnet-api.com/api/amazon-product-lookup", params={"asin": "B0CL61F39H", "marketplaceId": "ATVPDKIKX0DER"}, headers={"X-Api-Key": "YOUR_API_KEY"}, timeout=120, ) print(response.json()["data"]["productInfo"])
const params = new URLSearchParams({ asin: 'B0CL61F39H', marketplaceId: 'ATVPDKIKX0DER' }); const res = await fetch( `https://sellermagnet-api.com/api/amazon-product-lookup?${params}`, { headers: { 'X-Api-Key': 'YOUR_API_KEY' } } ); const { data } = await res.json(); console.log(data.productInfo);
{
"success": true,
"data": {
"productInfo": {
"asin": "B0CL61F39H",
"title": "PlayStation®5 console (slim)",
"buyBoxInfo": { "price": 444.99, "currencyCode": "USD", "sellerId": "Amazon" },
"bestsellerRanks": { "main_category": { "name": "Video Games", "rank": 31 } },
"images": ["https://m.media-amazon.com/images/I/41ECK5cY-2L._SL1000_.jpg"],
"hasAPlusContent": true
}
}
}
API Parameters
Configure your requests with these parameters for precise and flexible Amazon data extraction.
| Parameter | Description | Values / Examples |
|---|---|---|
asin Required | The product to look up. | ASIN, e.g. B0CL61F39H |
marketplaceId Required | The Amazon marketplace to read from (23 supported). | ATVPDKIKX0DER (amazon.com), A1PA6795UKMFR9 (amazon.de) |
X-Api-Key header Required | Your API key. The api_key query parameter works too. | X-Api-Key: YOUR_API_KEY |
geo_location Optional | Postcode for location-specific results (search, offers, deals); best-effort. | 10115, 90210 |
count Optional | Number of results on list endpoints (search, bestsellers, deals). | 30 (default), max 50 |
Flexible Plans for Every Scale
Start free with 150 credits. Scale to millions of requests with transparent, predictable pricing.
All plans include managed proxies, CAPTCHA handling, and JSON/CSV export. View all plans →
Frequently Asked Questions
Everything you need to know about the SellerMagnet API.
Each API key can run up to 40 requests at the same time; beyond that, requests queue briefly and then answer 429 with a Retry-After header. Each IP address may send 600 requests per minute and 15,000 per hour. There is no batch endpoint: send one request per ASIN and run them in parallel.
We offer Foundation Plans (Free Trial, Micro, Starter, Professional) and Corporate Plans (Business, Enterprise, Custom) with per-1,000 pricing from €0.95 to €1.25. A Pay-As-You-Go option at €1.45/1,000 requests is also available — no monthly subscription required.
401 Unauthorized: Check your API key. 429 Too Many Requests: Implement exponential backoff or upgrade your plan. 5xx Errors: Temporary issues — retry with jitter up to 3 times.
SellerMagnet respects robots.txt, uses soft-bot crawling techniques, and managed proxy pools to minimize impact. We recommend reviewing your local data-privacy regulations alongside Amazon's Developer Policy.
Beyond structured JSON, export to CSV, XML, or deliver directly to Amazon S3 or Google Cloud Storage via our delivery feature. All formats maintain the same consistent schema.
Start Extracting Amazon Data Today
Sign up for free — get 150 API credits and access to every endpoint. No credit card required.
150 free API credits • No credit card required • Cancel anytime