tiktok/creator/live-analytics-summary
Retrieve a summary of live streaming performance for a TikTok Shop creator account within a specified time range. By default, it covers one full calendar month starting from the provided `start_date` (e.g., input `04-01-...
Input
Idle
Example output — click Run to generate your own
API README
Get Creator Live Overview
Purpose:
- Retrieve a summary of live streaming performance for a TikTok Shop creator account within a specified time range.
- By default, it covers one full calendar month starting from the provided
start_date(e.g., input04-01-2025will fetch data for the entire April 2025).
Response Fields:
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 viewers
Notes:
- This API is only applicable to TikTok Shop creator accounts.
- Data is split by natural days during the live sessions.
Parameters:
- cookie: User Cookie string for authentication
- start_date: Query start date in the format
MM-DD-YYYY, e.g.,04-01-2025 - proxy: Optional HTTP proxy address, can be omitted if not used
- Example format:
http://username:password@host:port
- Example format:
Return:
- Creator live streaming performance overview
[Example]
{
"cookie": "your_cookie",
"start_date": "04-01-2025"
}
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

