Skip to content
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
{
"asin": "B09B8V1LZ3",
"domain": "us",
"page": 1,
"reviews_results": {
"ratings": [
{
"stars": 5,
"count": 102443
},
{
"stars": 4,
"count": 15366
},
{
"stars": 3,
"count": 5122
},
{
"stars": 2,
"count": 2561
},
{
"stars": 1,
"count": 2562
}
],
"reviews": {
"count": 128054,
"rating": 4.7,
"recommended_percentage": null,
"top_positive": {
"title": "Best noise cancelling in the category",
"rating": 5,
"user_nickname": "Jordan M.",
"review_submission_time": "Reviewed in the United States on July 2, 2026",
"text": "The ANC is genuinely impressive and the USB-C case is a welcome change.",
"customer_type": [
"VerifiedPurchaser"
],
"variant": "Color: White | Style: 2nd Generation",
"images": [
"https://m.media-amazon.com/images/I/71review1L._SY88.jpg"
],
"link": "https://www.amazon.com/gp/customer-reviews/R1ABCDEF23GHIJ",
"positive_feedback": 214,
"negative_feedback": null
},
"top_negative": {
"title": "Fit was not for me",
"rating": 2,
"user_nickname": "Sam R.",
"review_submission_time": "Reviewed in the United States on June 18, 2026",
"text": "Great sound but they kept slipping out of my ears during workouts.",
"customer_type": [
"VerifiedPurchaser"
],
"variant": null,
"images": null,
"link": "https://www.amazon.com/gp/customer-reviews/R2KLMNOP45QRST",
"positive_feedback": 33,
"negative_feedback": null
},
"customer_reviews": [
{
"title": "Best noise cancelling in the category",
"rating": 5,
"user_nickname": "Jordan M.",
"review_submission_time": "Reviewed in the United States on July 2, 2026",
"text": "The ANC is genuinely impressive and the USB-C case is a welcome change.",
"customer_type": [
"VerifiedPurchaser"
],
"variant": "Color: White | Style: 2nd Generation",
"images": [
"https://m.media-amazon.com/images/I/71review1L._SY88.jpg"
],
"link": "https://www.amazon.com/gp/customer-reviews/R1ABCDEF23GHIJ",
"positive_feedback": 214,
"negative_feedback": null
},
{
"title": "Worth the upgrade",
"rating": 5,
"user_nickname": "Priya K.",
"review_submission_time": "Reviewed in the United States on May 9, 2026",
"text": "Adaptive transparency is my favorite feature. Battery easily lasts the day.",
"customer_type": [
"VerifiedPurchaser"
],
"positive_feedback": 96,
"negative_feedback": null
},
{
"title": "Fit was not for me",
"rating": 2,
"user_nickname": "Sam R.",
"review_submission_time": "Reviewed in the United States on June 18, 2026",
"text": "Great sound but they kept slipping out of my ears during workouts.",
"customer_type": [
"VerifiedPurchaser"
],
"positive_feedback": 33,
"negative_feedback": null
}
]
}
},
"pagination": {
"current": 1,
"next": "2"
},
"nextCursor": "2"
}
GET/v1/data/amazon/products/{asin}/reviews1 credit / run

Get Reviews

Paginated product reviews with the rating histogram, review highlights and individual customer reviews.

Handled for you:TLS FingerprintRate LimitCaptcha
Parameters
NameTypeReqDescription
asinstringyesASIN.
Advanced filters
pageintegernoReview page number. (default: 1)
sort_bystringnoSort order for reviews.
star_ratingstringnoKeep only reviews with this star rating, or a sentiment bucket.
verified_onlybooleannoKeep only verified-purchase reviews. (default: false)
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.