amazon_seller_reviews
Get customer feedback for an Amazon seller by seller ID. Each review includes author name, text, star rating, date, and whether the seller responded. Filter by star rating (5_stars..1_stars) or positive/critical sentiment; paginate with page until has_next_page is false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, 1-20 (default: 1) | |
| country | No | Marketplace country code (default: "us") | us |
| seller_id | Yes | Amazon seller ID | |
| star_rating | No | Star rating filter | all |
| get_sentiment | No | Add AI sentiment analysis (Plutchik emotions, dominant_emotion, intensity, and positive/negative/neutral polarity) to each result. Adds a small per-page surcharge. |