Temu Marketplace Intelligence
GeekBI Temu Shop Search MCP Tool
Execute the selected shop search operation and preserve provider business fields and extensions.
MCP tool name
nexscope_geekbi_temu_mall_searchLegacy MCP endpoint
/api/skill-api/v1/mcpJSON-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": "geekbi-temu-mall-search-1",
"method": "tools/call",
"params": {
"name": "nexscope_geekbi_temu_mall_search",
"arguments": {
"regionId": 211,
"page": 1,
"size": 3,
"mallStarMin": 4
}
}
}Legacy endpoint
POST /api/skill-api/v1/mcpCanonical detail URL
https://www.nexscope.ai/mcp-map/geekbi-temu-mall-searchArguments
| Name | Type | Required | Meaning |
|---|---|---|---|
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: {} |
sort | string | optional | Confirmed provider sort field; omit when unnecessary. Example: {} |
order | string | optional | Sort direction, case-insensitive. Example: {} |
catIds | array | optional | Category identifiers obtained from category lookup. Example: {} |
hostingMode | integer | optional | 1 fully managed, 2 semi-managed. Example: {} |
mallSoldMin | integer | optional | Lower bound for mallSold; minimum must not exceed maximum. Example: {} |
mallSoldMax | integer | optional | Upper bound for mallSold; minimum must not exceed maximum. Example: {} |
reviewNumMin | integer | optional | Lower bound for reviewNum; minimum must not exceed maximum. Example: {} |
reviewNumMax | integer | optional | Upper bound for reviewNum; minimum must not exceed maximum. Example: {} |
goodsNumMin | integer | optional | Lower bound for goodsNum; minimum must not exceed maximum. Example: {} |
goodsNumMax | integer | optional | Upper bound for goodsNum; minimum must not exceed maximum. Example: {} |
followerNumMin | integer | optional | Lower bound for followerNum; minimum must not exceed maximum. Example: {} |
followerNumMax | integer | optional | Upper bound for followerNum; minimum must not exceed maximum. Example: {} |
mallSalesMin | number | optional | Lower bound for mallSales; minimum must not exceed maximum. Example: {} |
mallSalesMax | number | optional | Upper bound for mallSales; minimum must not exceed maximum. Example: {} |
avgPriceMin | number | optional | Lower bound for avgPrice; minimum must not exceed maximum. Example: {} |
avgPriceMax | number | optional | Upper bound for avgPrice; minimum must not exceed maximum. Example: {} |
mallStarMin | number | optional | Lower bound for mallStar; minimum must not exceed maximum. Example: 4 |
mallStarMax | number | optional | Upper bound for mallStar; minimum must not exceed maximum. Example: {} |
mallOpenTimeMin | string | optional | Earliest mallOpenTime in ISO-8601 date-time; minimum must not exceed maximum. Example: {} |
mallOpenTimeMax | string | optional | Latest mallOpenTime in ISO-8601 date-time; minimum must not exceed maximum. Example: {} |
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.columns | array | null | optional | Render column definitions; business records are separate. |
data.columns[] | any | required | Item in data columns. |
data.title | string | null | optional | Provider render/source metadata: title. |
data.type | string | null | optional | Provider render/source metadata: type. |
data.sourceTool | string | null | optional | Provider render/source metadata: sourceTool. |
data.sourceType | string | null | optional | Provider render/source metadata: sourceType. |
data.items | array | null | optional | Returned records, including valid empty results; preserve duplicate records and unknown fields. |
data.items[] | object | required | Item in data items. |
data.items[].id | string | null | optional | Provider id; preserve identifier and timestamp strings. |
data.items[].mallId | string | null | optional | Provider mallId; preserve identifier and timestamp strings. |
data.items[].mallLogo | string | null | optional | Provider mallLogo; preserve identifier and timestamp strings. |
data.items[].mallName | string | null | optional | Provider mallName; preserve identifier and timestamp strings. |
data.items[].mallOpenTime | string | null | optional | Provider mallOpenTime; preserve identifier and timestamp strings. |
data.items[].createTime | string | null | optional | Provider createTime; preserve identifier and timestamp strings. |
data.items[].updateTime | string | null | optional | Provider updateTime; preserve identifier and timestamp strings. |
data.items[].regionId | number | null | optional | Provider regionId; monetary values use the selected site's currency unless identified as supply prices. |
data.items[].hot | number | null | optional | Provider hot; monetary values use the selected site's currency unless identified as supply prices. |
data.items[].mallStar | number | null | optional | Provider mallStar; monetary values use the selected site's currency unless identified as supply prices. |
data.items[].reviewNum | number | null | optional | Provider reviewNum; monetary values use the selected site's currency unless identified as supply prices. |
data.items[].goodsNum | number | null | optional | Provider goodsNum; monetary values use the selected site's currency unless identified as supply prices. |
data.items[].followerNum | number | null | optional | Provider followerNum; monetary values use the selected site's currency unless identified as supply prices. |
data.items[].mallSold | number | null | optional | Provider mallSold; monetary values use the selected site's currency unless identified as supply prices. |
data.items[].mallSales | number | null | optional | Provider mallSales; monetary values use the selected site's currency unless identified as supply prices. |
data.items[].avgPrice | number | null | optional | Provider avgPrice; monetary values use the selected site's currency unless identified as supply prices. |
data.items[].hostingMode | number | null | optional | Provider hostingMode; monetary values use the selected site's currency unless identified as supply prices. |
data.items[].catIds | array | null | optional | Associated category identifiers. |
data.items[].catIds[] | any | required | Item in data items[] catIds. |
data.items[].catItems | array | null | optional | Category paths: catId, catName, catLevel, parentCatId and isLeaf. |
data.items[].catItems[] | any | required | Item in data items[] catItems. |
data.items[].dayFollower | number | null | optional | Provider day Follower metric; sales revenue uses site currency. |
data.items[].dayFollowerRate | number | null | optional | Provider growth rate for day Follower. |
data.items[].dayItemCount | number | null | optional | Provider day ItemCount metric; sales revenue uses site currency. |
data.items[].dayItemCountRate | number | null | optional | Provider growth rate for day ItemCount. |
data.items[].daySales | number | null | optional | Provider day Sales metric; sales revenue uses site currency. |
data.items[].daySalesRate | number | null | optional | Provider growth rate for day Sales. |
data.items[].daySellthroughCount | number | null | optional | Provider day SellthroughCount metric; sales revenue uses site currency. |
data.items[].daySellthroughCountRate | number | null | optional | Provider growth rate for day SellthroughCount. |
data.items[].daySold | number | null | optional | Provider day Sold metric; sales revenue uses site currency. |
data.items[].daySoldRate | number | null | optional | Provider growth rate for day Sold. |
data.items[].weekFollower | number | null | optional | Provider week Follower metric; sales revenue uses site currency. |
data.items[].weekFollowerRate | number | null | optional | Provider growth rate for week Follower. |
data.items[].weekItemCount | number | null | optional | Provider week ItemCount metric; sales revenue uses site currency. |
data.items[].weekItemCountRate | number | null | optional | Provider growth rate for week ItemCount. |
data.items[].weekSales | number | null | optional | Provider week Sales metric; sales revenue uses site currency. |
data.items[].weekSalesRate | number | null | optional | Provider growth rate for week Sales. |
data.items[].weekSellthroughCount | number | null | optional | Provider week SellthroughCount metric; sales revenue uses site currency. |
data.items[].weekSellthroughCountRate | number | null | optional | Provider growth rate for week SellthroughCount. |
data.items[].weekSold | number | null | optional | Provider week Sold metric; sales revenue uses site currency. |
data.items[].weekSoldRate | number | null | optional | Provider growth rate for week Sold. |
data.items[].monthFollower | number | null | optional | Provider month Follower metric; sales revenue uses site currency. |
data.items[].monthFollowerRate | number | null | optional | Provider growth rate for month Follower. |
data.items[].monthItemCount | number | null | optional | Provider month ItemCount metric; sales revenue uses site currency. |
data.items[].monthItemCountRate | number | null | optional | Provider growth rate for month ItemCount. |
data.items[].monthSales | number | null | optional | Provider month Sales metric; sales revenue uses site currency. |
data.items[].monthSalesRate | number | null | optional | Provider growth rate for month Sales. |
data.items[].monthSellthroughCount | number | null | optional | Provider month SellthroughCount metric; sales revenue uses site currency. |
data.items[].monthSellthroughCountRate | number | null | optional | Provider growth rate for month SellthroughCount. |
data.items[].monthSold | number | null | optional | Provider month Sold metric; sales revenue uses site currency. |
data.items[].monthSoldRate | number | null | optional | Provider growth rate for month Sold. |
data.total | integer | null | optional | Provider match count, possibly capped at 10000 for searches. |
data.regionId | integer | null | optional | Region used for the query. |
data.page | integer | null | optional | Current page. |
data.size | integer | null | optional | Items per page. |
Any of option 2
| Name | Type | Required | Description |
|---|---|---|---|
data | null | required | Data value used by this API operation. |
Examples
Example arguments
{
"regionId": 211,
"page": 1,
"size": 3,
"mallStarMin": 4
}Example structuredContent
{
"data": {
"columns": [],
"items": [],
"total": 0,
"regionId": 211,
"page": 1,
"size": 3
},
"code": 0,
"msg": "ok",
"ts": "0",
"time": "2026-01-01 00:00:00",
"cost": "-1",
"traceId": null
}