tiktok/creator/video-analytics-summary
Retrieve a video performance overview for a TikTok Shop creator account over a specified time range. By default, the API fetches data for the past 30 days (or full calendar month based on the platform settings). Useful f...
Input
Idle
Example output — click Run to generate your own
API README
Get Creator Video Overview
Purpose:
- Retrieve a video performance overview for a TikTok Shop creator account over a specified time range.
- By default, the API fetches data for the past 30 days (or full calendar month based on the platform settings).
- Useful for analyzing metrics like video count, views, new followers, and generated GMV.
Response Fields:
segments(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 sold
Notes:
- This API is only available for TikTok Shop creator accounts.
- If no data is available for a time segment, the
statsfield might be an empty{}.
Parameters:
- cookie: User Cookie string for authentication
- proxy: Optional HTTP proxy address, can be omitted if not used
- Example format:
http://username:password@host:port
- Example format:
Return:
- Creator account video performance overview
[Example]
{
"cookie": "your_cookie"
}
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

