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",
"page": 1,
"feedback": [
{
"seller_id": "A2EXAMPLESELLER",
"domain": "us",
"rating": 5,
"sentiment": "positive",
"date": "By Michael on July 28, 2026",
"rater": "Michael",
"comment": "Fast shipping and item exactly as described. Would buy again."
},
{
"seller_id": "A2EXAMPLESELLER",
"domain": "us",
"rating": 5,
"sentiment": "positive",
"date": "By Ana on July 22, 2026",
"rater": "Ana",
"comment": "Great communication, product arrived a day early."
},
{
"seller_id": "A2EXAMPLESELLER",
"domain": "us",
"rating": 2,
"sentiment": "negative",
"date": "By D. Ruiz on July 15, 2026",
"rater": "D. Ruiz",
"comment": "Item was fine but took over a week longer than the estimate."
}
],
"pagination": {
"current": 1,
"next": "2"
},
"nextCursor": "2"
}
GET
/v1/data/amazon/sellers/{seller_id}/feedback1 credit / runSeller Feedback
Recent buyer feedback for a seller: the comment, star rating, sentiment and date for each row. Distinct from product Reviews (this is seller-level).
Handled for you:TLS FingerprintRate LimitCaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| seller_id | string | yes | Amazon seller id. |
| Advanced filters | |||
| page | integer | no | Feedback page number. (default: 1) |
| rating | string | no | Keep only feedback with this rating. |
| 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. |