Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
http://username:password@host:portsegments(数据分段列表):time_selector: 时间筛选条件(period, granularity, start_timestamp, end_timestamp)filter: 查询条件(creator_id, item_id)timed_stats: 按时间段返回的统计数据列表start_timestamp: 开始时间戳end_timestamp: 结束时间戳stats:creator_id: 创作者账号 IDitem_id: 视频 IDnew_follower_cnt: 新增粉丝数量share_cnt: 分享次数comment_cnt: 评论次数like_cnt: 点赞次数product_view_cnt: 商品浏览量video_completion_rate: 视频完播率(字符串,0-1){
"cookie": "your_cookie",
"start_date": "04-01-2025",
"item_id": "7496499484705246507"
}segments:time_selector: Time filtering parameters (period, granularity, start_timestamp, end_timestamp)filter: Query conditions (creator_id, item_id)timed_stats: Segmented statistics liststart_timestamp: Start timestampend_timestamp: End timestampstats:creator_id: Creator IDitem_id: Video IDnew_follower_cnt: Number of new followersshare_cnt: Number of sharescomment_cnt: Number of commentslike_cnt: Number of likesproduct_view_cnt: Number of product viewsvideo_completion_rate: Video completion rate (string, range 0-1){
"cookie": "your_cookie",
"start_date": "04-01-2025",
"item_id": "7496499484705246507"
}Authorization: Bearer ********************{
"cookie": "Your_Cookie_String",
"proxy": "string",
"start_date": "04-01-2025",
"item_id": "string"
}curl --location --request POST 'https://api.tikhub.io/api/v1/tiktok/creator/get_video_detailed_stats' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cookie": "Your_Cookie_String",
"proxy": "string",
"start_date": "04-01-2025",
"item_id": "string"
}'{
"code": 200,
"request_id": "string",
"message": "Request successful. This request will incur a charge.",
"message_zh": "请求成功,本次请求将被计费。",
"support": "Discord: https://discord.gg/aMEAS8Xsvz",
"time": "string",
"time_stamp": 0,
"time_zone": "America/Los_Angeles",
"docs": "string",
"cache_message": "string",
"cache_message_zh": "string",
"cache_url": "string",
"router": "",
"params": {},
"data": null
}