Enterprise-Grade Amazon Data API

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

Live API Response
Product Lookup — B0CL61F39H 200 OK
Search — "wireless earbuds" 48 results
Bestsellers — Electronics 50 items
Reviews — 2,340 extracted Streaming
Seller Offers — 5 sellers Queued
99.9% Uptime SLA
23 Marketplaces
<2s Avg Response
Enterprise-Grade Security
Lightning-Fast Delivery
Global Marketplace Coverage
Dedicated Support

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.

Up and Running in 3 Minutes

No complex configuration. Sign up, grab your API key, and start pulling Amazon data immediately.

01

Create Your Account

Sign up for free — no credit card required. Get 500 API credits instantly to test every endpoint.

02

Get Your API Key

Navigate to your dashboard, copy your API key, and configure your requests with our code examples.

03

Fetch Amazon Data

Make your first API call — receive structured JSON with product details, pricing, reviews, and more.

04

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.

api-request.sh
cURL
Python
Node.js
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);
200 OK — Response
{
  "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.

ParameterDescriptionValues / Examples
source RequiredSpecifies the type of Amazon data to retrieve.amazon_product, amazon_search, amazon_pricing, amazon_reviews
query RequiredThe identifier or keyword for the data request.ASIN (e.g., B0CX23V2ZK) or keyword (e.g., "Echo Dot")
domain RequiredThe Amazon marketplace domain to target.com, de, co.uk, it, fr, co.jp
geo_location OptionalGeographic location for region-specific data.Postal code (e.g., 90210) or country code
locale OptionalLanguage and regional format for response.en_US, de_DE, ja_JP
render OptionalEnable JavaScript rendering for dynamic pages.true / false (default: false)
parse OptionalEnable 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.

Free Trial
€0
500 Requests
Start Free
Starter
€79/mo
66,000 Requests
Get Started
Most Popular
€199/mo
174,000 Requests
Get Started
Enterprise
Custom
Unlimited Requests
Contact Sales

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