Skip to main content
GET
/
v1
/
tiktok
/
product
/
creators
/
analytics
cURL
curl --request GET \
  --url 'https://api.keyapi.ai/v1/tiktok/product/creators/analytics' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "code": 0,
  "message": "success",
  "data": [
    {
      "avatar": "https://echosell-images.tos-ap-southeast-1.volces.com/user-avatar/240/MS4wLjABAAAAi_aA0G6-PDRql3EC9KSWlgzM1nYE6wLBwfcM0W7Wj-UpiqjrscMhKsWsQbQyPCHg.jpg",
      "category": "Beauty",
      "nick_name": "\" Ishaaaaaaaa πŸ‘€",
      "per_product_ifl_gmv_amt": 0,
      "per_product_ifl_sale_cnt": 0,
      "product_id": "1729492547846767618",
      "region": "MY",
      "total_digg_cnt": 39800,
      "total_followers_cnt": 2330,
      "total_following_cnt": 598,
      "total_live_cnt": 0,
      "total_live_views_cnt": 0,
      "total_post_video_cnt": 9,
      "total_views_cnt": 358710,
      "user_id": "7122344901288068123"
    }
  ],
  "requestId": "0d60e8e3-150a-4d5f-9946-379b17d3266d"
}
πŸͺ™1 creditper request

Copy for AI

πŸ€– Why Code When AI Can Do It For You?

Stop writing code like it’s 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.

Authorizations

Authorization
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx Get your API key from the Dashboard.

Query Parameters

product_id
string
required

Product unique ID

product_influencer_sort_field
integer

List sorting enumeration 1=total_followers_cnt 2=total_digg_cnt 3=per_product_ifl_sale_cnt 4=per_product_ifl_gmv_amt 5=total_post_video_cnt 6=total_views_cnt 7=total_live_views_cnt

sort_type
integer

Sort order 0=asc 1=desc

page_num
integer
required

Page numbers start from 1 and go up to a maximum of 100,000.

page_size
integer
required

The maximum number of pages is 10.

Response

Success

code
integer
required
message
string
required
data
object[]
required
requestId
string
required