1688 Sourcing

1688 Product Billboard MCP Tool

Query 1688 product bestseller billboard data for sourcing discovery and wholesale product research.

MCP tool name
nexscope_1688_product_billboard
Equivalent REST API path
https://claw-callback.nexscope.ai/api/skill-api/v1/skills/1688-product-billboard/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": "1688-product-billboard-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_1688_product_billboard",
    "arguments": {
      "date": "2026-07-01",
      "keyWord": "手机壳",
      "pageIndex": 1,
      "searchType": 1,
      "pageType": 3,
      "pageSize": 10
    }
  }
}
REST API equivalent
POST /api/skill-api/v1/runhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/1688-product-billboard/run
Canonical detail URL
https://www.nexscope.ai/mcp-map/1688-product-billboard

Arguments

NameTypeRequiredMeaning
keyWordstringoptional
Product search keyword (search keyword must be in Chinese; if not, translate it first), max length 50
Example: 手机壳
datestringoptional
Query time. Weekly chart: pass the Sunday date of that week, e.g. 2025-06-15 (up to 90 days); Monthly chart: pass the first day of the month, e.g. 2025-06-01 (up to one year)
Example: 2026-07-01
pageTypeintegeroptional
Billboard type: 2 = weekly, 3 = monthly. Default 3
Example: 3
pageIndexintegeroptional
Page number (starting from 1), default 1
Example: 1
pageSizeintegeroptional
Number of results per page (10-100), default 20
Example: 10
sortFieldstringoptional
Sort field, default orderCount. Options: orderCount (order count), saleCount (units sold), saleVolume (estimated sales amount), offerCreateTime (listing time), price (wholesale price), consignPrice (dropship price)
Example: {}
sortTypestringoptional
Sort order: desc (descending), asc (ascending), default desc
Example: {}
searchTypeintegeroptional
Product keyword search type: 1 = fuzzy match, 3 = exact match. Default 1
Example: 1
offerTypeintegeroptional
Product tag: 0 = no limit, 2 = new product, 3 = 1688 Select, 4 = cross-border, 5 = customization supported, 6 = store highlight. Default 0
Example: 1
companyTypeintegeroptional
Company type: 0 = no limit, 1 = store, 2 = factory
Example: 1
shiLiTypestringoptional
Seller membership type (multi-select), comma-separated. Options: superFactory (Super Factory), Power (Power Seller), TrustPass (TrustPass member only)
Example: {}
beginTpYearintegeroptional
Start TrustPass years
Example: 1
endTpYearintegeroptional
End TrustPass years
Example: 1
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 order quantity (start)
Example: 1
endStartQuantityintegeroptional
Minimum order quantity (end)
Example: 1
beginOfferCreateTimestringoptional
Listing time (start), format: YYYY-MM-DD
Example: {}
endOfferCreateTimestringoptional
Listing time (end), format: YYYY-MM-DD
Example: {}
sendTimestringoptional
Delivery time (multi-select), comma-separated. Options: 24 (24 hours), 48 (48 hours), 72 (72 hours)
Example: {}
proxyRightsstringoptional
Dropship rights (multi-select), comma-separated. Options: 4360897 (one-piece dropship with free shipping), 449154 (procure now, pay later)
Example: {}
shopServicestringoptional
Seller services (multi-select), comma-separated. Options: 4057409 (Safe Buy), 888777 (Deep Verification Report)
Example: {}
buyerProtectionsstringoptional
Buyer protections (multi-select), comma-separated. Options: 商品包邮 (free shipping), 7天包退货 (7-day free return), 支持运费险 (shipping insurance supported)
Example: {}
faceToFaceSupportstringoptional
Waybill support (multi-select), comma-separated. Options: 441218 (Taobao), 386434 (Douyin), 422914 (Pinduoduo), 422978 (Xiaohongshu), 386370 (Kuaishou)
Example: {}
productIdsstringoptional
Product IDs, separated by Chinese comma for multiple, max 20
Example: {}
goodsUrlstringoptional
Product link URL
Example: https://example.com/image.jpg

Response fields

Treat structuredContent as the programmatic API response payload.

NameTypeRequiredMeaning
totalintegeroptional
Total record count
Example: 1
typestringoptional
Render style
Example: {}
columnsarrayoptional
Render columns
Example: []
productsarrayoptional
Product list (see Product Object below)
Example: []
products[].offerIdstringoptional
Product ID
Example: example-id
products[].asinstringoptional
Product number
Example: B072MQ5BRX
products[].titlestringoptional
Product title
Example: {}
products[].pricenumberoptional
Wholesale price
Example: 1
products[].consignPricenumberoptional
Dropship price
Example: 1
products[].currencystringoptional
Currency
Example: {}
products[].unitstringoptional
Unit
Example: {}
products[].quantityBeginintegeroptional
Minimum order quantity
Example: 1
products[].quantityPricesstringoptional
Price range
Example: {}
products[].salesOrderCountintegeroptional
Order count (returns corresponding value based on statistical period)
Example: 1
products[].salesQuantityintegeroptional
Units sold (returns corresponding value based on statistical period)
Example: 1
products[].estimatedSalesAmountintegeroptional
Estimated sales amount (returns corresponding value based on statistical period)
Example: 1
products[].dataTypestringoptional
Data type: weeklyData = weekly data, monthlyData = monthly data
Example: {}
products[].availableDatestringoptional
Product listing time, format yyyy-MM-dd HH:mm:ss
Example: 2026-01-01
products[].deliveryTimestringoptional
Delivery time
Example: {}
products[].levelNamestringoptional
Category hierarchy name
Example: {}
products[].companystringoptional
Store name
Example: {}
products[].shopIdstringoptional
Store ID
Example: example-id
products[].shopUrlstringoptional
Store link URL
Example: https://example.com/image.jpg
products[].asinUrlstringoptional
Product link URL
Example: B072MQ5BRX
products[].imageUrlstringoptional
Image URL
Example: https://example.com/image.jpg
products[].sourceTypestringoptional
Source platform (1688)
Example: {}
products[].sourceToolstringoptional
Source tool
Example: {}
errcodeintegeroptional
Upstream status code returned by the provider.
Example: {}
errmsgstringoptional
Upstream status message returned by the provider.
Example: {}
codestringoptional
Provider-specific status code.
Example: {}
msgstringoptional
Provider-specific status message.
Example: {}
messagestringoptional
Provider-specific message.
Example: {}
titlestringoptional
Provider-specific response title.
Example: {}
sourceTypestringoptional
Provider-specific source platform type.
Example: {}
sourceToolstringoptional
Provider-specific source tool name.
Example: {}
costTokenintegeroptional
Token cost reported by the upstream provider.
Example: {}
costTimeintegeroptional
Execution time reported by the upstream provider.
Example: {}
pageintegeroptional
Current page returned by the upstream provider.
Example: {}
pageSizeintegeroptional
Page size returned by the upstream provider.
Example: {}
pageItemCountintegeroptional
Item count on the current page returned by the upstream provider.
Example: {}
totalPageintegeroptional
Total page count returned by the upstream provider.
Example: {}
dataSnapshotMonthstringoptional
Data snapshot month returned by the upstream provider.
Example: {}

Examples

Example arguments

{
  "date": "2026-07-01",
  "keyWord": "手机壳",
  "pageIndex": 1,
  "searchType": 1,
  "pageType": 3,
  "pageSize": 10
}

Example structuredContent

{
  "total": 1,
  "columns": [],
  "products": [
    {
      "offerId": "example-id",
      "asin": "B072MQ5BRX",
      "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",
      "asinUrl": "B072MQ5BRX",
      "imageUrl": "https://example.com/image.jpg"
    }
  ]
}