Nexscope

TikTok Product Detail API

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

API selector
TikTok / Social Commerce

API overview

Use TikTok Product Detail with documented parameters and structured results for ecommerce research through Nexscope.

Try this API
Endpoint
https://api.nexscope.ai/api/skill-api/v1/skills/chuhaijiang-tiktok-product-detail/run
MCP method
nexscope_chuhaijiang_tiktok_product_detail

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/chuhaijiang-tiktok-product-detail/run

Run an API

Send a JSON request body using the parameters described below.

Slugchuhaijiang-tiktok-product-detail
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/chuhaijiang-tiktok-product-detail/run \
  -H "Authorization: Bearer nk-xxxxxxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{   "country": "us",   "id": "1732052189676081387",   "include": "core,channel" }'
All categories/ TikTok / Social Commerce
POSThttps://api.nexscope.ai/api/skill-api/v1/skills/chuhaijiang-tiktok-product-detail/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/chuhaijiang-tiktok-product-detail/run
AuthBearer API key
Content-Typeapplication/json

Request body

NameTypeRequiredDescription
countrystringrequired
Lowercase TikTok market code.
Example: us
idstringrequired
Product ID, preserved as a string.
Example: 1732052189676081387
includestringoptional
Comma-separated optional detail sections: core, channel.
Example: core,channel

Request example

{
  "country": "us",
  "id": "1732052189676081387",
  "include": "core,channel"
}

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.request_idstring | nulloptional
Request id value used by this API operation.
data.dataobject | nulloptional
Data value used by this API operation.
data.data.itemsarray | nulloptional
Provider business records for TikTok Product Detail. Known row fields: id, product_id, product_name, product_images. Missing and null fields remain unchanged; monetary values retain their original unit and runtime type.
data.data.items[]object | nullrequired
Item in data data items.
data.data.items[].idanyoptional
Source-documented id; may be absent or null. Preserve the provider value and original monetary units.
data.data.items[].product_idanyoptional
Source-documented product_id; may be absent or null. Preserve the provider value and original monetary units.
data.data.items[].product_nameanyoptional
Source-documented product_name; may be absent or null. Preserve the provider value and original monetary units.
data.data.items[].product_imagesanyoptional
Source-documented product_images; may be absent or null. Preserve the provider value and original monetary units.
data.data.total_countinteger | nulloptional
Total matching records.
data.data.coreobject | nulloptional
Core value used by this API operation.
data.data.core.total_countinteger | nulloptional
Total count value used by this API operation.
data.data.core.itemsarray | nulloptional
Optional core detail records requested through include; preserved separately from basic items. Known fields are taken verbatim from the source reference.
data.data.core.items[]object | nullrequired
Item in data data core items.
data.data.core.items[].product_gmvanyoptional
Source-documented product_gmv; may be absent or null. Preserve the provider value and original monetary units.
data.data.core.items[].product_sold_countanyoptional
Source-documented product_sold_count; may be absent or null. Preserve the provider value and original monetary units.
data.data.channelobject | nulloptional
Channel value used by this API operation.
data.data.channel.total_countinteger | nulloptional
Total count value used by this API operation.
data.data.channel.itemsarray | nulloptional
Optional channel detail records requested through include; preserved separately from basic items. The source confirms this hierarchy but does not enumerate field names; no fields are invented.
data.data.channel.items[]object | nullrequired
Item in data data channel items.

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": {
    "data": {
      "items": [
        {
          "id": null,
          "product_id": null,
          "product_name": null
        }
      ],
      "core": {
        "items": [
          {
            "product_gmv": null,
            "product_sold_count": null
          }
        ]
      },
      "channel": {
        "items": [
          {}
        ]
      }
    }
  },
  "code": 0,
  "msg": "ok",
  "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_chuhaijiang_tiktok_product_detail",
    "arguments": {
      "country": "us",
      "id": "1732052189676081387",
      "include": "core,channel"
    }
  }
}
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.

19 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/chuhaijiang-tiktok-product-detail/run
MCP method
nexscope_chuhaijiang_tiktok_product_detail
cURL
curl -X POST \
  https://api.nexscope.ai/api/skill-api/v1/skills/chuhaijiang-tiktok-product-detail/run \
  -H "Authorization: Bearer nk-..." \
  -H "Content-Type: application/json" \
  -d '{ "country": "us", "id": "1732052189676081387", "include": "core,channel" }'
Response
No response yet. Run the request to see the response here.