Amazon Product Reviews API
The Amazon Product Reviews API allows you to retrieve product reviews from Amazon using a product ASIN and a logged-in user cookie. Filter reviews by star rating, verified purchases, images/videos, and search reviews by keywords. Perfect for review analysis, sentiment analysis, and customer feedback research.
API Features
Comprehensive Reviews Get product reviews with ratings, images, videos, and detailed feedback
Advanced Filtering Filter by star rating, verified purchases, images/videos, and more
Pagination Support Navigate through review pages with pagination
Review Search Search reviews by keywords to find specific feedback
Live API Demo
API Response (JSON)
{} Need Help?
If you encounter API issues or need other API requirements, please contact us.
Use Cases
- Review Analysis: Analyze customer reviews for product insights
- Sentiment Analysis: Perform sentiment analysis on customer feedback
- Quality Monitoring: Monitor product quality through review ratings
- Customer Feedback: Gather customer feedback for product improvement
- Competitive Research: Research competitor product reviews
- Review Aggregation: Aggregate reviews from multiple sources
API Parameters
- asin: Product ASIN (required), e.g., "B07ZPKN6YR"
- cookie: Logged-in user cookie string (required). Get this from your browser's developer tools after logging into Amazon.
- country: Amazon marketplace country (optional, default: US)
- page: Page number for pagination (optional, default: 1)
- sortBy: Sort order (optional), options: TOP_REVIEWS, MOST_RECENT
- starRating: Star rating filter (optional), options: ALL, 5_STARS, 4_STARS, 3_STARS, 2_STARS, 1_STARS, POSITIVE, CRITICAL
- verifiedPurchasesOnly: Verified purchases only (optional, boolean)
- imagesOrVideosOnly: Reviews with images/videos only (optional, boolean)
- currentFormatOnly: Current format only (optional, boolean)
- query: Search query for reviews (optional)
- fields: Field projection (optional, comma-separated)
- language: Language code (optional)
📌 Note: This page is a live demo of the Amazon Product Reviews API.
You need to provide a logged-in Amazon cookie string to access reviews.
To get your cookie, log into Amazon in your browser, open Developer Tools (F12),
go to the Network tab, make a request to Amazon, and copy the Cookie header value.
⚠️ Important: The cookie string is sensitive information.
Only use it in secure environments and never share it publicly.
Cookies may expire and need to be refreshed periodically.
Subscription Plans
Choose a subscription plan to access this API with higher rate limits and priority support.
View Subscription Plans →