get_seller_feedback
Read Amazon seller buyer feedback with star ratings, comments, and dates; filter by rating range and time period to analyze complaint patterns or audit service quality.
Instructions
Read individual buyer feedback entries for an Amazon seller: star ratings, comment text, and dates — filterable by rating range and time period. This is the reputation deep-dive tool.
Use this tool when the user wants to read actual buyer comments about a seller, analyze complaint patterns, or audit service quality. For aggregate reputation scores (30/90/365-day percentages) without individual comments, get_seller_profile is sufficient and cheaper in context.
Each page costs 1 credit. To find dissatisfied customers, set max_rating to 3 instead of paging through everything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Amazon marketplace domain extension. Determines the regional Amazon site the data is fetched from. Use the domain that matches the user's market — prices, availability and rankings differ across marketplaces. | .com |
| max_page | No | Ending page number. Each page costs 1 credit; max 5 pages per request. Default 1. | |
| min_page | No | Starting page number. Default 1. | |
| seller_id | Yes | Amazon's unique seller identifier (e.g. A1MCYUGJD2ILFU). Found in seller profile URLs as the 'seller=' or 'me=' parameter. | |
| max_rating | No | Maximum star rating to include (1-5). Set to 3 to focus on negative feedback. Default 5. | |
| min_rating | No | Minimum star rating to include (1-5). Default 1. | |
| history_range | No | Time period filter: '1' or '3' or '12' for months, 'all' for everything. Default 'all'. | all |