tiktok/creator/video-detailed-stats
Retrieve detailed segmented statistics for a specified TikTok video within a given calendar month. Supports analyzing new followers, likes, comments, shares, product views, and video completion rates across different tim...
Input
Idle
Example output — click Run to generate your own
API README
Get Video Detailed Statistics
Purpose:
- Retrieve detailed segmented statistics for a specified TikTok video within a given calendar month.
- Supports analyzing new followers, likes, comments, shares, product views, and video completion rates across different time segments (daily/weekly/monthly).
- Useful for deeply analyzing the performance changes of a single video over time, optimizing content strategies and promotional outcomes.
Notes:
- Requires item_id (video ID).
- Time range is based on the calendar month of start_date.
- Large datasets will be automatically segmented based on granularity (daily/weekly/monthly).
Return Description:
segments:time_selector: Time filtering parameters (period, granularity, start_timestamp, end_timestamp)filter: Query conditions (creator_id, item_id)timed_stats: Segmented statistics liststart_timestamp: Start timestampend_timestamp: End timestampstats:creator_id: Creator IDitem_id: Video IDnew_follower_cnt: Number of new followersshare_cnt: Number of sharescomment_cnt: Number of commentslike_cnt: Number of likesproduct_view_cnt: Number of product viewsvideo_completion_rate: Video completion rate (string, range 0-1)
Example Request Body:
{
"cookie": "your_cookie",
"start_date": "04-01-2025",
"item_id": "7496499484705246507"
}
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

