Nexscope

TikTok Creator Analytics 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

Search TikTok Shop creator leaderboards and profiles with follower, revenue, GPM, contact, region, date, and associated-shop data.

Try this API
Endpoint
https://api.nexscope.ai/api/skill-api/v1/skills/tiktok-creator-analytics/run
MCP method
nexscope_tiktok_creator_analytics

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/tiktok-creator-analytics/run

Run an API

Request parameters documented by ecommerce.tiktok-creator-analytics.

Slugtiktok-creator-analytics
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/tiktok-creator-analytics/run \
  -H "Authorization: Bearer nk-xxxxxxxxxxxxxxxxx" \
  -H "Content-Type: application/json" \
  -d '{   "dateRange": "last30Day",   "sortField": {},   "creatorId": "68616495085350913",   "region": "US",   "pageNumber": 1,   "pageSize": 10 }'
All categories/ TikTok / Social Commerce
POSThttps://api.nexscope.ai/api/skill-api/v1/skills/tiktok-creator-analytics/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/tiktok-creator-analytics/run
AuthBearer API key
Content-Typeapplication/json

Request body

NameTypeRequiredDescription
regionstringoptional
Region/market code, e.g., US
Example: US
dateRangestringoptional
Time range, e.g., last7Day, last30Day
Example: last30Day
pageNumberintegeroptional
Page number, value range 1-5
Example: 1
pageSizeintegeroptional
Items per page, value range 5-100
Example: 10
languagestringoptional
Return language, e.g., zh-CN, en-US
currencystringoptional
Currency unit, e.g., USD
sortFieldobjectoptional
Sort criteria; pass an empty object {} for default rank order when not sorting
Example: {}
category_idsarrayoptional
Category ID list filter
Example: []
shop_idstringoptional
Shop ID filter
revenue_rangestringoptional
Revenue / GMV range filter
creator_typestringoptional
Creator type filter
followers_rangestringoptional
Follower range filter
engagement_ratestringoptional
Engagement-rate filter
creatorIdstringoptional
Creator unique ID, e.g., 7153432386608251946, obtainable from the creator_id in the creator rank response
Example: 68616495085350913

Request example

{
  "dateRange": "last30Day",
  "sortField": {},
  "creatorId": "68616495085350913",
  "region": "US",
  "pageNumber": 1,
  "pageSize": 10
}

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.dataarrayoptional
Rank or detail data
Example: []
data.costTokenintegeroptional
Tokens consumed for this call, typically 14000
Example: 1
data.data[].creator_nicknamestringoptional
Creator nickname
Example: null
data.data[].creator_handlestringoptional
TikTok profile name, e.g., @based
Example: null
data.data[].creator_idstringoptional
Creator unique ID, string format to avoid large integer precision loss
Example: example-id
data.data[].creator_followersstringoptional
Follower count, returned as string
Example: null
data.data[].content_viewsstringoptional
Total content views, returned as string
Example: null
data.data[].sales_volumnintegeroptional
Sales volume, field spelled as volumn
Example: 1
data.data[].revenuenumberoptional
Total revenue / GMV, returned in the requested currency
Example: 1
data.data[].video_revenuenumberoptional
Short video sales revenue
Example: 1
data.data[].live_revenuenumberoptional
Livestream sales revenue
Example: 1
data.data[].revenue_growth_ratenumberoptional
Revenue growth rate (%), can be positive or negative
Example: 1
data.data[].creator_regionstringoptional
Creator region
Example: null
data.data[].creator_statusstringoptional
Creator status
Example: null
data.data[].creator_biostringoptional
Creator bio
Example: null
data.data[].creator_belonged_shop_idstringoptional
Belonged shop ID
Example: example-id
data.data[].new_followersintegeroptional
New followers within the dateRange window
Example: 1
data.data[].unit_pricenumberoptional
Unit price
Example: 1
data.data[].video_numberintegeroptional
Video count within the window
Example: 1
data.data[].video_viewsintegeroptional
Total video views
Example: 1
data.data[].video_gpmnumberoptional
Video GPM
Example: 1
data.data[].live_numberintegeroptional
Livestream count within the window
Example: 1
data.data[].live_viewsintegeroptional
Total livestream views
Example: 1
data.data[].live_gpmnumberoptional
Livestream GPM
Example: 1
data.data[].product_numberintegeroptional
Associated product count
Example: 1
data.data[].shop_numberintegeroptional
Associated shop count
Example: 1
data.data[].creator_contact_emailstringoptional
Contact email
Example: null
data.data[].creator_contact_insstringoptional
Instagram contact
Example: null
data.data[].creator_contact_whatsappstringoptional
WhatsApp contact
Example: null
data.data[].creator_contact_facebookstringoptional
Facebook contact
Example: null
data.data[].creator_contact_tiktokstringoptional
TikTok contact
Example: null
data.data[].creator_contact_zalostringoptional
Zalo contact
Example: null
data.data[].creator_contact_linestringoptional
Line contact
Example: null
data.typestringoptional
Provider-specific render or payload type.
Example: null
data.titlestringoptional
Provider-specific response title.
Example: null
data.sourceTypestringoptional
Provider-specific source platform type.
Example: null
data.sourceToolstringoptional
Provider-specific source tool name.
Example: null
data.costTimeintegeroptional
Execution time reported by the upstream provider.
Example: null
data.pageintegeroptional
Current page returned by the upstream provider.
Example: null
data.pageSizeintegeroptional
Page size returned by the upstream provider.
Example: null
data.pageItemCountintegeroptional
Item count on the current page returned by the upstream provider.
Example: null
data.totalPageintegeroptional
Total page count returned by the upstream provider.
Example: null
data.dataSnapshotMonthstringoptional
Data snapshot month returned by the upstream provider.
Example: null

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": [
      {
        "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
  },
  "code": 0,
  "msg": null,
  "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

Use the MCP endpoint when an agent needs to discover and call API tools with JSON-RPC.

GET /api/skill-api/v1/mcp
POST /api/skill-api/v1/mcp
Authorization: Bearer nk-xxxxxxxxxxxxxxxxx
Content-Type: application/json

Call a tool

{
  "jsonrpc": "2.0",
  "id": "tool-call-1",
  "method": "tools/call",
  "params": {
    "name": "nexscope_tiktok_creator_analytics",
    "arguments": {
      "dateRange": "last30Day",
      "sortField": {},
      "creatorId": "68616495085350913",
      "region": "US",
      "pageNumber": 1,
      "pageSize": 10
    }
  }
}

Online test

Execute the current API with your API key and JSON payload.

15 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/tiktok-creator-analytics/run
MCP method
nexscope_tiktok_creator_analytics
cURL
curl -X POST \
  https://api.nexscope.ai/api/skill-api/v1/skills/tiktok-creator-analytics/run \
  -H "Authorization: Bearer nk-..." \
  -H "Content-Type: application/json" \
  -d '{ "dateRange": "last30Day", "sortField": {}, "creatorId": "68616495085350913", "region": "US", "pageNumber": 1, "pageSize": 10 }'
Response
No response yet. Run the request to see the response here.