https://claw-callback.nexscope.ai/api/skill-api/v1/skills/temu-store-source-query/runRun this API
Send a JSON request to execute this API and receive the direct response payload.
Endpoint
| Method | POST |
| Path | https://claw-callback.nexscope.ai/api/skill-api/v1/skills/temu-store-source-query/run |
| Auth | Bearer API key |
| Content-Type | application/json |
Request body
| Name | Type | Required | Description |
|---|---|---|---|
searchKey | string | optional | Store name or ID keyword |
siteId | string | optional | Country site ID, multiple separated by commas (e.g., 211=US, 76=UK) Example: example-id |
category | string | optional | Backend category ID, multiple separated by commas |
isLocal | string | optional | Whether semi-managed: 0=fully managed, 1=semi-managed |
orderTotalMin | integer | optional | Total sales range (start) Example: 1 |
orderTotalMax | integer | optional | Total sales range (end) Example: 1 |
orderWeekMin | integer | optional | Weekly sales range (start) Example: 1 |
orderWeekMax | integer | optional | Weekly sales range (end) Example: 1 |
orderMonthMin | integer | optional | Monthly sales range (start) Example: 1 |
orderMonthMax | integer | optional | Monthly sales range (end) Example: 1 |
totalRevenueMin | number | optional | Total revenue range (USD, start) Example: 1 |
totalRevenueMax | number | optional | Total revenue range (USD, end) Example: 1 |
weekRevenueMin | number | optional | Weekly revenue range (USD, start) Example: 1 |
weekRevenueMax | number | optional | Weekly revenue range (USD, end) Example: 1 |
monthRevenueMin | number | optional | Monthly revenue range (USD, start) Example: 1 |
monthRevenueMax | number | optional | Monthly revenue range (USD, end) Example: 1 |
ratingMin | number | optional | Rating range (start) Example: 1 |
ratingMax | number | optional | Rating range (end) Example: 1 |
reviewNumMin | integer | optional | Review count range (start) Example: 1 |
reviewNumMax | integer | optional | Review count range (end) Example: 1 |
followerNumMin | integer | optional | Follower count range (start) Example: 1 |
followerNumMax | integer | optional | Follower count range (end) Example: 1 |
productNumMin | integer | optional | Product count range (start) Example: 1 |
productNumMax | integer | optional | Product count range (end) Example: 1 |
listedTimeBegin | string | optional | Store opening date range (start) |
listedTimeEnd | string | optional | Store opening date range (end) |
sortBy | string | optional | Sort field+direction: order_week_count-0 (weekly sales descending, default), order_count-0, total_revenue-0, rating-0 |
page | integer | optional | Page number (starting from 1) Example: 1 |
pageSize | integer | optional | Items per page, max 100 Example: 1 |
Request example
{
"keyword": "phone case",
"pageSize": 10,
"page": 1
}Response body
Returns the documented upstream API response directly without an additional wrapper.
| Name | Type | Required | Description |
|---|---|---|---|
total | integer | optional | Number of records on this page Example: 1 |
storeNum | integer | optional | Total number of stores matching criteria (upstream store_num) Example: 1 |
stores | array | optional | Temu store list Example: [] |
columns | array | optional | Rendered columns Example: [] |
title | string | optional | Title (Temu Store Query) |
sourceType | string | optional | Source type: temu |
sourceTool | string | optional | Tool type: ehunt |
type | string | optional | Render style: tableListWorkbenches |
stores[].storeId | string | optional | Store ID Example: example-id |
stores[].siteId | string | optional | Country site ID Example: example-id |
stores[].storeName | string | optional | Store name |
stores[].logoUrl | string | optional | Store logo URL Example: https://example.com/image.jpg |
stores[].orderTotal | string | optional | Total sales |
stores[].orderWeek | string | optional | Weekly sales |
stores[].orderMonth | string | optional | Monthly sales |
stores[].totalRevenue | string | optional | Total revenue |
stores[].weekRevenue | string | optional | Weekly revenue |
stores[].monthRevenue | string | optional | Monthly revenue |
stores[].rating | string | optional | Rating |
stores[].listedTime | string | optional | Store opening time |
stores[].reviewNum | string | optional | Review count |
stores[].followerNum | string | optional | Follower count |
stores[].productNum | string | optional | Product count |
stores[].categoriesCn | string | optional | Chinese category list |
stores[].categories | string | optional | English category list |
stores[].isLocal | string | optional | Whether semi-managed: 0=fully managed, 1=semi-managed |
errcode | integer | optional | Upstream status code returned by the provider. |
errmsg | string | optional | Upstream status message returned by the provider. |
code | string | optional | Provider-specific status code. |
msg | string | optional | Provider-specific status message. |
message | string | optional | Provider-specific message. |
costToken | integer | optional | Token cost reported by the upstream provider. |
costTime | integer | optional | Execution time reported by the upstream provider. |
page | integer | optional | Current page returned by the upstream provider. |
pageSize | integer | optional | Page size returned by the upstream provider. |
pageItemCount | integer | optional | Item count on the current page returned by the upstream provider. |
totalPage | integer | optional | Total page count returned by the upstream provider. |
dataSnapshotMonth | string | optional | Data snapshot month returned by the upstream provider. |
Response example
Direct response payload. No extra wrapper is added.
{
"total": 1,
"storeNum": 1,
"stores": [
{
"storeId": "example-id",
"siteId": "example-id",
"logoUrl": "https://example.com/image.jpg"
}
],
"columns": []
}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.