获取视频评论关键词分析/Get comment keywords analysis

TikTokapi

About

获取视频评论关键词分析/Get comment keywords analysis

Documentation

获取视频评论关键词分析/Get comment keywords analysis

[中文]

用途:

  • 分析视频评论中出现的热门关键词和话题,挖掘用户反馈
  • 提取观众评论中的主要内容和观点,帮助理解受众关注点
  • 支持创作者优化内容策略,增强与观众的互动和连接

参数:

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

返回内容说明:

  • item_id: 请求的视频ID
  • key_words: 评论中提取的关键词列表,包含以下字段:
    • key_word: 关键词文本
    • comments: 包含该关键词的评论列表,每条评论包含:
      • cid: 评论ID
      • text: 评论内容
      • create_date: 评论创建时间戳
      • digg_count: 评论获赞数量
      • comment_type: 评论类型
      • comment_author: 评论作者信息
        • uid: 用户ID
        • nick_name: 用户昵称
        • cover: 用户头像信息
          • url_list: 头像URL列表

示例响应:

{
  "code": 200,
  "router": "/api/v1/tiktok/analytics/fetch_comment_keywords",
  "params": {
    "item_id": "7502551047378832671"
  },
  "data": {
    "item_id": "7502551047378832671",
    "key_words": [
      {
        "key_word": "tik tok",
        "comments": [
          {
            "cid": "7502621950457463574",
            "comment_author": {
              "nick_name": "ollie_russell05",
              "uid": "7332627012203414560"
            },
            "create_date": 1746840350,
            "digg_count": 17,
            "text": "Imagine been tik tok and only getting 700 likes 🥀🙏😭"
          }
        ]
      },
      {
        "key_word": "go viral",
        "comments": [
          {
            "cid": "7502743477604680465",
            "comment_author": {
              "nick_name": "★ 🇦🇫",
              "uid": "7274239704915149829"
            },
            "create_date": 1746868614,
            "digg_count": 13,
            "text": "I want to go viral"
          }
        ]
      }
    ]
  }
}

[English]

Purpose:

  • Analyze popular keywords and topics in video comments to uncover user feedback
  • Extract main content and opinions from audience comments to understand viewer focus points
  • Support creators in optimizing content strategy and enhancing audience engagement and connection

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
  • key_words: List of keywords extracted from comments, including:
    • key_word: Keyword text
    • comments: List of comments containing this keyword, each comment includes:
      • cid: Comment ID
      • text: Comment content
      • create_date: Comment creation timestamp
      • digg_count: Number of likes on the comment
      • comment_type: Comment type
      • comment_author: Comment author information
        • uid: User ID
        • nick_name: User nickname
        • cover: User avatar information
          • url_list: List of avatar URLs

Example Response:

{
  "code": 200,
  "router": "/api/v1/tiktok/analytics/fetch_comment_keywords",
  "params": {
    "item_id": "7502551047378832671"
  },
  "data": {
    "item_id": "7502551047378832671",
    "key_words": [
      {
        "key_word": "tik tok",
        "comments": [
          {
            "cid": "7502621950457463574",
            "comment_author": {
              "nick_name": "ollie_russell05",
              "uid": "7332627012203414560"
            },
            "create_date": 1746840350,
            "digg_count": 17,
            "text": "Imagine been tik tok and only getting 700 likes 🥀🙏😭"
          }
        ]
      },
      {
        "key_word": "go viral",
        "comments": [
          {
            "cid": "7502743477604680465",
            "comment_author": {
              "nick_name": "★ 🇦🇫",
              "uid": "7274239704915149829"
            },
            "create_date": 1746868614,
            "digg_count": 13,
            "text": "I want to go viral"
          }
        ]
      }
    ]
  }
}

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 获取视频评论关键词分析/Get comment keywords analysis

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

Open in Playground

Related Models