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 IDkey_words: List of keywords extracted from comments, including:key_word: Keyword textcomments: List of comments containing this keyword, each comment includes:cid: Comment IDtext: Comment contentcreate_date: Comment creation timestampdigg_count: Number of likes on the commentcomment_type: Comment typecomment_author: Comment author informationuid: User IDnick_name: User nicknamecover: User avatar informationurl_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.

