Access real-time, multi-marketplace Amazon product data without interruptions.
Extract and structure listings, prices, reviews, sellers, and more in minutes. No proxies, CAPTCHAs, or IP blocking.
Titles, descriptions, images, pricing, availability, coupons, ratings, reviews, and Q&A normalized across all marketplaces.
Premium proxy pool for geo-targeting with 99.9% uptime SLA.
Automatic challenge management to keep your pipeline running.
One API for all Amazon domains (.com, .it, .de, .co.uk, etc.).
For all use cases (product, search, pricing, reviews)
Fetch real-time listings, prices, reviews, sellers, and more
Process up to 5,000 URLs per batch
Enable/disable browser rendering for dynamic pages
Region-specific data with domain, geo_location, locale parameters
Uniform response schema across requests
Configurable rate limits and scheduled recurring jobs
Use simple API calls to get Amazon product data in seconds – no setup needed.
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", "geo_location": "90210", "locale": "en_US", "render": false, "parse": true }'
import requests from pprint import pprint # Structure payload payload = { 'source': 'amazon_product', 'query': 'B0CX23V2ZK', 'domain': 'com', 'geo_location': '90210', 'locale': 'en_US', 'render': False, 'parse': True } # Replace with your API key response = requests.request( 'POST', 'https://sellermagnet-api.com/v1/queries', headers={'Authorization': 'Bearer YOUR_API_KEY'}, json=payload ) pprint(response.json())
const axios = require('axios'); const payload = { "source": "amazon_product", "query": "B0CX23V2ZK", "domain": "com", "geo_location": "90210", "locale": "en_US", "render": false, "parse": true }; axios.post('https://sellermagnet-api.com/v1/queries', payload, { headers: { 'Authorization': 'Bearer YOUR_API_KEY', 'Content-Type': 'application/json' } }) .then(response => { { console.error(error); });
{ "title": "Echo Dot (4th Generation)", "price": "€59.99", "rating": 4.7, "reviews": 12345, "images": [ "https://example.com/image1.jpg", "https://example.com/image2.jpg" ], "availability": "In Stock", "seller": { "name": "Amazon EU S.a.r.l.", "ship_by": "Available" } }
Configure your requests with these parameters for precise and flexible Amazon data extraction.
Parameter | Description | Values/Examples |
---|---|---|
source |
Specifies the type of Amazon data to retrieve. | amazon_product , amazon_search , amazon_pricing , amazon_reviews , amazon_bestsellers |
query |
The identifier or keyword for the data request. | ASIN (e.g., B0CX23V2ZK ) or search keyword (e.g., "Echo Dot" ) |
domain |
The Amazon marketplace domain to target. | Domain code (e.g., com , it , de , co.uk ) |
geo_location |
The geographic location for region-specific data. | Postal code or region (e.g., 90210 , US ) |
locale |
The language and regional format for the response content. | Language code (e.g., en_US , de_DE ) |
render |
Enables or disables JavaScript rendering for dynamic pages. | true or false (default: false ) |
parse |
Enables or disables structured JSON output parsing. | true or false (default: true ) |
2 months free with yearly subscriptions. Choose a plan or opt for Pay-As-You-Go.
4,000 Requests
€0 per 1,000
Start Now23,200 Requests
€1.25 per 1,000
Buy Now65,833 Requests
€1.20 per 1,000
Buy Now173,043 Requests
€1.15 per 1,000
Buy Now499,000 Requests
€1.00 per 1,000
Buy Now998,947 Requests
€0.95 per 1,000
Buy NowCustomizable Requests
Custom Pricing
Contact UsReliable, scalable, and supported Amazon data extraction tailored to your needs.
Our robust infrastructure ensures your data pipeline runs without interruptions, backed by a 99.9% uptime SLA.
No maintenance needed. Our premium proxy pool handles geo-targeting and anti-blocking for seamless scraping.
Access round-the-clock support via ticket, live chat, or dedicated account managers for higher-tier plans.
Detailed guides for Python, Node.js, PHP, and cURL make integration quick and straightforward.