https://api.nexscope.ai/api/skill-api/v1/skills/tiktok-shop-product-detail/runRun this API
Send a JSON request to execute this API and receive the direct response payload.
Endpoint
| Method | POST |
| Path | https://api.nexscope.ai/api/skill-api/v1/skills/tiktok-shop-product-detail/run |
| Auth | Bearer API key |
| Content-Type | application/json |
Request body
| Name | Type | Required | Description |
|---|---|---|---|
productInput | string | required | 19-digit TikTok Shop product ID or supported HTTPS TikTok product URL |
region | string | optional | TikTok Shop region: US, GB, ID, MY, TH, VN, PH, SG, DE, FR, IT, or ES Allowed: US, GB, ID, MY, TH, VN, PH, SG, DE, FR, IT, ES Default: US |
One of option 1
| Name | Type | Required | Description |
|---|---|---|---|
productInput | any | required | 19-digit TikTok Shop product ID or supported HTTPS TikTok product URL Pattern: ^\d{19}$ |
One of option 2
| Name | Type | Required | Description |
|---|---|---|---|
productInput | any | required | 19-digit TikTok Shop product ID or supported HTTPS TikTok product URL Format: uri Pattern: ^https://(?:[A-Za-z0-9-]+\.)*tiktok\.com(?::443)?/(?:.*/)?product/\d{19}(?:[/?#].*)?$ |
Request example
{
"productInput": "1729937400435937604",
"region": "US"
}Response body
Response example
Direct response payload. No extra wrapper is added.
{
"product": {
"productId": "1729937400435937604",
"title": "Example TikTok Shop product",
"seller": {
"name": "CARER SPARK"
}
}
}Responses
| Code | Description |
|---|---|
| 200 | API executed successfully. Body is the direct response payload. |
| 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.