Skip to content
All sites
Data API

Shopee Data API

Product, shop and search data across Shopee's regional storefronts.

6endpointsRate Limit · Captcha handled for you
shopee.comGET/shopee/catego…GET/shopee/marketsGET/shopee/catego…{ } JSON
Example (captured live)
shopee.com
Example
JSON 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 Verified

Get Reviews

Paginated product reviews with the rating histogram, review highlights and individual customer reviews.

Handled for you:Rate LimitCaptcha
Parameters
NameTypeReqDescription
shop_idstringyesShop id.
item_idstringyesItem id.
Advanced filters
marketstringnoMarketplace country code, for example sg, my, ph, th, vn, id. (default: sg)
pageintegernoReview page number. (default: 1)
per_pageintegernoReviews per page (max 50). (default: 20)
ratingintegernoShow only reviews with this exact star rating, 1 to 5. Omit for all.
with_mediabooleannoKeep only reviews that include photos or video. (default: false)