Temu Marketplace Intelligence
Temu Store Source Query MCP Tool
Filter Temu stores by multiple dimensions (store name/ID, country site, backend category, fully-managed/semi-managed, total/weekly/monthly sales and revenue, rating, reviews, followers, product count, store opening time, etc.).
MCP tool name
nexscope_temu_store_source_queryEquivalent REST API path
https://api.nexscope.ai/api/skill-api/v1/skills/temu-store-source-query/runJSON-RPC method
tools/callAuthentication
Send the user API key as a bearer token on every MCP JSON-RPC request.
Authorization: Bearer nk-xxxxxxxxxxxxxxxxxIf authentication is missing or invalid, ask the user to open API Access and copy a valid key before calling this tool.
Call this MCP tool
Use tools/call with the MCP tool name below. The arguments object should match the table on this page.
{
"jsonrpc": "2.0",
"id": "temu-store-source-query-1",
"method": "tools/call",
"params": {
"name": "nexscope_temu_store_source_query",
"arguments": {
"pageSize": 10,
"keyword": "phone case",
"page": 1
}
}
}REST API equivalent
POST https://api.nexscope.ai/api/skill-api/v1/skills/temu-store-source-query/runCanonical detail URL
https://www.nexscope.ai/mcp-map/temu-store-source-queryArguments
| Name | Type | Required | Meaning |
|---|---|---|---|
searchKey | string | optional | Store name or ID keyword Example: {} |
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 Example: {} |
isLocal | string | optional | Whether semi-managed: 0=fully managed, 1=semi-managed Example: {} |
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) Example: {} |
listedTimeEnd | string | optional | Store opening date range (end) Example: {} |
sortBy | string | optional | Sort field+direction: order_week_count-0 (weekly sales descending, default), order_count-0, total_revenue-0, rating-0 Example: {} |
page | integer | optional | Page number (starting from 1) Example: 1 |
pageSize | integer | optional | Items per page, max 100 Example: 1 |
Response fields
Treat structuredContent as the programmatic API response payload.
| Name | Type | Required | Description |
|---|---|---|---|
data | any | required | Data value used by this API operation. |
code | integer | required | 0 means accepted or successful; nonzero is a platform error. |
msg | string | null | required | Msg value used by this API operation. |
ts | string | required | Epoch milliseconds. |
time | string | required | Server local time: yyyy-MM-dd HH:mm:ss. |
cost | string | required | Elapsed milliseconds, never credits; -1 outside web requests. |
traceId | string | null | required | Trace id value used by this API operation. |
Any of option 1
| Name | Type | Required | Description |
|---|---|---|---|
data | object | required | Data value used by this API operation. |
data.total | integer | optional | Number of records on this page Example: 1 |
data.storeNum | integer | optional | Total number of stores matching criteria (upstream store_num) Example: 1 |
data.stores | array | optional | Temu store list Example: [] |
data.columns | array | optional | Rendered columns Example: [] |
data.title | string | optional | Title (Temu Store Query) Example: null |
data.sourceType | string | optional | Source type: temu Example: null |
data.sourceTool | string | optional | Tool type: ehunt Example: null |
data.type | string | optional | Render style: tableListWorkbenches Example: null |
data.stores[].storeId | string | optional | Store ID Example: example-id |
data.stores[].siteId | string | optional | Country site ID Example: example-id |
data.stores[].storeName | string | optional | Store name Example: null |
data.stores[].logoUrl | string | optional | Store logo URL Example: https://example.com/image.jpg |
data.stores[].orderTotal | string | optional | Total sales Example: null |
data.stores[].orderWeek | string | optional | Weekly sales Example: null |
data.stores[].orderMonth | string | optional | Monthly sales Example: null |
data.stores[].totalRevenue | string | optional | Total revenue Example: null |
data.stores[].weekRevenue | string | optional | Weekly revenue Example: null |
data.stores[].monthRevenue | string | optional | Monthly revenue Example: null |
data.stores[].rating | string | optional | Rating Example: null |
data.stores[].listedTime | string | optional | Store opening time Example: null |
data.stores[].reviewNum | string | optional | Review count Example: null |
data.stores[].followerNum | string | optional | Follower count Example: null |
data.stores[].productNum | string | optional | Product count Example: null |
data.stores[].categoriesCn | string | optional | Chinese category list Example: null |
data.stores[].categories | string | optional | English category list Example: null |
data.stores[].isLocal | string | optional | Whether semi-managed: 0=fully managed, 1=semi-managed Example: null |
data.costToken | integer | optional | Token cost reported by the upstream provider. Example: null |
data.costTime | integer | optional | Execution time reported by the upstream provider. Example: null |
data.page | integer | optional | Current page returned by the upstream provider. Example: null |
data.pageSize | integer | optional | Page size returned by the upstream provider. Example: null |
data.pageItemCount | integer | optional | Item count on the current page returned by the upstream provider. Example: null |
data.totalPage | integer | optional | Total page count returned by the upstream provider. Example: null |
data.dataSnapshotMonth | string | optional | Data snapshot month returned by the upstream provider. Example: null |
Any of option 2
| Name | Type | Required | Description |
|---|---|---|---|
data | null | required | Data value used by this API operation. |
Examples
Example arguments
{
"pageSize": 10,
"keyword": "phone case",
"page": 1
}Example structuredContent
{
"data": {
"total": 1,
"storeNum": 1,
"stores": [
{
"storeId": "example-id",
"siteId": "example-id",
"logoUrl": "https://example.com/image.jpg"
}
],
"columns": []
},
"code": 0,
"msg": null,
"ts": "0",
"time": "2026-01-01 00:00:00",
"cost": "-1",
"traceId": null
}