Temu Marketplace Intelligence

GeekBI Temu Product Search MCP Tool

Execute the selected product search operation and preserve provider business fields and extensions.

MCP tool name
nexscope_geekbi_temu_goods_search
Equivalent REST API path
https://api.nexscope.ai/api/skill-api/v1/skills/geekbi-temu-goods-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-goods-search-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_geekbi_temu_goods_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-goods-search/run
Canonical detail URL
https://www.nexscope.ai/mcp-map/geekbi-temu-goods-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: {}
catIdsarrayoptional
Category identifiers obtained from category lookup.
Example: {}
matchModeintegeroptional
1 strict matching, 2 fuzzy matching.
Example: 2
statusarrayoptional
1 normal, 2 out of stock, 3 delisted.
Example: {}
hostingModeintegeroptional
1 fully managed, 2 semi-managed.
Example: {}
soldMinintegeroptional
Lower bound for sold; minimum must not exceed maximum.
Example: {}
soldMaxintegeroptional
Upper bound for sold; minimum must not exceed maximum.
Example: {}
daySoldMinintegeroptional
Lower bound for daySold; minimum must not exceed maximum.
Example: {}
daySoldMaxintegeroptional
Upper bound for daySold; minimum must not exceed maximum.
Example: {}
weekSoldMinintegeroptional
Lower bound for weekSold; minimum must not exceed maximum.
Example: {}
weekSoldMaxintegeroptional
Upper bound for weekSold; minimum must not exceed maximum.
Example: {}
monthSoldMinintegeroptional
Lower bound for monthSold; minimum must not exceed maximum.
Example: {}
monthSoldMaxintegeroptional
Upper bound for monthSold; minimum must not exceed maximum.
Example: {}
quantityMinintegeroptional
Lower bound for quantity; minimum must not exceed maximum.
Example: {}
quantityMaxintegeroptional
Upper bound for quantity; minimum must not exceed maximum.
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: {}
salesMinnumberoptional
Lower bound for sales; minimum must not exceed maximum.
Example: {}
salesMaxnumberoptional
Upper bound for sales; minimum must not exceed maximum.
Example: {}
daySalesMinnumberoptional
Lower bound for daySales; minimum must not exceed maximum.
Example: {}
daySalesMaxnumberoptional
Upper bound for daySales; minimum must not exceed maximum.
Example: {}
weekSalesMinnumberoptional
Lower bound for weekSales; minimum must not exceed maximum.
Example: {}
weekSalesMaxnumberoptional
Upper bound for weekSales; minimum must not exceed maximum.
Example: {}
monthSalesMinnumberoptional
Lower bound for monthSales; minimum must not exceed maximum.
Example: {}
monthSalesMaxnumberoptional
Upper bound for monthSales; minimum must not exceed maximum.
Example: {}
priceMinnumberoptional
Lower bound for price; minimum must not exceed maximum.
Example: {}
priceMaxnumberoptional
Upper bound for price; minimum must not exceed maximum.
Example: {}
supplyPriceMinnumberoptional
Lower bound for supplyPrice; minimum must not exceed maximum.
Example: {}
supplyPriceMaxnumberoptional
Upper bound for supplyPrice; minimum must not exceed maximum.
Example: {}
daySoldRateMinnumberoptional
Lower bound for daySoldRate; minimum must not exceed maximum.
Example: {}
daySoldRateMaxnumberoptional
Upper bound for daySoldRate; minimum must not exceed maximum.
Example: {}
weekSoldRateMinnumberoptional
Lower bound for weekSoldRate; minimum must not exceed maximum.
Example: {}
weekSoldRateMaxnumberoptional
Upper bound for weekSoldRate; minimum must not exceed maximum.
Example: {}
monthSoldRateMinnumberoptional
Lower bound for monthSoldRate; minimum must not exceed maximum.
Example: {}
monthSoldRateMaxnumberoptional
Upper bound for monthSoldRate; minimum must not exceed maximum.
Example: {}
daySalesRateMinnumberoptional
Lower bound for daySalesRate; minimum must not exceed maximum.
Example: {}
daySalesRateMaxnumberoptional
Upper bound for daySalesRate; minimum must not exceed maximum.
Example: {}
weekSalesRateMinnumberoptional
Lower bound for weekSalesRate; minimum must not exceed maximum.
Example: {}
weekSalesRateMaxnumberoptional
Upper bound for weekSalesRate; minimum must not exceed maximum.
Example: {}
monthSalesRateMinnumberoptional
Lower bound for monthSalesRate; minimum must not exceed maximum.
Example: {}
monthSalesRateMaxnumberoptional
Upper bound for monthSalesRate; minimum must not exceed maximum.
Example: {}
goodsScoreMinnumberoptional
Lower bound for goodsScore; minimum must not exceed maximum.
Example: {}
goodsScoreMaxnumberoptional
Upper bound for goodsScore; minimum must not exceed maximum.
Example: {}
onSaleTimeMinstringoptional
Earliest onSaleTime in ISO-8601 date-time; minimum must not exceed maximum.
Example: {}
onSaleTimeMaxstringoptional
Latest onSaleTime in ISO-8601 date-time; 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,
  "keyword": "dress"
}

Example structuredContent

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