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"
}Retrieve the list of TikTok creators who have promoted a specific product, with performance metrics including views, sales, and GMV generated per creator.
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"
}π€ 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.
Product unique ID
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 order 0=asc 1=desc
Page numbers start from 1 and go up to a maximum of 100,000.
The maximum number of pages is 10.