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 or positive/critical sentiment, and paginate with the page parameter.
curl "https://apidirect.io/v1/amazon/seller/reviews?seller_id=A2L77EE7U53NWQ" \
-H "X-API-Key: YOUR_API_KEY"
{
"reviews": [
{
"author_name": "Tammy Parson",
"review_text": "Received the next day in perfect condition. Contacted the seller and was answered promptly.",
"rating": 5.0,
"review_date": "August 30, 2026",
"has_response": false
}
],
"count": 5,
"seller_id": "A2L77EE7U53NWQ",
"page": 1,
"star_rating": "all",
"has_next_page": true
}
Pass page (1-20). Each page returns the next batch of reviews; has_next_page tells you whether to keep going.
positive returns 4-5 star feedback, critical returns 1-2 star feedback — the same buckets Amazon uses on the seller page.
Yes — set get_sentiment=true to add per-review AI emotion analysis (emotions, dominant emotion, intensity, polarity) for +$0.001 per request.
You only pay for successful requests. The Amazon Seller Reviews API costs $0.005 per request. There are no monthly fees or commitments. You get 50 free requests per endpoint every month.
No. You can sign up and use the free tier (50 requests/endpoint/month) without adding a payment method. You only need to add a card when you want to exceed the free tier.
Yes, there's a concurrency limit of 5 simultaneous requests per endpoint per user. If you need more, just get in touch.
Get your API key and start making requests in minutes. 50 requests/month free every month.
Get API Key