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
{
"search_information": {
"location": "Singapore",
"total_results": 12480,
"query_displayed": "11013357"
},
"organic_results": [
{
"id": 18720045612,
"item_id": 18720045612,
"product_id": 18720045612,
"shop_id": 152003488,
"title": "USB-C to USB-C Fast Charging Cable 100W 2m Braided",
"thumbnail": "https://cf.shopee.sg/file/sg-11134201-7qukr-la1b2c3d4e5f6g",
"rating": 4.9,
"reviews": 8830,
"sold": 41200,
"liked_count": 12030,
"seller_name": "tech.accessories.sg",
"seller_id": 152003488,
"shop_location": "Singapore",
"currency": "SGD",
"stock": 1204,
"is_mall": false,
"is_preferred": true,
"out_of_stock": false,
"primary_offer": {
"offer_price": 6.9,
"min_price": 6.9,
"was_price": 12.9
},
"discount_percentage": 47,
"price": 6.9,
"price_min": 6.9,
"price_max": 9.9,
"product_page_url": "https://shopee.sg/product/152003488/18720045612"
},
{
"id": 20415882093,
"item_id": 20415882093,
"product_id": 20415882093,
"shop_id": 218774100,
"title": "Anker PowerLine III USB-C Cable 1.8m Nylon",
"thumbnail": "https://cf.shopee.sg/file/sg-11134201-7qux5-b7c8d9e0f1a2b3",
"rating": 4.8,
"reviews": 2140,
"sold": 9600,
"liked_count": 5410,
"seller_name": "Anker Official Store",
"seller_id": 218774100,
"shop_location": "Singapore",
"currency": "SGD",
"stock": 540,
"is_mall": true,
"is_preferred": false,
"out_of_stock": false,
"primary_offer": {
"offer_price": 15.9,
"min_price": 15.9,
"was_price": 22.9
},
"discount_percentage": 31,
"price": 15.9,
"price_min": 15.9,
"price_max": 18.9,
"product_page_url": "https://shopee.sg/product/218774100/20415882093"
},
{
"id": 11993076541,
"item_id": 11993076541,
"product_id": 11993076541,
"shop_id": 190022337,
"title": "Lightning to USB-C Cable MFi Certified 1m",
"thumbnail": "https://cf.shopee.sg/file/sg-11134201-7qul7-c3d4e5f6g7h8i9",
"rating": 4.7,
"reviews": 5321,
"sold": 27800,
"liked_count": 9870,
"seller_name": "mobilehub.sg",
"seller_id": 190022337,
"shop_location": "Singapore",
"currency": "SGD",
"stock": 3120,
"is_mall": false,
"is_preferred": true,
"out_of_stock": false,
"primary_offer": {
"offer_price": 9.9,
"min_price": 9.9,
"was_price": 16.9
},
"discount_percentage": 41,
"price": 9.9,
"price_min": 9.9,
"price_max": 11.9,
"product_page_url": "https://shopee.sg/product/190022337/11993076541"
}
],
"pagination": {
"current": 1,
"next": "2"
}
}
GET
/v1/data/shopee/category/{category_id}/items1 credit / run VerifiedCategory Items
List products within a category.
Handled for you:Rate LimitCaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| category_id | string | yes | Category id. |
| Advanced filters | |||
| market | string | no | Marketplace country code, for example sg, my, ph, th, vn, id. (default: sg) |
| page | integer | no | Page number. (default: 1) |
| per_page | integer | no | Items per page (max 60). |
| sort | string | no | Sort order for results. |
| price_min | number | no | Only items priced at or above this amount, in the market currency. |
| price_max | number | no | Only items priced at or below this amount, in the market currency. |
| rating_min | integer | no | Minimum average star rating, 1 to 5 (for example 4 keeps 4 stars and up). |
| free_shipping | boolean | no | Keep only items that ship free. (default: false) |
| on_sale | boolean | no | Keep only items currently discounted. (default: false) |
| official_shop | boolean | no | Keep only items sold by verified official shops. (default: false) |
| location | string | no | Filter to sellers in a given area within the market. |