Nexscope

TikTok / Social Commerce

TikTok Video Related Products MCP Tool

TikTok Video Related Products. Execute only this operation; no automatic retries or pagination. Preserve provider fields and metric units.

MCP tool name
nexscope_chuhaijiang_tiktok_video_related_products
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": "chuhaijiang-tiktok-video-related-products-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_chuhaijiang_tiktok_video_related_products",
    "arguments": {
      "id": "7672655263672864013",
      "country": "us",
      "page": 1,
      "pageSize": 3
    }
  }
}
Legacy endpoint
POST /api/skill-api/v1/mcp
Canonical detail URL
https://www.nexscope.ai/mcp-map/chuhaijiang-tiktok-video-related-products

Arguments

NameTypeRequiredMeaning
countrystringrequired
Lowercase request market. Returned country_code may differ; preserve both.
Example: us
idstringrequired
Video ID returned by its search operation. Keep identifiers as strings to avoid precision loss.
Example: 7672655263672864013
pageintegeroptional
Page number, starting at 1. No automatic pagination.
Example: 1
pageSizeintegeroptional
Items per page, from 1 to 10. Omission preserves the upstream default.
Example: 3

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.request_idstringoptional
Request id value used by this API operation.
data.dataobjectoptional
Data value used by this API operation.
data.data.itemsarrayoptional
Items value used by this API operation.
data.data.items[]objectrequired
Item in data data items.
data.data.items[].idstringoptional
Related product identity: id.
data.data.items[].tiktok_product_detail_product_namestringoptional
Related product identity: tiktok product detail product name.
data.data.items[].tiktok_product_detail_floor_priceobjectoptional
Price with original unit and value: tiktok product detail floor price.
data.data.items[].tiktok_product_detail_ceiling_priceobjectoptional
Price with original unit and value: tiktok product detail ceiling price.
data.data.items[].tiktok_product_detail_product_ratingnumberoptional
Provider product rating: tiktok product detail product rating.
data.data.items[].tiktok_video_detail_product_idstringoptional
Product and video identifier: tiktok video detail product id.
data.data.items[].tiktok_video_detail_video_idstringoptional
Product and video identifier: tiktok video detail video id.
data.data.items[].tiktok_video_detail_product_total_sold_countintegeroptional
Video attributed sales count: tiktok video detail product total sold count.
data.data.items[].tiktok_video_detail_video_30d_sold_countintegeroptional
Video attributed sales count: tiktok video detail video 30d sold count.
data.data.items[].tiktok_video_detail_product_total_gmvobjectoptional
GMV with original unit and value: tiktok video detail product total gmv.
data.data.items[].tiktok_video_detail_video_30d_gmvobjectoptional
GMV with original unit and value: tiktok video detail video 30d gmv.
data.data.items[].tiktok_product_detail_product_sku_propsanyoptional
Provider tiktok product detail product sku props. The source establishes this field name; preserve its runtime JSON type and missing values.
data.data.items[].tiktok_product_detail_commission_rateanyoptional
Provider tiktok product detail commission rate. The source establishes this field name; preserve its runtime JSON type and missing values.
data.data.items[].tiktok_product_detail_product_statusanyoptional
Provider tiktok product detail product status. The source establishes this field name; preserve its runtime JSON type and missing values.
data.data.items[].tiktok_product_detail_l3_categoryanyoptional
Provider tiktok product detail l3 category. The source establishes this field name; preserve its runtime JSON type and missing values.
data.data.items[].tiktok_product_detail_l2_categoryanyoptional
Provider tiktok product detail l2 category. The source establishes this field name; preserve its runtime JSON type and missing values.
data.data.items[].tiktok_product_detail_product_skusanyoptional
Provider tiktok product detail product skus. The source establishes this field name; preserve its runtime JSON type and missing values.
data.data.items[].tiktok_product_detail_l1_categoryanyoptional
Provider tiktok product detail l1 category. The source establishes this field name; preserve its runtime JSON type and missing values.
data.data.items[].tiktok_product_detail_product_imagesanyoptional
Provider tiktok product detail product images. The source establishes this field name; preserve its runtime JSON type and missing values.
data.data.total_countintegeroptional
Total count value used by this API operation.

Any of option 2

NameTypeRequiredDescription
datanullrequired
Data value used by this API operation.

Examples

Example arguments

{
  "id": "7672655263672864013",
  "country": "us",
  "page": 1,
  "pageSize": 3
}

Example structuredContent

{
  "data": {
    "data": {
      "items": [],
      "total_count": 0
    }
  },
  "code": 0,
  "msg": "ok",
  "ts": "0",
  "time": "2026-01-01 00:00:00",
  "cost": "-1",
  "traceId": null
}