amazon_reviews: GET /
hasdata_amazon_reviews_getProductReviewsRetrieve Amazon product reviews for any ASIN with filters for star rating, reviewer type, media, format, keyword, and sort. Returns review text, ratings, author info, and aggregate histogram for sentiment analysis or benchmarking.
Instructions
Get Amazon Product Reviews
Paginated fetch of customer reviews for an Amazon ASIN with filters for star rating (1-5, positive, critical), reviewer type (all vs verified purchase), media-only reviews, current-variant vs all-formats, keyword search, and sort (helpful/recent). Returns per-review title, body, star rating, author name and profile, review date, country, verified-purchase flag, helpful-vote count, variant/format attributes, and attached media URLs, plus aggregate rating histogram. Use for voice-of-customer analysis, sentiment and theme extraction, feature-request mining, competitor review benchmarking, and feeding review-summarization or Q&A agents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asin | Yes | The Amazon Standard Identification Number (ASIN) of the product. | |
| domain | No | Amazon domain to use. Default is www.amazon.com. | |
| language | No | Optional Amazon language code. Supported values depend on the selected domain. | |
| page | No | The page number to retrieve. | |
| searchTerm | No | A term to search within the reviews. | |
| reviewerType | No | The type of reviewers to filter. | |
| stars | No | The star ratings to filter reviews. | |
| format | No | The format type to filter reviews. Include reviews of any product format/variant or specifically to the current format/variant. | |
| mediaType | No | The media type to filter reviews. | |
| sortBy | No | The criterion to sort reviews. |