Skip to content
capzy
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
amazon.comGET/amazon/autoco…GET/amazon/searchGET/amazon/bestse…{ } JSON
Example
amazon.com
Example
JSON 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 / run

Seller 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
NameTypeReqDescription
seller_idstringyesAmazon seller id.
Advanced filters
pageintegernoFeedback page number. (default: 1)
ratingstringnoKeep only feedback with this rating.
domainstringnoAmazon marketplace TLD or code. Examples: com, co.uk, de (default: com)
marketstringnoMarketplace code, alternative to domain. Examples: us, uk, de, jp.
countrystringnoTwo-letter country code to pick the marketplace. Example: GB selects the UK store.