Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
start_date 当月起 1 个自然月(如传入 2025-04-01,则统计整个 4 月的数据)。segments(分段数据列表):time_selector: 时间范围设置(周期、起止时间戳、时区、语言)filter.creator_id: 创作者 IDtimed_stats: 每个时间段(通常按日或月分段)的直播表现数据,包含:live_revenue.amount: 直播带货收入live_show_gpm.amount: 直播场均带货收入new_follower_cnt: 新增粉丝数量sku_order_paid_cnt: 已付款 SKU 数量item_sold_cnt: 成交商品件数product_view: 商品曝光次数(浏览量)product_click: 商品点击次数live_pay_order_ucnt: 直播支付订单人数live_ctr: 直播点击率(Click-Through Rate)live_co: 直播转化率(Conversion Rate)live_like_cnt: 直播点赞次数live_comment_cnt: 直播评论次数live_show_cnt: 直播场次live_watch_cnt: 直播观看人数MM-DD-YYYY),如 04-01-2025http://username:password@host:portstart_date (e.g., input 04-01-2025 will fetch data for the entire April 2025).segments (List of segmented data):time_selector: Time period settings (period, start/end timestamps, timezone, locale)filter.creator_id: Creator IDtimed_stats: Live performance statistics per time segment, including:live_revenue.amount: Live streaming revenuelive_show_gpm.amount: Average revenue per live shownew_follower_cnt: Number of new followerssku_order_paid_cnt: Number of SKUs paiditem_sold_cnt: Number of items soldproduct_view: Number of product viewsproduct_click: Number of product clickslive_pay_order_ucnt: Number of unique users who placed live orderslive_ctr: Live Click-Through Rate (CTR)live_co: Live Conversion Rate (CO)live_like_cnt: Number of live likeslive_comment_cnt: Number of live commentslive_show_cnt: Number of live sessionslive_watch_cnt: Number of live viewersMM-DD-YYYY, e.g., 04-01-2025http://username:password@host:port{
"cookie": "your_cookie",
"start_date": "04-01-2025"
}Authorization: Bearer ********************{
"cookie": "Your_Cookie_String",
"proxy": "string",
"start_date": "04-01-2025"
}curl --location --request POST 'https://api.tikhub.io/api/v1/tiktok/creator/get_live_analytics_summary' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cookie": "Your_Cookie_String",
"proxy": "string",
"start_date": "04-01-2025"
}'{
"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
}