https://api.nexscope.ai/api/skill-api/v1/skills/geekbi-temu-category-search/runRun this API
Send a JSON request to execute this API and receive the direct response payload.
Endpoint
| Method | POST |
| Path | https://api.nexscope.ai/api/skill-api/v1/skills/geekbi-temu-category-search/run |
| Auth | Bearer API key |
| Content-Type | application/json |
Request body
| Name | Type | Required | Description |
|---|---|---|---|
regionId | integer | optional | Temu region from sites[].regionId; never siteId. Example: 211 |
page | integer | optional | Page number. Example: 1 |
size | integer | optional | Items per page; page times size must not exceed 10000. Example: 3 |
keyword | string | optional | User keyword; preserve the supplied language. Example: pets |
sort | string | optional | Confirmed provider sort field; omit when unnecessary. |
order | string | optional | Sort direction, case-insensitive. |
dsrMin | number | optional | Lower bound for dsr; minimum must not exceed maximum. |
dsrMax | number | optional | Upper bound for dsr; minimum must not exceed maximum. |
totalSoldMin | integer | optional | Lower bound for totalSold; minimum must not exceed maximum. |
totalSoldMax | integer | optional | Upper bound for totalSold; minimum must not exceed maximum. |
itemCountMin | integer | optional | Lower bound for itemCount; minimum must not exceed maximum. |
itemCountMax | integer | optional | Upper bound for itemCount; minimum must not exceed maximum. |
mallCountMin | integer | optional | Lower bound for mallCount; minimum must not exceed maximum. |
mallCountMax | integer | optional | Upper bound for mallCount; minimum must not exceed maximum. |
avgPriceMin | number | optional | Lower bound for avgPrice; minimum must not exceed maximum. |
avgPriceMax | number | optional | Upper bound for avgPrice; minimum must not exceed maximum. |
totalSalesMin | number | optional | Lower bound for totalSales; minimum must not exceed maximum. |
totalSalesMax | number | optional | Upper bound for totalSales; minimum must not exceed maximum. |
Request example
{
"regionId": 211,
"page": 1,
"size": 3,
"keyword": "pets"
}Response body
| Name | Type | Required | Description |
|---|---|---|---|
errcode | integer | null | optional | Provider business status; observed success is 200. |
errmsg | string | null | optional | Provider business status message. |
columns | array | null | optional | Render column definitions; business records are separate. |
title | string | null | optional | Provider render/source metadata: title. |
type | string | null | optional | Provider render/source metadata: type. |
sourceTool | string | null | optional | Provider render/source metadata: sourceTool. |
sourceType | string | null | optional | Provider render/source metadata: sourceType. |
items | array | null | optional | Returned records, including valid empty results; preserve duplicate records and unknown fields. |
total | integer | null | optional | Provider match count, possibly capped at 10000 for searches. |
regionId | integer | null | optional | Region used for the query. |
page | integer | null | optional | Current page. |
size | integer | null | optional | Items per page. |
Response example
Direct response payload. No extra wrapper is added.
{
"errmsg": "ok",
"errcode": 200,
"columns": [],
"items": [],
"total": 0,
"regionId": 211,
"page": 1,
"size": 3
}Responses
| Code | Description |
|---|---|
| 200 | API executed successfully. Body is the direct response payload. |
| 400 | Request JSON or required API parameters are invalid. |
| 401 | API key is missing, invalid, or cannot be matched to a user. |
| 5xx | API execution or upstream service failed. |
Data source, freshness, and limitations
Source, freshness, coverage, rate limits, and estimation notes are not specified in this API definition unless they appear in the request or response field documentation above. Do not assume official marketplace data or real-time freshness when it is not explicitly documented.