App Logo
amazon.com

Get Amazon product reviews

Fetch one page of Amazon customer reviews for an ASIN, with optional sort, star, media, reviewer, and keyword filters. Returns product (asin, title, overallRating, totalRatings, reviewCount, starBreakdown) and reviews (id, rating, title, text, date, reviewer, country, variation, helpfulVotes, verifiedPurchase, vine, images, videos). Gotcha: Amazon hard-caps review pagination at 10 pages of 10 reviews; with sortBy=recent a given page is not stable across calls as new reviews arrive, so prefer sortBy=helpful for replay.

Version 4 (6/16/26, 9:24 AM)
Author Reduck AI - @reduck

Output

asin required

10-char Amazon ASIN.

page optional

Review page to fetch (10 reviews/page; Amazon hard-caps reviews pagination at 10). One page per call — the caller loops for more. Ordering is server-controlled; with sortBy=recent the set can shift between calls as new reviews arrive, so page N is not guaranteed stable under replay (sortBy=helpful is far more stable).

Default: 1
sortBy optional

recent = Most recent; helpful = Top reviews.

Default: "recent"
zipCode optional

US ZIP used to pin the store to the US.

Default: "10001"
mediaType optional

media_reviews_only restricts to reviews with an image or video.

Default: "all_contents"
filterByStar optional

Star filter. positive/critical group multiple ratings.

Default: "all_stars"
reviewerType optional

verified_reviews restricts to verified purchases (maps to Amazon's avp_only_reviews).

Default: "all_reviews"
filterByKeyword optional

Only reviews containing this keyword. Note: this filter only returns ratings that include written reviews.

Output

page required

Review page this result covers.

product required
reviews required