Nexscope

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
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-goods-search-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_geekbi_temu_goods_search",
    "arguments": {
      "regionId": 211,
      "page": 1,
      "size": 3,
      "keyword": "dress"
    }
  }
}
Legacy endpoint
POST /api/skill-api/v1/mcp
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.

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[].isAdboolean | nulloptional
Provider product flag: isAd.
data.items[].isCustomboolean | nulloptional
Provider product flag: isCustom.
data.items[].isPresaleboolean | nulloptional
Provider product flag: isPresale.
data.items[].goodsIdstring | nulloptional
Provider goodsId; preserve identifier and timestamp strings.
data.items[].mallIdstring | nulloptional
Provider mallId; preserve identifier and timestamp strings.
data.items[].thumbnailstring | nulloptional
Provider thumbnail; preserve identifier and timestamp strings.
data.items[].goodsNamestring | nulloptional
Provider goodsName; preserve identifier and timestamp strings.
data.items[].goodsNameCnstring | nulloptional
Provider goodsNameCn; preserve identifier and timestamp strings.
data.items[].goodsNameEnstring | nulloptional
Provider goodsNameEn; preserve identifier and timestamp strings.
data.items[].brandstring | nulloptional
Provider brand; preserve identifier and timestamp strings.
data.items[].skustring | nulloptional
Provider sku; preserve identifier and timestamp strings.
data.items[].onSaleTimestring | nulloptional
Provider onSaleTime; 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[].soldnumber | nulloptional
Provider sold; monetary values use the selected site's currency unless identified as supply prices.
data.items[].quantitynumber | nulloptional
Provider quantity; 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[].salesnumber | nulloptional
Provider sales; monetary values use the selected site's currency unless identified as supply prices.
data.items[].minPricenumber | nulloptional
Provider minPrice; monetary values use the selected site's currency unless identified as supply prices.
data.items[].maxPricenumber | nulloptional
Provider maxPrice; monetary values use the selected site's currency unless identified as supply prices.
data.items[].supplyPricenumber | nulloptional
Provider supplyPrice; monetary values use the selected site's currency unless identified as supply prices.
data.items[].minSupplyPricenumber | nulloptional
Provider minSupplyPrice; monetary values use the selected site's currency unless identified as supply prices.
data.items[].medianSupplyPricenumber | nulloptional
Provider medianSupplyPrice; monetary values use the selected site's currency unless identified as supply prices.
data.items[].maxSupplyPricenumber | nulloptional
Provider maxSupplyPrice; monetary values use the selected site's currency unless identified as supply prices.
data.items[].goodsScorenumber | nulloptional
Provider goodsScore; 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[].hostingModenumber | nulloptional
Provider hostingMode; monetary values use the selected site's currency unless identified as supply prices.
data.items[].statusnumber | nulloptional
Provider status; monetary values use the selected site's currency unless identified as supply prices.
data.items[].similarNumnumber | nulloptional
Provider similarNum; 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[].daySoldnumber | nulloptional
Provider day Sold metric; sales revenue uses site currency.
data.items[].daySoldRatenumber | nulloptional
Provider growth rate for day Sold.
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[].weekSoldnumber | nulloptional
Provider week Sold metric; sales revenue uses site currency.
data.items[].weekSoldRatenumber | nulloptional
Provider growth rate for week Sold.
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[].monthSoldnumber | nulloptional
Provider month Sold metric; sales revenue uses site currency.
data.items[].monthSoldRatenumber | nulloptional
Provider growth rate for month Sold.
data.items[].monthSalesnumber | nulloptional
Provider month Sales metric; sales revenue uses site currency.
data.items[].monthSalesRatenumber | nulloptional
Provider growth rate for month Sales.
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,
  "keyword": "dress"
}

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
}