https://claw-callback.nexscope.ai/api/skill-api/v1/skills/tiktok-creator-analytics/runRun this API
Send a JSON request to execute this API and receive the direct response payload.
Endpoint
| Method | POST |
| Path | https://claw-callback.nexscope.ai/api/skill-api/v1/skills/tiktok-creator-analytics/run |
| Auth | Bearer API key |
| Content-Type | application/json |
Request body
| Name | Type | Required | Description |
|---|---|---|---|
region | string | optional | Region/market code, e.g., US Example: US |
dateRange | string | optional | Time range, e.g., last7Day, last30Day Example: last30Day |
pageNumber | integer | optional | Page number, value range 1-5 Example: 1 |
pageSize | integer | optional | Items per page, value range 5-100 Example: 10 |
language | string | optional | Return language, e.g., zh-CN, en-US |
currency | string | optional | Currency unit, e.g., USD |
sortField | object | optional | Sort criteria; pass an empty object {} for default rank order when not sorting Example: {} |
creatorId | string | optional | Creator unique ID, e.g., 7153432386608251946, obtainable from the creator_id in the creator rank response Example: 68616495085350913 |
Request example
{
"pageNumber": 1,
"region": "US",
"creatorId": "68616495085350913",
"sortField": {},
"dateRange": "last30Day",
"pageSize": 10
}Response body
Returns the documented upstream API response directly without an additional wrapper.
| Name | Type | Required | Description |
|---|---|---|---|
errcode | integer | optional | Business status code, 200 indicates success Example: 1 |
data | array | optional | Rank or detail data Example: [] |
costToken | integer | optional | Tokens consumed for this call, typically 14000 Example: 1 |
errmsg | string | optional | Status message, ok on success |
data[].creator_nickname | string | optional | Creator nickname |
data[].creator_handle | string | optional | TikTok profile name, e.g., @based |
data[].creator_id | string | optional | Creator unique ID, string format to avoid large integer precision loss Example: example-id |
data[].creator_followers | string | optional | Follower count, returned as string |
data[].content_views | string | optional | Total content views, returned as string |
data[].sales_volumn | integer | optional | Sales volume, field spelled as volumn Example: 1 |
data[].revenue | number | optional | Total revenue / GMV, returned in the requested currency Example: 1 |
data[].video_revenue | number | optional | Short video sales revenue Example: 1 |
data[].live_revenue | number | optional | Livestream sales revenue Example: 1 |
data[].revenue_growth_rate | number | optional | Revenue growth rate (%), can be positive or negative Example: 1 |
data[].creator_region | string | optional | Creator region |
data[].creator_status | string | optional | Creator status |
data[].creator_bio | string | optional | Creator bio |
data[].creator_belonged_shop_id | string | optional | Belonged shop ID Example: example-id |
data[].new_followers | integer | optional | New followers within the dateRange window Example: 1 |
data[].unit_price | number | optional | Unit price Example: 1 |
data[].video_number | integer | optional | Video count within the window Example: 1 |
data[].video_views | integer | optional | Total video views Example: 1 |
data[].video_gpm | number | optional | Video GPM Example: 1 |
data[].live_number | integer | optional | Livestream count within the window Example: 1 |
data[].live_views | integer | optional | Total livestream views Example: 1 |
data[].live_gpm | number | optional | Livestream GPM Example: 1 |
data[].product_number | integer | optional | Associated product count Example: 1 |
data[].shop_number | integer | optional | Associated shop count Example: 1 |
data[].creator_contact_email | string | optional | Contact email |
data[].creator_contact_ins | string | optional | Instagram contact |
data[].creator_contact_whatsapp | string | optional | WhatsApp contact |
data[].creator_contact_facebook | string | optional | Facebook contact |
data[].creator_contact_tiktok | string | optional | TikTok contact |
data[].creator_contact_zalo | string | optional | Zalo contact |
data[].creator_contact_line | string | optional | Line contact |
code | string | optional | Provider-specific status code. |
msg | string | optional | Provider-specific status message. |
message | string | optional | Provider-specific message. |
type | string | optional | Provider-specific render or payload type. |
title | string | optional | Provider-specific response title. |
sourceType | string | optional | Provider-specific source platform type. |
sourceTool | string | optional | Provider-specific source tool name. |
costTime | integer | optional | Execution time reported by the upstream provider. |
page | integer | optional | Current page returned by the upstream provider. |
pageSize | integer | optional | Page size returned by the upstream provider. |
pageItemCount | integer | optional | Item count on the current page returned by the upstream provider. |
totalPage | integer | optional | Total page count returned by the upstream provider. |
dataSnapshotMonth | string | optional | Data snapshot month returned by the upstream provider. |
Response example
Direct response payload. No extra wrapper is added.
{
"errcode": 1,
"data": [
{
"creator_id": "example-id",
"sales_volumn": 1,
"revenue": 1,
"video_revenue": 1,
"live_revenue": 1,
"revenue_growth_rate": 1,
"creator_belonged_shop_id": "example-id",
"new_followers": 1,
"unit_price": 1,
"video_number": 1,
"video_views": 1,
"video_gpm": 1,
"live_number": 1,
"live_views": 1,
"live_gpm": 1,
"product_number": 1,
"shop_number": 1
}
],
"costToken": 1
}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.