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.sg
ExampleJSON responseclick the page to trace a field
{
"id": 22841239876,
"item_id": 22841239876,
"shop_id": 218401234,
"domain": "sg",
"title": "Logitech M330 Silent Plus Wireless Mouse - Graphite",
"brand": "Logitech",
"price_map": {
"price": 24.9,
"unit_price": 24.9,
"currency": "SGD"
},
"price": 24.9,
"price_min": 24.9,
"price_max": 24.9,
"images": [
"https://cf.shopee.sg/file/sg-11134201-7qukw-lh8f2m3n4p5q6a",
"https://cf.shopee.sg/file/sg-11134201-7qukw-lh8f2m3n4p5q6b",
"https://cf.shopee.sg/file/sg-11134201-7qukw-lh8f2m3n4p5q6c"
],
"image": "https://cf.shopee.sg/file/sg-11134201-7qukw-lh8f2m3n4p5q6a",
"categories": [
{
"name": "Computers & Peripherals",
"url": "https://shopee.sg/Computers-Peripherals-cat.11013247"
},
{
"name": "Mouse",
"url": "https://shopee.sg/Mouse-cat.11013247.11013248"
}
],
"specification_highlights": [
{
"key": "Brand",
"value": "Logitech",
"display_name": "Brand"
},
{
"key": "Connectivity",
"value": "2.4GHz Wireless",
"display_name": "Connectivity"
},
{
"key": "Warranty Period",
"value": "36 Months",
"display_name": "Warranty Period"
},
{
"key": "Colour",
"value": "Graphite",
"display_name": "Colour"
}
],
"short_description_html": "<p>Silent clicks with 2.4GHz wireless. 24-month battery life. Advanced optical tracking on virtually any surface.</p>",
"in_stock": true,
"stock": 342,
"seller_id": 218401234,
"seller_name": "Logitech Official Store",
"shop_location": "Singapore",
"currency": "SGD",
"rating": 4.9,
"reviews": 3184,
"sold": 15800,
"liked_count": 8420,
"is_mall": true,
"is_preferred": false,
"discount_percentage": 38,
"variations": [
[
"Graphite",
"Blue",
"Rose"
],
[
"Standard"
]
],
"product_page_url": "https://shopee.sg/product/218401234/22841239876",
"url": "https://shopee.sg/product/218401234/22841239876",
"reviews_results": {
"ratings": [
{
"stars": 5,
"count": 2810
},
{
"stars": 4,
"count": 268
},
{
"stars": 3,
"count": 61
},
{
"stars": 2,
"count": 20
},
{
"stars": 1,
"count": 25
}
],
"reviews": {
"count": 3184,
"rating": 4.9,
"recommended_percentage": 97,
"top_positive": {
"title": null,
"rating": 5,
"user_nickname": "wei****ng",
"review_submission_time": "2025-06-14",
"customer_type": [
"Graphite"
],
"positive_feedback": 42,
"negative_feedback": 0,
"text": "Super quiet clicks and the battery lasts forever. Fast shipping!"
},
"top_negative": {
"title": null,
"rating": 2,
"user_nickname": "jun****88",
"review_submission_time": "2025-05-02",
"customer_type": [
"Graphite"
],
"positive_feedback": 3,
"negative_feedback": 0,
"text": "Scroll wheel felt loose out of the box."
},
"customer_reviews": [
{
"title": null,
"text": "Super quiet clicks and the battery lasts forever. Fast shipping!",
"rating": 5,
"review_submission_time": "2025-06-14",
"user_nickname": "wei****ng",
"customer_type": [
"Graphite"
],
"positive_feedback": 42,
"negative_feedback": 0
},
{
"title": null,
"text": "Works perfectly with my MacBook, very responsive.",
"rating": 5,
"review_submission_time": "2025-06-10",
"user_nickname": "cha****el",
"customer_type": [
"Graphite"
],
"positive_feedback": 11,
"negative_feedback": 0
}
]
}
}
}
GET
/v1/data/shopee/product/{shop_id}/{item_id}1 credit / run VerifiedGet Product Detail
Full product detail for one item: pricing, images, specifications, categories, seller and stock, with the review summary bundled in.
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) |