Search for Shopee products by keywords
On this page
Information available through this API includes
- Search results list
- Total number of products
- Product details
Basic Information
Method | API URL |
---|---|
GET | http://api.noxapi.com/shopee/v1/search/items |
Request Parameter
Header
Field | Type | Description | Required |
---|---|---|---|
Authorization | string |
Your apiToken. |
true |
Query
Parameter | Type | Description | Required |
---|---|---|---|
site | string |
The abbreviation for the region, e.g., 'th' for Thailand. Optional values: my,th,ph,id,vn,sg,tw,br,mx,co,cl Default value: th |
false |
keyword | string | search keywords | true |
by | string |
Optional values: pop,relevancy,ctime,sales,price Default value: relevancy |
false |
order | string |
Optional values: desc,asc Default value: desc |
false |
page | string |
page number Default value: 1 |
false |
pageSize | string | Default value: 20 | false |
cat_ids | string | Category IDs, separate multiple ids with commas | false |
price_start | string | Minimum value of price range filter | false |
price_end | string | Maximum value of price range filter | false |
Body
Security Auth
TIP
Please go to Console-Account Center to get your apiToken
Include your apiToken in the request headers using the Authorization field. Please refer to the examples below.