Nexscope

1688 Product Billboard API

REST API and MCP service documentation generated from server-side API definitions. Responses use the shared code, msg, and data envelope.

API selector
1688 Sourcing

API overview

Query 1688 bestseller charts for wholesale sourcing and product research. Review request parameters, response fields, and MCP usage.

Try this API
Endpoint
https://api.nexscope.ai/api/skill-api/v1/skills/1688-product-billboard/run
MCP method
nexscope_1688_product_billboard

Authentication

All run endpoints require a user API key. Send it as a bearer token in the Authorization header.

Authorization: Bearer nk-xxxxxxxxxxxxxxxxx
Missing or invalid API keys return an authentication error. Manage keys from .
POSThttps://api.nexscope.ai/api/skill-api/v1/skills/1688-product-billboard/run

Run an API

Request parameters documented by ecommerce.1688-product-billboard.

Slug1688-product-billboard
HeadersAuthorization: Bearer nk-...
Content-Type: application/json
Request bodyAPI-specific JSON object.
Response bodyPlatform envelope: code, msg, data, ts, time, cost, traceId. Inspect data.status for asynchronous completion.

Status codes

CodeDescription
200HTTP request completed. Check JSON code; only 0 indicates business success or acceptance.
400Request JSON or required API parameters are invalid.
401API key is missing, invalid, or cannot be matched to a user.
5xxAPI execution or upstream service failed.

Example request

curl -X POST https://api.nexscope.ai/api/skill-api/v1/skills/1688-product-billboard/run \
  -H "Authorization: Bearer nk-xxxxxxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{   "pageType": 3,   "searchType": 1,   "pageIndex": 1,   "keyWord": "iPhone 15",   "date": "2026-07-01",   "pageSize": 10 }'
All categories/ 1688 Sourcing
POSThttps://api.nexscope.ai/api/skill-api/v1/skills/1688-product-billboard/run

Run this API

Send a JSON request to execute this API and receive the documented response payload.

Endpoint

MethodPOST
Pathhttps://api.nexscope.ai/api/skill-api/v1/skills/1688-product-billboard/run
AuthBearer API key
Content-Typeapplication/json

Request body

NameTypeRequiredDescription
keyWordstringoptional
Product search keyword (must be written in Simplified Chinese; translate it before calling this API). Maximum 50 characters
Example: iPhone 15
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)
sortTypestringoptional
Sort order: desc (descending), asc (ascending), default desc
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)
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
endOfferCreateTimestringoptional
Listing time (end), format: YYYY-MM-DD
sendTimestringoptional
Delivery time (multi-select), comma-separated. Options: 24 (24 hours), 48 (48 hours), 72 (72 hours)
proxyRightsstringoptional
Dropship rights (multi-select), comma-separated. Options: 4360897 (one-piece dropship with free shipping), 449154 (procure now, pay later)
shopServicestringoptional
Seller services (multi-select), comma-separated. Options: 4057409 (Safe Buy), 888777 (Deep Verification Report)
buyerProtectionsstringoptional
Buyer protections, comma-separated: free shipping, 7-day free return, or shipping insurance
faceToFaceSupportstringoptional
Waybill support (multi-select), comma-separated. Options: 441218 (Taobao), 386434 (Douyin), 422914 (Pinduoduo), 422978 (Xiaohongshu), 386370 (Kuaishou)
productIdsstringoptional
Product IDs, separated by Chinese comma for multiple, max 20
goodsUrlstringoptional
Product link URL
Example: https://example.com/image.jpg

Request example

{
  "pageType": 3,
  "searchType": 1,
  "pageIndex": 1,
  "keyWord": "iPhone 15",
  "date": "2026-07-01",
  "pageSize": 10
}

Response body

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 columns
Example: []
data.productsarrayoptional
Product list (see Product Object 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[].pricenumberoptional
Wholesale price
Example: 1
data.products[].consignPricenumberoptional
Dropship price
Example: 1
data.products[].currencystringoptional
Currency
Example: null
data.products[].unitstringoptional
Unit
Example: null
data.products[].quantityBeginintegeroptional
Minimum order quantity
Example: 1
data.products[].quantityPricesstringoptional
Price range
Example: null
data.products[].salesOrderCountintegeroptional
Order count (returns corresponding value based on statistical period)
Example: 1
data.products[].salesQuantityintegeroptional
Units sold (returns corresponding value based on statistical period)
Example: 1
data.products[].estimatedSalesAmountintegeroptional
Estimated sales amount (returns corresponding value based on statistical period)
Example: 1
data.products[].dataTypestringoptional
Data type: weeklyData = weekly data, monthlyData = monthly data
Example: null
data.products[].availableDatestringoptional
Product listing time, format yyyy-MM-dd HH:mm:ss
Example: 2026-01-01
data.products[].deliveryTimestringoptional
Delivery time
Example: null
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[].asinUrlstringoptional
Product link URL
Example: B072MQ5BRX
data.products[].imageUrlstringoptional
Image URL
Example: https://example.com/image.jpg
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.

Response example

Platform response envelope. code 0 indicates success or acceptance; data contains the business result.

{
  "data": {
    "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"
      }
    ]
  },
  "code": 0,
  "msg": null,
  "ts": "0",
  "time": "2026-01-01 00:00:00",
  "cost": "-1",
  "traceId": null
}

Responses

CodeDescription
200HTTP request completed. Check JSON code; only 0 indicates business success or acceptance.
400Request JSON or required API parameters are invalid.
401API key is missing, invalid, or cannot be matched to a user.
5xxAPI execution or upstream service failed.

Data source, freshness, and limitations

Source, freshness, coverage, rate limits, and estimation notes are not specified in this API definition unless they appear in the request or response field documentation above. Do not assume official marketplace data or real-time freshness when it is not explicitly documented.

Related APIs

MCP

V2 recommended

Connect remote agents through the standard MCP 2025-11-25 Streamable HTTP endpoint. Use OAuth 2.1 Authorization Code with PKCE, or an API key for compatibility.

POST https://api.nexscope.ai/api/skill-api/v2/mcp
MCP-Protocol-Version: 2025-11-25
Content-Type: application/json
Authentication

OAuth clients request the mcp:tools scope. The endpoint's 401 response advertises protected-resource metadata for authorization discovery.

Call a tool

{
  "jsonrpc": "2.0",
  "id": "tool-call-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_1688_product_billboard",
    "arguments": {
      "pageType": 3,
      "searchType": 1,
      "pageIndex": 1,
      "keyWord": "iPhone 15",
      "date": "2026-07-01",
      "pageSize": 10
    }
  }
}
Legacy MCP v1

Existing API-key clients can continue using the compatibility endpoint. New integrations should use MCP v2.

GET / POST /api/skill-api/v1/mcp

Online test

Execute the current API with your API key and JSON payload.

12 credits / callAPI usage records

Try it

Send a real request with the same contract shown in the reference.

Endpoint
https://api.nexscope.ai/api/skill-api/v1/skills/1688-product-billboard/run
MCP method
nexscope_1688_product_billboard
cURL
curl -X POST \
  https://api.nexscope.ai/api/skill-api/v1/skills/1688-product-billboard/run \
  -H "Authorization: Bearer nk-..." \
  -H "Content-Type: application/json" \
  -d '{ "pageType": 3, "searchType": 1, "pageIndex": 1, "keyWord": "iPhone 15", "date": "2026-07-01", "pageSize": 10 }'
Response
No response yet. Run the request to see the response here.