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
{
"search_information": {
"query_displayed": "phone case"
},
"organic_results": [
],
"pagination": {
"current": 1,
"next": null
}
}
GET
/v1/data/shopee/search1 credit / run VerifiedSearch Products
Search the Shopee catalog by keyword. Returns organic_results with pricing, ratings, units sold, seller and mall/preferred flags for each item.
Handled for you:Rate LimitCaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| keyword | string | yes | Search keyword. |
| Advanced filters | |||
| market | string | no | Marketplace country code, for example sg, my, ph, th, vn, id. (default: sg) |
| page | integer | no | Result page number. (default: 1) |
| limit | integer | no | Items per page (max 60). (default: 60) |
| per_page | integer | no | Alias for limit. 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 (Mall) shops. (default: false) |
| location | string | no | Filter to sellers in a given area within the market. |