Nexscope

1688 Sourcing

1688 Product Search MCP Tool

Search and analyze products on the Chinese 1688 wholesale platform (Alibaba domestic B2B market) for sourcing, supplier discovery, and product selection.

MCP tool name
nexscope_1688_product_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": "1688-product-search-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_1688_product_search",
    "arguments": {
      "searchType": 1,
      "pageIndex": 1,
      "pageSize": 10,
      "keyWord": "iPhone 15"
    }
  }
}
Legacy endpoint
POST /api/skill-api/v1/mcp
Canonical detail URL
https://www.nexscope.ai/mcp-map/1688-product-search

Arguments

NameTypeRequiredMeaning
keyWordstringoptional
Search keyword (must be written in Simplified Chinese; maximum 50 characters)
Example: iPhone 15
goodsUrlstringoptional
Product link URL (mutually exclusive with keyWord)
Example: https://example.com/image.jpg
productIdsstringoptional
Product IDs, comma-separated, max 20
Example: {}
cyclestringoptional
Statistical period: 7 (last 7 days) or 30 (last 30 days)
Example: {}
searchTypeintegeroptional
Search type: 1 = fuzzy match, 3 = exact match
Example: 1
sortFieldstringoptional
Sort field: orderCount7d, saleCount7d, saleVolume7d, orderCount30d, saleCount30d, saleVolume30d, offerCreateTime, price, consignPrice
Example: {}
sortTypestringoptional
Sort order: desc (descending), asc (ascending)
Example: {}
pageIndexintegeroptional
Page number (starting from 1)
Example: 1
pageSizeintegeroptional
Results per page (10-100)
Example: 10
beginPricenumberoptional
Wholesale price (start)
Example: 1
endPricenumberoptional
Wholesale price (end)
Example: 1
beginConsignPricenumberoptional
Dropship price (start)
Example: 1
endConsignPricenumberoptional
Dropship price (end)
Example: 1
beginOrderCountintegeroptional
Order count (start)
Example: 1
endOrderCountintegeroptional
Order count (end)
Example: 1
beginSaleCountintegeroptional
Units sold (start)
Example: 1
endSaleCountintegeroptional
Units sold (end)
Example: 1
beginSaleVolumenumberoptional
Sales amount (start)
Example: 1
endSaleVolumenumberoptional
Sales amount (end)
Example: 1
beginStartQuantityintegeroptional
Minimum purchase quantity (start)
Example: 1
endStartQuantityintegeroptional
Minimum purchase quantity (end)
Example: 1
beginTpYearintegeroptional
TrustPass years (start)
Example: 1
endTpYearintegeroptional
TrustPass years (end)
Example: 1
beginOfferCreateTimestringoptional
Listing time start (format: YYYY-MM-DD)
Example: {}
endOfferCreateTimestringoptional
Listing time end (format: YYYY-MM-DD)
Example: {}
companyTypeintegeroptional
Company type: 0 = no limit, 1 = store, 2 = factory
Example: 1
offerTypeintegeroptional
Product tag: 0 = no limit, 2 = new product, 3 = 1688 Select, 4 = cross-border, 5 = customization supported, 6 = store highlight
Example: 1
shiLiTypestringoptional
Seller type (multi-select, comma-separated): superFactory (Super Factory), Power (Power Seller), TrustPass (TrustPass)
Example: {}
sendTimestringoptional
Delivery time (multi-select, comma-separated): 24, 48, 72
Example: {}
faceToFaceSupportstringoptional
Waybill support (multi-select, comma-separated): 441218 (Taobao), 386434 (Douyin), 422914 (Pinduoduo), 422978 (Xiaohongshu), 386370 (Kuaishou)
Example: {}
proxyRightsstringoptional
Dropship rights (multi-select, comma-separated): 4360897 (one-piece dropship with free shipping), 449154 (procure now, pay later)
Example: {}
shopServicestringoptional
Seller services (multi-select, comma-separated): 4057409 (Safe Buy), 888777 (Deep Verification Report)
Example: {}
buyerProtectionsstringoptional
Buyer protections, comma-separated: free shipping, 7-day free return, or shipping insurance
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.totalintegeroptional
Total record count
Example: 1
data.typestringoptional
Render style
Example: null
data.columnsarrayoptional
Render column definitions
Example: []
data.productsarrayoptional
Product list (see fields below)
Example: []
data.products[].offerIdstringoptional
Product ID
Example: example-id
data.products[].asinstringoptional
Product number
Example: B072MQ5BRX
data.products[].titlestringoptional
Product title
Example: null
data.products[].asinUrlstringoptional
Product link URL
Example: B072MQ5BRX
data.products[].imageUrlstringoptional
Product image URL
Example: https://example.com/image.jpg
data.products[].pricenumberoptional
Wholesale price
Example: 1
data.products[].consignPricenumberoptional
Dropship price
Example: 1
data.products[].quantityPricesstringoptional
Price range
Example: null
data.products[].quantityBeginintegeroptional
Minimum order quantity
Example: 1
data.products[].unitstringoptional
Unit
Example: null
data.products[].currencystringoptional
Currency
Example: null
data.products[].salesOrderCountintegeroptional
Order count (by statistical period)
Example: 1
data.products[].salesQuantityintegeroptional
Units sold (by statistical period)
Example: 1
data.products[].estimatedSalesAmountintegeroptional
Estimated sales amount (by statistical period)
Example: 1
data.products[].deliveryTimestringoptional
Delivery time
Example: null
data.products[].availableDatestringoptional
Product listing time
Example: 2026-01-01
data.products[].levelNamestringoptional
Category hierarchy name
Example: null
data.products[].companystringoptional
Store name
Example: null
data.products[].shopIdstringoptional
Store ID
Example: example-id
data.products[].shopUrlstringoptional
Store link URL
Example: https://example.com/image.jpg
data.products[].dataTypestringoptional
Data type: weeklyData (weekly data), monthlyData (monthly data)
Example: null
data.products[].sourceTypestringoptional
Source platform (1688)
Example: null
data.products[].sourceToolstringoptional
Source tool
Example: null
data.titlestringoptional
Provider-specific response title.
Example: null
data.sourceTypestringoptional
Provider-specific source platform type.
Example: null
data.sourceToolstringoptional
Provider-specific source tool name.
Example: null
data.costTokenintegeroptional
Token cost reported by the upstream provider.
Example: null
data.costTimeintegeroptional
Execution time reported by the upstream provider.
Example: null
data.pageintegeroptional
Current page returned by the upstream provider.
Example: null
data.pageSizeintegeroptional
Page size returned by the upstream provider.
Example: null
data.pageItemCountintegeroptional
Item count on the current page returned by the upstream provider.
Example: null
data.totalPageintegeroptional
Total page count returned by the upstream provider.
Example: null
data.dataSnapshotMonthstringoptional
Data snapshot month returned by the upstream provider.
Example: null

Any of option 2

NameTypeRequiredDescription
datanullrequired
Data value used by this API operation.

Examples

Example arguments

{
  "searchType": 1,
  "pageIndex": 1,
  "pageSize": 10,
  "keyWord": "iPhone 15"
}

Example structuredContent

{
  "data": {
    "total": 1,
    "columns": [],
    "products": [
      {
        "offerId": "example-id",
        "asin": "B072MQ5BRX",
        "asinUrl": "B072MQ5BRX",
        "imageUrl": "https://example.com/image.jpg",
        "price": 1,
        "consignPrice": 1,
        "quantityBegin": 1,
        "salesOrderCount": 1,
        "salesQuantity": 1,
        "estimatedSalesAmount": 1,
        "availableDate": "2026-01-01",
        "shopId": "example-id",
        "shopUrl": "https://example.com/image.jpg"
      }
    ]
  },
  "code": 0,
  "msg": null,
  "ts": "0",
  "time": "2026-01-01 00:00:00",
  "cost": "-1",
  "traceId": null
}