Temu Marketplace Intelligence

GeekBI Temu Keyword Research MCP Tool

Execute the selected keyword research operation and preserve provider business fields and extensions.

MCP tool name
nexscope_geekbi_temu_keyword_search
Equivalent REST API path
https://api.nexscope.ai/api/skill-api/v1/skills/geekbi-temu-keyword-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-keyword-search-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_geekbi_temu_keyword_search",
    "arguments": {
      "regionId": 211,
      "page": 1,
      "size": 3,
      "keyword": "dress"
    }
  }
}
REST API equivalent
POST https://api.nexscope.ai/api/skill-api/v1/skills/geekbi-temu-keyword-search/run
Canonical detail URL
https://www.nexscope.ai/mcp-map/geekbi-temu-keyword-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: dress
sortstringoptional
Confirmed provider sort field; omit when unnecessary.
Example: {}
orderstringoptional
Sort direction, case-insensitive.
Example: {}
dsrMinnumberoptional
Lower bound for dsr; minimum must not exceed maximum.
Example: {}
dsrMaxnumberoptional
Upper bound for dsr; minimum must not exceed maximum.
Example: {}
totalSoldMinintegeroptional
Lower bound for totalSold; minimum must not exceed maximum.
Example: {}
totalSoldMaxintegeroptional
Upper bound for totalSold; minimum must not exceed maximum.
Example: {}
itemCountMinintegeroptional
Lower bound for itemCount; minimum must not exceed maximum.
Example: {}
itemCountMaxintegeroptional
Upper bound for itemCount; minimum must not exceed maximum.
Example: {}
mallCountMinintegeroptional
Lower bound for mallCount; minimum must not exceed maximum.
Example: {}
mallCountMaxintegeroptional
Upper bound for mallCount; 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: {}
totalSalesMinnumberoptional
Lower bound for totalSales; minimum must not exceed maximum.
Example: {}
totalSalesMaxnumberoptional
Upper bound for totalSales; minimum must not exceed maximum.
Example: {}
catIdsarrayoptional
Category identifiers obtained from category lookup.
Example: {}
firstOnSaleTimeMinstringoptional
Earliest firstOnSaleTime in ISO-8601 date-time; minimum must not exceed maximum.
Example: {}
firstOnSaleTimeMaxstringoptional
Latest firstOnSaleTime 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,
  "keyword": "dress"
}

Example structuredContent

{
  "errmsg": "ok",
  "errcode": 200,
  "columns": [],
  "items": [],
  "total": 0,
  "regionId": 211,
  "page": 1,
  "size": 3
}