获取作品的统计数据/Get video metrics

TikTokapi

About

获取作品的统计数据/Get video metrics

Documentation

获取作品的统计数据/Get video metrics

[中文]

用途:

  • 获取TikTok视频的详细统计数据,包括观看量、点赞数、评论数和收藏数等核心指标
  • 提供总量统计以及从发布日期起14天的每日趋势数据,便于分析视频表现
  • 帮助创作者分析内容效果,评估用户互动情况,优化内容策略

参数:

  • item_id: 视频作品ID,必填参数,可从视频分享链接或TikTok Studio获取

返回内容说明:

  • item_id: 请求的视频ID
  • video_views: 视频总观看次数
    • value: 观看次数数值
  • video_views_14_days: 近14天的每日观看量趋势数据
    • interval: 数据间隔类型
    • value: 每日数据列表
  • likes: 视频总点赞数
    • value: 点赞数值
  • likes_14_days: 近14天的每日点赞数趋势数据
  • comments: 视频总评论数
    • value: 评论数值
  • comments_14_days: 近14天的每日评论数趋势数据
  • favorites: 视频总收藏数
    • value: 收藏数值
  • favorites_14_days: 近14天的每日收藏数趋势数据
  • video_summary: 视频表现的概览分析
    • title: 概览标题
    • content: 概览内容
    • summary_type: 概览类型

示例响应:

{
  "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."
    }
  }
}

[English]

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 ID
  • video_views: Total number of video views
    • value: View count value
  • video_views_14_days: Daily view trends for the past 14 days
    • interval: Data interval type
    • value: List of daily data
  • likes: Total number of likes on the video
    • value: Like count value
  • likes_14_days: Daily like trends for the past 14 days
  • comments: Total number of comments on the video
    • value: Comment count value
  • comments_14_days: Daily comment trends for the past 14 days
  • favorites: Total number of times the video was favorited
    • value: Favorite count value
  • favorites_14_days: Daily favorite trends for the past 14 days
  • video_summary: Overview analysis of video performance
    • title: Overview title
    • content: Overview content
    • summary_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.

Try 获取作品的统计数据/Get video metrics

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models