https://api.nexscope.ai/api/skill-api/v1/skills/chuhaijiang-tiktok-product-detail/runRun this API
Send a JSON request to execute this API and receive the documented response payload.
Endpoint
| Method | POST |
| Path | https://api.nexscope.ai/api/skill-api/v1/skills/chuhaijiang-tiktok-product-detail/run |
| Auth | Bearer API key |
| Content-Type | application/json |
Request body
| Name | Type | Required | Description |
|---|---|---|---|
country | string | required | Lowercase TikTok market code. Example: us |
id | string | required | Product ID, preserved as a string. Example: 1732052189676081387 |
include | string | optional | Comma-separated optional detail sections: core, channel. Example: core,channel |
Request example
{
"country": "us",
"id": "1732052189676081387",
"include": "core,channel"
}Response body
| Name | Type | Required | Description |
|---|---|---|---|
data | any | required | Data value used by this API operation. |
code | integer | required | 0 means accepted or successful; nonzero is a platform error. |
msg | string | null | required | Msg value used by this API operation. |
ts | string | required | Epoch milliseconds. |
time | string | required | Server local time: yyyy-MM-dd HH:mm:ss. |
cost | string | required | Elapsed milliseconds, never credits; -1 outside web requests. |
traceId | string | null | required | Trace id value used by this API operation. |
Any of option 1
| Name | Type | Required | Description |
|---|---|---|---|
data | object | required | Data value used by this API operation. |
data.request_id | string | null | optional | Request id value used by this API operation. |
data.data | object | null | optional | Data value used by this API operation. |
data.data.items | array | null | optional | 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 | null | required | Item in data data items. |
data.data.items[].id | any | optional | Source-documented id; may be absent or null. Preserve the provider value and original monetary units. |
data.data.items[].product_id | any | optional | Source-documented product_id; may be absent or null. Preserve the provider value and original monetary units. |
data.data.items[].product_name | any | optional | Source-documented product_name; may be absent or null. Preserve the provider value and original monetary units. |
data.data.items[].product_images | any | optional | Source-documented product_images; may be absent or null. Preserve the provider value and original monetary units. |
data.data.total_count | integer | null | optional | Total matching records. |
data.data.core | object | null | optional | Core value used by this API operation. |
data.data.core.total_count | integer | null | optional | Total count value used by this API operation. |
data.data.core.items | array | null | optional | 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 | null | required | Item in data data core items. |
data.data.core.items[].product_gmv | any | optional | Source-documented product_gmv; may be absent or null. Preserve the provider value and original monetary units. |
data.data.core.items[].product_sold_count | any | optional | Source-documented product_sold_count; may be absent or null. Preserve the provider value and original monetary units. |
data.data.channel | object | null | optional | Channel value used by this API operation. |
data.data.channel.total_count | integer | null | optional | Total count value used by this API operation. |
data.data.channel.items | array | null | optional | 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 | null | required | Item in data data channel items. |
Any of option 2
| Name | Type | Required | Description |
|---|---|---|---|
data | null | required | 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
| Code | Description |
|---|---|
| 200 | HTTP request completed. Check JSON code; only 0 indicates business success or acceptance. |
| 400 | Request JSON or required API parameters are invalid. |
| 401 | API key is missing, invalid, or cannot be matched to a user. |
| 5xx | API 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.