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_search
Equivalent REST API path
https://api.nexscope.ai/api/skill-api/v1/skills/geekbi-temu-mall-search/run
JSON-RPC method
tools/call

Authentication

Send the user API key as a bearer token on every MCP JSON-RPC request.

Authorization: Bearer nk_xxxxxxxxxxxxxxxxx

If 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/run
Canonical detail URL
https://www.nexscope.ai/mcp-map/geekbi-temu-mall-search

Arguments

NameTypeRequiredMeaning
regionIdintegeroptional
Temu region from sites[].regionId; never siteId.
Example: 211
pageintegeroptional
Page number.
Example: 1
sizeintegeroptional
Items per page; page times size must not exceed 10000.
Example: 3
keywordstringoptional
User keyword; preserve the supplied language.
Example: {}
sortstringoptional
Confirmed provider sort field; omit when unnecessary.
Example: {}
orderstringoptional
Sort direction, case-insensitive.
Example: {}
catIdsarrayoptional
Category identifiers obtained from category lookup.
Example: {}
hostingModeintegeroptional
1 fully managed, 2 semi-managed.
Example: {}
mallSoldMinintegeroptional
Lower bound for mallSold; minimum must not exceed maximum.
Example: {}
mallSoldMaxintegeroptional
Upper bound for mallSold; minimum must not exceed maximum.
Example: {}
reviewNumMinintegeroptional
Lower bound for reviewNum; minimum must not exceed maximum.
Example: {}
reviewNumMaxintegeroptional
Upper bound for reviewNum; minimum must not exceed maximum.
Example: {}
goodsNumMinintegeroptional
Lower bound for goodsNum; minimum must not exceed maximum.
Example: {}
goodsNumMaxintegeroptional
Upper bound for goodsNum; minimum must not exceed maximum.
Example: {}
followerNumMinintegeroptional
Lower bound for followerNum; minimum must not exceed maximum.
Example: {}
followerNumMaxintegeroptional
Upper bound for followerNum; minimum must not exceed maximum.
Example: {}
mallSalesMinnumberoptional
Lower bound for mallSales; minimum must not exceed maximum.
Example: {}
mallSalesMaxnumberoptional
Upper bound for mallSales; minimum must not exceed maximum.
Example: {}
avgPriceMinnumberoptional
Lower bound for avgPrice; minimum must not exceed maximum.
Example: {}
avgPriceMaxnumberoptional
Upper bound for avgPrice; minimum must not exceed maximum.
Example: {}
mallStarMinnumberoptional
Lower bound for mallStar; minimum must not exceed maximum.
Example: 4
mallStarMaxnumberoptional
Upper bound for mallStar; minimum must not exceed maximum.
Example: {}
mallOpenTimeMinstringoptional
Earliest mallOpenTime in ISO-8601 date-time; minimum must not exceed maximum.
Example: {}
mallOpenTimeMaxstringoptional
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
}