amazon_reviews: GET /
hasdata_amazon_reviews_getProductReviewsGet 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. | |
| page | No | The page number to retrieve. | |
| stars | No | The star ratings to filter reviews. | |
| domain | No | Amazon domain to use. Default is www.amazon.com. | |
| format | No | The format type to filter reviews. Include reviews of any product format/variant or specifically to the current format/variant. | |
| sortBy | No | The criterion to sort reviews. | |
| language | No | Optional Amazon language code. Supported values depend on the selected domain. | |
| mediaType | No | The media type to filter reviews. | |
| searchTerm | No | A term to search within the reviews. | |
| reviewerType | No | The type of reviewers to filter. |