All sites
Data API
Amazon Data API
Products, search, reviews and seller data across every Amazon marketplace.
12endpointsTLS Fingerprint · Rate Limit · Captcha handled for you
Example
amazon.com
ExampleJSON responseclick the page to trace a field
{
"seller_id": "A2EXAMPLESELLER",
"domain": "us",
"name": "TechDeals Warehouse",
"rating": 96,
"ratings_total": 2451,
"feedback": "96% positive over the last 12 months (2,451 ratings)",
"feedback_summary": {
"30_days": {
"positive": 97,
"count": 214
},
"90_days": {
"positive": 96,
"count": 640
},
"12_months": {
"positive": 96,
"count": 2451
},
"lifetime": {
"positive": 95,
"count": 18204
}
},
"business_name": "TechDeals Warehouse LLC",
"business_address": "742 Commerce Way, Reno, NV 89502, US",
"storefront_url": "https://www.amazon.com/sp?seller=A2EXAMPLESELLER"
}
GET
/v1/data/amazon/sellers/{seller_id}1 credit / runGet Seller
Seller storefront profile: business name, feedback rating and rating counts across 30-day / 90-day / 12-month / lifetime windows, plus business address.
Handled for you:TLS FingerprintRate LimitCaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| seller_id | string | yes | Amazon seller id. |
| Advanced filters | |||
| domain | string | no | Amazon marketplace TLD or code. Examples: com, co.uk, de (default: com) |
| market | string | no | Marketplace code, alternative to domain. Examples: us, uk, de, jp. |
| country | string | no | Two-letter country code to pick the marketplace. Example: GB selects the UK store. |