curl --request GET \
--url 'https://api.keyapi.ai/v1/tiktok/influencer/trends/analytics' \
--header 'Authorization: Bearer <YOUR_API_KEY>'{
"code": 0,
"message": "success",
"data": [
{
"dt": "2025-08-02",
"total_comments_cnt": 301218,
"total_digg_1d_cnt": 2,
"total_digg_cnt": 10922916,
"total_followers_1d_cnt": -11,
"total_followers_cnt": 181667,
"total_live_cnt": 2,
"total_post_video_cnt": 11210,
"total_sale_1d_cnt": 0,
"total_sale_gmv_1d_amt": 0,
"total_shares_cnt": 26660,
"total_views_cnt": 169385317,
"user_id": "3993047"
}
],
"requestId": "bca6d3f8-54b9-455a-bd30-fef73969698c"
}Retrieve historical trend snapshots for a TikTok influencer, showing follower growth curves, view trends, and engagement rate changes over time.
curl --request GET \
--url 'https://api.keyapi.ai/v1/tiktok/influencer/trends/analytics' \
--header 'Authorization: Bearer <YOUR_API_KEY>'{
"code": 0,
"message": "success",
"data": [
{
"dt": "2025-08-02",
"total_comments_cnt": 301218,
"total_digg_1d_cnt": 2,
"total_digg_cnt": 10922916,
"total_followers_1d_cnt": -11,
"total_followers_cnt": 181667,
"total_live_cnt": 2,
"total_post_video_cnt": 11210,
"total_sale_1d_cnt": 0,
"total_sale_gmv_1d_amt": 0,
"total_shares_cnt": 26660,
"total_views_cnt": 169385317,
"user_id": "3993047"
}
],
"requestId": "bca6d3f8-54b9-455a-bd30-fef73969698c"
}π€ 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.
Creator user ID (numeric string)
Filter by time range, in yyyy-MM-dd format
Filter by time range, in yyyy-MM-dd format
Page numbers start from 1 and go up to a maximum of 100,000.
The maximum number of pages is 10.