tiktok/analytics/video-metrics
Retrieve detailed analytics data for TikTok videos, including views, likes, comments, and favorites Provide total statistics and daily trends for 14 days since the release date, facilitating video performance analysis He...
Input
Idle
Example output — click Run to generate your own
API README
Get video metrics
Purpose:
- Retrieve detailed analytics data for TikTok videos, including views, likes, comments, and favorites
- Provide total statistics and daily trends for 14 days since the release date, facilitating video performance analysis
- Help creators analyze content effectiveness, evaluate user engagement, and optimize content strategy
Parameters:
- item_id: Video ID, required parameter, can be obtained from video sharing links or TikTok Studio
Return Description:
item_id: The requested video IDvideo_views: Total number of video viewsvalue: View count value
video_views_14_days: Daily view trends for the past 14 daysinterval: Data interval typevalue: List of daily data
likes: Total number of likes on the videovalue: Like count value
likes_14_days: Daily like trends for the past 14 dayscomments: Total number of comments on the videovalue: Comment count value
comments_14_days: Daily comment trends for the past 14 daysfavorites: Total number of times the video was favoritedvalue: Favorite count value
favorites_14_days: Daily favorite trends for the past 14 daysvideo_summary: Overview analysis of video performancetitle: Overview titlecontent: Overview contentsummary_type: Overview type
Example Response:
{
"code": 200,
"router": "/api/v1/tiktok/analytics/fetch_video_metrics",
"params": {
"item_id": "7502551047378832671"
},
"data": {
"item_id": "7502551047378832671",
"video_views": {
"value": 1555500
},
"likes": {
"value": 11571
},
"comments": {
"value": 6920
},
"favorites": {
"value": 1243
},
"video_summary": {
"title": "Overview",
"content": "This post received more comments per view than most other posts."
}
}
}
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

