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: 创作者账号 IDlist_control:rules: 列表排序规则(通常按发布时间降序)next_pagination: 翻页信息(是否有更多页,当前页,总页数,总记录数)timed_lists: 每个时间段内的视频数据,包括:video_meta:item_id: 视频 Item IDname: 视频标题publish_time: 视频发布时间(Unix 时间戳)duration: 视频时长(秒)video_play_info: 视频播放资源信息(封面图、播放链接等)new_follower_cnt: 视频期间新增粉丝数vv_cnt: 视频播放量ctr: 商品点击率(Click Through Rate)gmv.amount: 视频带货产生的总 GMV 金额item_sold_cnt: 视频带动的商品售出数量direct_gmv.amount: 直接带货 GMVcompletion_rate: 视频观看完成率0"VIDEO_LIST_PUBLISH_TIME":按发布时间排序"VIDEO_LIST_GMV":按商品交易总额排序"VIDEO_LIST_DIRECT_GMV":按直接商品交易总额排序"VIDEO_LIST_VV_CNT":按观看人次数排序"VIDEO_LIST_ITEM_SOLD_CNT":按成交件数排序"VIDEO_LIST_CTR":按商品点击率排序"VIDEO_LIST_COMPLETION_RATE":按观看完播率排序"VIDEO_LIST_LIKE_CNT":按点赞数排序"VIDEO_LIST_NEW_FOLLOWER_CNT":按新增粉丝数排序http://username:password@host:portsegments (List of segmented data):time_selector: Time range settings (start/end timestamps, timezone, locale)filter.creator_id: Creator account IDlist_control:rules: List sorting rules (typically by publish time descending)next_pagination: Pagination information (has more pages, current page, total pages, total records)timed_lists: List of videos for each time range, including:video_meta:item_id: Video Item IDname: Video titlepublish_time: Video publish time (Unix timestamp)duration: Video duration (seconds)video_play_info: Video play resources (cover image, playback URL, etc.)new_follower_cnt: Number of new followers during the video's periodvv_cnt: Video views countctr: Click Through Rate for associated productsgmv.amount: Gross Merchandise Value generated by the videoitem_sold_cnt: Number of items sold due to the videodirect_gmv.amount: Direct GMV from the videocompletion_rate: Video completion rate0"VIDEO_LIST_PUBLISH_TIME": Sort by video publish time"VIDEO_LIST_GMV": Sort by gross merchandise value (GMV)"VIDEO_LIST_DIRECT_GMV": Sort by direct GMV"VIDEO_LIST_VV_CNT": Sort by video view count"VIDEO_LIST_ITEM_SOLD_CNT": Sort by number of items sold"VIDEO_LIST_CTR": Sort by click-through rate"VIDEO_LIST_COMPLETION_RATE": Sort by video completion rate"VIDEO_LIST_LIKE_CNT": Sort by number of likes"VIDEO_LIST_NEW_FOLLOWER_CNT": Sort by number of new followershttp://username:password@host:port{
"cookie": "your_cookie",
"start_date": "04-01-2025",
"page": 0
}Authorization: Bearer ********************{
"cookie": "Your_Cookie_String",
"proxy": "string",
"start_date": "04-01-2025",
"page": 0,
"rules": "VIDEO_LIST_PUBLISH_TIME"
}curl --location --request POST 'https://api.tikhub.io/api/v1/tiktok/creator/get_video_list_analytics' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cookie": "Your_Cookie_String",
"proxy": "string",
"start_date": "04-01-2025",
"page": 0,
"rules": "VIDEO_LIST_PUBLISH_TIME"
}'{
"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
}