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 — 500 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 500 API credits instantly 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 -X POST 'https://sellermagnet-api.com/v1/queries' \ -H 'Authorization: Bearer YOUR_API_KEY' \ -H 'Content-Type: application/json' \ -d '{ "source": "amazon_product", "query": "B0CX23V2ZK", "domain": "com", "parse": true }'
import requests payload = { "source": "amazon_product", "query": "B0CX23V2ZK", "domain": "com", "parse": True } response = requests.post( "https://sellermagnet-api.com/v1/queries", headers={"Authorization": "Bearer YOUR_API_KEY"}, json=payload ) print(response.json())
const axios = require('axios'); const { data } = await axios.post( 'https://sellermagnet-api.com/v1/queries', { source: 'amazon_product', query: 'B0CX23V2ZK', domain: 'com', parse: true }, { headers: { Authorization: 'Bearer YOUR_API_KEY' } } ); console.log(data);
{
"title": "Echo Dot (5th Generation)",
"price": "$49.99",
"rating": 4.7,
"reviews_count": 18432,
"images": ["https://m.media-amazon.com/..."],
"availability": "In Stock",
"seller": {
"name": "Amazon.com",
"fulfilled_by": "Amazon"
},
"bestseller_rank": 142
}
API Parameters
Configure your requests with these parameters for precise and flexible Amazon data extraction.
| Parameter | Description | Values / Examples |
|---|---|---|
source Required | Specifies the type of Amazon data to retrieve. | amazon_product, amazon_search, amazon_pricing, amazon_reviews |
query Required | The identifier or keyword for the data request. | ASIN (e.g., B0CX23V2ZK) or keyword (e.g., "Echo Dot") |
domain Required | The Amazon marketplace domain to target. | com, de, co.uk, it, fr, co.jp |
geo_location Optional | Geographic location for region-specific data. | Postal code (e.g., 90210) or country code |
locale Optional | Language and regional format for response. | en_US, de_DE, ja_JP |
render Optional | Enable JavaScript rendering for dynamic pages. | true / false (default: false) |
parse Optional | Enable structured JSON output parsing. | true / false (default: true) |
Flexible Plans for Every Scale
Start free with 500 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.
Our API enforces a 50 requests/second rate limit (10 req/s on Free Trial). For bulk scraping, submit up to 5,000 ASINs or URLs in a single batch request. The API processes them sequentially, streaming results in real time or delivering consolidated JSON/CSV to your cloud storage.
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 500 API credits and access to every endpoint. No credit card required.
500 free API credits • No credit card required • Cancel anytime