Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
segments(分段数据列表):time_selector: 时间范围设置信息(周期、起止时间戳、时区、语言)filter.creator_id: 创作者账号 IDtimed_stats: 每个时间段的视频表现数据,包含:vv_cnt: 视频播放量(Video Views Count)new_follower_cnt: 新增粉丝数量video_cnt: 发布视频数量gmv.amount: 视频带货产生的 GMV 金额items_sold: 售出商品数量stats 字段可能为空 {}。http://username:password@host:portsegments (List of segmented data):time_selector: Time period settings (period, start/end timestamps, timezone, locale)filter.creator_id: Creator account IDtimed_stats: Video performance statistics for each time segment, including:vv_cnt: Video Views Countnew_follower_cnt: Number of new followersvideo_cnt: Number of videos publishedgmv.amount: Gross Merchandise Value generated by videositems_sold: Number of items soldstats field might be an empty {}.http://username:password@host:port{
"cookie": "your_cookie"
}Authorization: Bearer ********************{
"cookie": "Your_Cookie_String",
"proxy": "string"
}curl --location --request POST 'https://api.tikhub.io/api/v1/tiktok/creator/get_video_analytics_summary' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cookie": "Your_Cookie_String",
"proxy": "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
}