All sites
Data API
Shopee Data API
Product, shop and search data across Shopee's regional storefronts.
6endpointsRate Limit · Captcha handled for you
Example (captured live)
shopee.com
ExampleJSON responseclick the page to trace a field
{
"shop_id": "218401234",
"item_id": "22841239876",
"page": 1,
"reviews_results": {
"ratings": null,
"reviews": {
"customer_reviews": null
}
},
"pagination": {
"current": 1,
"next": null
}
}
GET
/v1/data/shopee/product/{shop_id}/{item_id}/reviews1 credit / run VerifiedGet Reviews
Paginated product reviews with the rating histogram, review highlights and individual customer reviews.
Handled for you:Rate LimitCaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| shop_id | string | yes | Shop id. |
| item_id | string | yes | Item id. |
| Advanced filters | |||
| market | string | no | Marketplace country code, for example sg, my, ph, th, vn, id. (default: sg) |
| page | integer | no | Review page number. (default: 1) |
| per_page | integer | no | Reviews per page (max 50). (default: 20) |
| rating | integer | no | Show only reviews with this exact star rating, 1 to 5. Omit for all. |
| with_media | boolean | no | Keep only reviews that include photos or video. (default: false) |