TikTok modelsapi generation api

tiktok/analytics/comment-keywords

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 an...

Input
Idle

Example output — click Run to generate your own

API README

Get comment keywords analysis

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.

Related Models

tiktok/analytics/creator-info-and-milestonesRetrieve basic information and key metrics for TikTok creator accounts View creator growth journey and important achieved milestones Analyze creator account development trajectory, understand follower growth and content influence changestiktok/analytics/detect-fake-viewsAnalyze TikTok video traffic data using advanced algorithms to precisely detect potential fake views and unnatural engagement Evaluate content authenticity and traffic quality based on TikTok's Traffic Pool theory Provide comprehensive fraud risk analysis with in-depth assessment across 8 dimensions and 20+ metrics Deliver professional traffic quality reports and optimization recommendations for creators, MCN agencies, and content managerstiktok/analytics/video-metricsRetrieve 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 strategytiktok/ads/ads-detailRetrieve detailed information about a single TikTok ad, including creative content, creator info, and engagement data Analyze ad performance metrics such as views, likes, comments, and other core statistics Help advertisers and marketers gain deep insights into specific ad effectiveness and user feedbacktiktok/ads/configure-safetyGet the safety/availability config switches of TikTok Creative Center search modules Check whether top ads, keyword, hashtag, sound, creator searches are currently availabletiktok/ads/location-listGet the list of countries/regions supported by TikTok Creative Center Useful as a reference for the country_code parameter of other endpointstiktok/ads/query-suggestionsGet popular query suggestions for ad search Understand current popular ad search keywords and trends Help discover new creative directions and hot topicstiktok/ads/recommended-adsGet similar recommended ads based on a specified ad Discover excellent ad cases in the same industry or with similar styles Provide more references and inspiration for ad creativity