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_searchEquivalent REST API path
https://api.nexscope.ai/api/skill-api/v1/skills/geekbi-temu-mall-search/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": "geekbi-temu-mall-search-1",
"method": "tools/call",
"params": {
"name": "nexscope_geekbi_temu_mall_search",
"arguments": {
"regionId": 211,
"page": 1,
"size": 3,
"mallStarMin": 4
}
}
}REST API equivalent
POST https://api.nexscope.ai/api/skill-api/v1/skills/geekbi-temu-mall-search/runCanonical 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.
No response field schema is defined for this tool.
Examples
Example arguments
{
"regionId": 211,
"page": 1,
"size": 3,
"mallStarMin": 4
}Example structuredContent
{
"errmsg": "ok",
"errcode": 200,
"columns": [],
"items": [],
"total": 0,
"regionId": 211,
"page": 1,
"size": 3
}