Shopee Product Reviews
Shopee
Shopee Product Reviews
Get product reviews from Shopee Indonesia by slug or item/shop IDs
GET
Shopee Product Reviews
Overview
The/shopee/product/reviews endpoint retrieves product reviews from Shopee Indonesia (shopee.co.id) including reviewer information, ratings, comments, images, and seller replies.
Credits
25 credits per successful request.Parameters
Query Parameters
Product slug containing the shop and item IDs (e.g.,
Product-Name-i.SHOPID.ITEMID).If provided, itemId and shopId are extracted automatically.The Shopee product item ID (e.g., “22133637031”). Required if
slug is not provided.The Shopee shop/seller ID (e.g., “12651109”). Required if
slug is not provided.Country code. Currently only
id (Indonesia) is supported.Number of reviews to return (max 50).
Offset for pagination. Use this to fetch additional reviews.
Filter by star rating (1-5). Leave empty or 0 to get all ratings.
Filter type:
0= All reviews1= Reviews with comments only2= Reviews with media (images/videos) only
Either
slug OR both itemId and shopId must be provided.Example Requests
Get Reviews by Slug (Recommended)
Get Reviews by IDs with Filters
Paginated Reviews
Response
Success Response (200)
Returns product reviews with metadata:Response Headers
| Header | Description |
|---|---|
x-remaining-credits | Number of API credits remaining |
x-trace-id | Unique identifier for the request |
Error Responses
| Status | Description |
|---|---|
400 | Bad Request - Missing slug or itemId/shopId, or unsupported country |
401 | Unauthorized - Invalid or missing API key |
404 | Not Found - Product not found |
500 | Internal Server Error |
Use Cases
- Sentiment analysis: Analyze customer feedback and satisfaction
- Product quality monitoring: Track reviews to identify quality issues
- Competitive analysis: Compare review quality across similar products
- Review aggregation: Collect and display reviews in your own system
- Customer insights: Understand what buyers like or dislike about products
Notes
- This endpoint uses renderless scraping (direct API call), making it very fast
- Reviews are returned in chronological order (newest first by default)
- Anonymous reviews will have limited author information
- The
hasMorefield indicates if pagination should continue - Seller replies are included when available