Nexscope

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
Legacy MCP endpoint
/api/skill-api/v1/mcp
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
    }
  }
}
Legacy endpoint
POST /api/skill-api/v1/mcp
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.

NameTypeRequiredDescription
dataanyrequired
Data value used by this API operation.
codeintegerrequired
0 means accepted or successful; nonzero is a platform error.
msgstring | nullrequired
Msg value used by this API operation.
tsstringrequired
Epoch milliseconds.
timestringrequired
Server local time: yyyy-MM-dd HH:mm:ss.
coststringrequired
Elapsed milliseconds, never credits; -1 outside web requests.
traceIdstring | nullrequired
Trace id value used by this API operation.

Any of option 1

NameTypeRequiredDescription
dataobjectrequired
Data value used by this API operation.
data.columnsarray | nulloptional
Render column definitions; business records are separate.
data.columns[]anyrequired
Item in data columns.
data.titlestring | nulloptional
Provider render/source metadata: title.
data.typestring | nulloptional
Provider render/source metadata: type.
data.sourceToolstring | nulloptional
Provider render/source metadata: sourceTool.
data.sourceTypestring | nulloptional
Provider render/source metadata: sourceType.
data.itemsarray | nulloptional
Returned records, including valid empty results; preserve duplicate records and unknown fields.
data.items[]objectrequired
Item in data items.
data.items[].idstring | nulloptional
Provider id; preserve identifier and timestamp strings.
data.items[].mallIdstring | nulloptional
Provider mallId; preserve identifier and timestamp strings.
data.items[].mallLogostring | nulloptional
Provider mallLogo; preserve identifier and timestamp strings.
data.items[].mallNamestring | nulloptional
Provider mallName; preserve identifier and timestamp strings.
data.items[].mallOpenTimestring | nulloptional
Provider mallOpenTime; preserve identifier and timestamp strings.
data.items[].createTimestring | nulloptional
Provider createTime; preserve identifier and timestamp strings.
data.items[].updateTimestring | nulloptional
Provider updateTime; preserve identifier and timestamp strings.
data.items[].regionIdnumber | nulloptional
Provider regionId; monetary values use the selected site's currency unless identified as supply prices.
data.items[].hotnumber | nulloptional
Provider hot; monetary values use the selected site's currency unless identified as supply prices.
data.items[].mallStarnumber | nulloptional
Provider mallStar; monetary values use the selected site's currency unless identified as supply prices.
data.items[].reviewNumnumber | nulloptional
Provider reviewNum; monetary values use the selected site's currency unless identified as supply prices.
data.items[].goodsNumnumber | nulloptional
Provider goodsNum; monetary values use the selected site's currency unless identified as supply prices.
data.items[].followerNumnumber | nulloptional
Provider followerNum; monetary values use the selected site's currency unless identified as supply prices.
data.items[].mallSoldnumber | nulloptional
Provider mallSold; monetary values use the selected site's currency unless identified as supply prices.
data.items[].mallSalesnumber | nulloptional
Provider mallSales; monetary values use the selected site's currency unless identified as supply prices.
data.items[].avgPricenumber | nulloptional
Provider avgPrice; monetary values use the selected site's currency unless identified as supply prices.
data.items[].hostingModenumber | nulloptional
Provider hostingMode; monetary values use the selected site's currency unless identified as supply prices.
data.items[].catIdsarray | nulloptional
Associated category identifiers.
data.items[].catIds[]anyrequired
Item in data items[] catIds.
data.items[].catItemsarray | nulloptional
Category paths: catId, catName, catLevel, parentCatId and isLeaf.
data.items[].catItems[]anyrequired
Item in data items[] catItems.
data.items[].dayFollowernumber | nulloptional
Provider day Follower metric; sales revenue uses site currency.
data.items[].dayFollowerRatenumber | nulloptional
Provider growth rate for day Follower.
data.items[].dayItemCountnumber | nulloptional
Provider day ItemCount metric; sales revenue uses site currency.
data.items[].dayItemCountRatenumber | nulloptional
Provider growth rate for day ItemCount.
data.items[].daySalesnumber | nulloptional
Provider day Sales metric; sales revenue uses site currency.
data.items[].daySalesRatenumber | nulloptional
Provider growth rate for day Sales.
data.items[].daySellthroughCountnumber | nulloptional
Provider day SellthroughCount metric; sales revenue uses site currency.
data.items[].daySellthroughCountRatenumber | nulloptional
Provider growth rate for day SellthroughCount.
data.items[].daySoldnumber | nulloptional
Provider day Sold metric; sales revenue uses site currency.
data.items[].daySoldRatenumber | nulloptional
Provider growth rate for day Sold.
data.items[].weekFollowernumber | nulloptional
Provider week Follower metric; sales revenue uses site currency.
data.items[].weekFollowerRatenumber | nulloptional
Provider growth rate for week Follower.
data.items[].weekItemCountnumber | nulloptional
Provider week ItemCount metric; sales revenue uses site currency.
data.items[].weekItemCountRatenumber | nulloptional
Provider growth rate for week ItemCount.
data.items[].weekSalesnumber | nulloptional
Provider week Sales metric; sales revenue uses site currency.
data.items[].weekSalesRatenumber | nulloptional
Provider growth rate for week Sales.
data.items[].weekSellthroughCountnumber | nulloptional
Provider week SellthroughCount metric; sales revenue uses site currency.
data.items[].weekSellthroughCountRatenumber | nulloptional
Provider growth rate for week SellthroughCount.
data.items[].weekSoldnumber | nulloptional
Provider week Sold metric; sales revenue uses site currency.
data.items[].weekSoldRatenumber | nulloptional
Provider growth rate for week Sold.
data.items[].monthFollowernumber | nulloptional
Provider month Follower metric; sales revenue uses site currency.
data.items[].monthFollowerRatenumber | nulloptional
Provider growth rate for month Follower.
data.items[].monthItemCountnumber | nulloptional
Provider month ItemCount metric; sales revenue uses site currency.
data.items[].monthItemCountRatenumber | nulloptional
Provider growth rate for month ItemCount.
data.items[].monthSalesnumber | nulloptional
Provider month Sales metric; sales revenue uses site currency.
data.items[].monthSalesRatenumber | nulloptional
Provider growth rate for month Sales.
data.items[].monthSellthroughCountnumber | nulloptional
Provider month SellthroughCount metric; sales revenue uses site currency.
data.items[].monthSellthroughCountRatenumber | nulloptional
Provider growth rate for month SellthroughCount.
data.items[].monthSoldnumber | nulloptional
Provider month Sold metric; sales revenue uses site currency.
data.items[].monthSoldRatenumber | nulloptional
Provider growth rate for month Sold.
data.totalinteger | nulloptional
Provider match count, possibly capped at 10000 for searches.
data.regionIdinteger | nulloptional
Region used for the query.
data.pageinteger | nulloptional
Current page.
data.sizeinteger | nulloptional
Items per page.

Any of option 2

NameTypeRequiredDescription
datanullrequired
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
}