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_searchEquivalent REST API path
https://api.nexscope.ai/api/skill-api/v1/skills/geekbi-temu-goods-search/runJSON-RPC method
tools/callAuthentication
Send the user API key as a bearer token on every MCP JSON-RPC request.
Authorization: Bearer nk_xxxxxxxxxxxxxxxxxIf 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/runCanonical detail URL
https://www.nexscope.ai/mcp-map/geekbi-temu-goods-searchArguments
| Name | Type | Required | Meaning |
|---|---|---|---|
regionId | integer | optional | Temu region from sites[].regionId; never siteId. Example: 211 |
page | integer | optional | Page number. Example: 1 |
size | integer | optional | Items per page; page times size must not exceed 10000. Example: 3 |
keyword | string | optional | User keyword; preserve the supplied language. Example: dress |
sort | string | optional | Confirmed provider sort field; omit when unnecessary. Example: {} |
order | string | optional | Sort direction, case-insensitive. Example: {} |
catIds | array | optional | Category identifiers obtained from category lookup. Example: {} |
matchMode | integer | optional | 1 strict matching, 2 fuzzy matching. Example: 2 |
status | array | optional | 1 normal, 2 out of stock, 3 delisted. Example: {} |
hostingMode | integer | optional | 1 fully managed, 2 semi-managed. Example: {} |
soldMin | integer | optional | Lower bound for sold; minimum must not exceed maximum. Example: {} |
soldMax | integer | optional | Upper bound for sold; minimum must not exceed maximum. Example: {} |
daySoldMin | integer | optional | Lower bound for daySold; minimum must not exceed maximum. Example: {} |
daySoldMax | integer | optional | Upper bound for daySold; minimum must not exceed maximum. Example: {} |
weekSoldMin | integer | optional | Lower bound for weekSold; minimum must not exceed maximum. Example: {} |
weekSoldMax | integer | optional | Upper bound for weekSold; minimum must not exceed maximum. Example: {} |
monthSoldMin | integer | optional | Lower bound for monthSold; minimum must not exceed maximum. Example: {} |
monthSoldMax | integer | optional | Upper bound for monthSold; minimum must not exceed maximum. Example: {} |
quantityMin | integer | optional | Lower bound for quantity; minimum must not exceed maximum. Example: {} |
quantityMax | integer | optional | Upper bound for quantity; minimum must not exceed maximum. Example: {} |
mallSoldMin | integer | optional | Lower bound for mallSold; minimum must not exceed maximum. Example: {} |
mallSoldMax | integer | optional | Upper bound for mallSold; minimum must not exceed maximum. Example: {} |
reviewNumMin | integer | optional | Lower bound for reviewNum; minimum must not exceed maximum. Example: {} |
reviewNumMax | integer | optional | Upper bound for reviewNum; minimum must not exceed maximum. Example: {} |
salesMin | number | optional | Lower bound for sales; minimum must not exceed maximum. Example: {} |
salesMax | number | optional | Upper bound for sales; minimum must not exceed maximum. Example: {} |
daySalesMin | number | optional | Lower bound for daySales; minimum must not exceed maximum. Example: {} |
daySalesMax | number | optional | Upper bound for daySales; minimum must not exceed maximum. Example: {} |
weekSalesMin | number | optional | Lower bound for weekSales; minimum must not exceed maximum. Example: {} |
weekSalesMax | number | optional | Upper bound for weekSales; minimum must not exceed maximum. Example: {} |
monthSalesMin | number | optional | Lower bound for monthSales; minimum must not exceed maximum. Example: {} |
monthSalesMax | number | optional | Upper bound for monthSales; minimum must not exceed maximum. Example: {} |
priceMin | number | optional | Lower bound for price; minimum must not exceed maximum. Example: {} |
priceMax | number | optional | Upper bound for price; minimum must not exceed maximum. Example: {} |
supplyPriceMin | number | optional | Lower bound for supplyPrice; minimum must not exceed maximum. Example: {} |
supplyPriceMax | number | optional | Upper bound for supplyPrice; minimum must not exceed maximum. Example: {} |
daySoldRateMin | number | optional | Lower bound for daySoldRate; minimum must not exceed maximum. Example: {} |
daySoldRateMax | number | optional | Upper bound for daySoldRate; minimum must not exceed maximum. Example: {} |
weekSoldRateMin | number | optional | Lower bound for weekSoldRate; minimum must not exceed maximum. Example: {} |
weekSoldRateMax | number | optional | Upper bound for weekSoldRate; minimum must not exceed maximum. Example: {} |
monthSoldRateMin | number | optional | Lower bound for monthSoldRate; minimum must not exceed maximum. Example: {} |
monthSoldRateMax | number | optional | Upper bound for monthSoldRate; minimum must not exceed maximum. Example: {} |
daySalesRateMin | number | optional | Lower bound for daySalesRate; minimum must not exceed maximum. Example: {} |
daySalesRateMax | number | optional | Upper bound for daySalesRate; minimum must not exceed maximum. Example: {} |
weekSalesRateMin | number | optional | Lower bound for weekSalesRate; minimum must not exceed maximum. Example: {} |
weekSalesRateMax | number | optional | Upper bound for weekSalesRate; minimum must not exceed maximum. Example: {} |
monthSalesRateMin | number | optional | Lower bound for monthSalesRate; minimum must not exceed maximum. Example: {} |
monthSalesRateMax | number | optional | Upper bound for monthSalesRate; minimum must not exceed maximum. Example: {} |
goodsScoreMin | number | optional | Lower bound for goodsScore; minimum must not exceed maximum. Example: {} |
goodsScoreMax | number | optional | Upper bound for goodsScore; minimum must not exceed maximum. Example: {} |
onSaleTimeMin | string | optional | Earliest onSaleTime in ISO-8601 date-time; minimum must not exceed maximum. Example: {} |
onSaleTimeMax | string | optional | Latest onSaleTime in ISO-8601 date-time; minimum must not exceed maximum. Example: {} |
mallOpenTimeMin | string | optional | Earliest mallOpenTime in ISO-8601 date-time; minimum must not exceed maximum. Example: {} |
mallOpenTimeMax | string | optional | 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
}