获取评论的子评论列表/Get comment replies
Instagramapi
About
获取评论的子评论列表/Get comment replies
Documentation
获取评论的子评论列表/Get comment replies
[中文]
用途:
- 获取指定评论下的子评论(二级评论/回复),支持分页
参数:
- media_id: 帖子ID(媒体ID)
- comment_id: 父评论ID(从fetch_post_comments_v2返回的评论pk字段获取)
- min_id: 分页游标,首次请求不传,从上一次响应的
page_info.next_min_id字段获取
返回:
child_comments: 子评论列表,每个评论包含:pk: 评论IDtext: 评论内容created_at/created_at_utc: 评论时间戳user: 评论者信息(pk, username, full_name, is_verified, profile_pic_url等)comment_like_count: 评论点赞数parent_comment_id: 父评论IDhas_translation: 是否有翻译
child_comment_count: 子评论总数has_more_tail_child_comments: 是否有更多子评论next_min_child_cursor: 下一页游标page_info: 分页信息汇总
价格:
- 0.001 USD/请求
[English]
Purpose:
- Get child comments (replies) under a specific comment with pagination
Parameters:
- media_id: Post ID (Media ID)
- comment_id: Parent comment ID (get from pk field in fetch_post_comments_v2 response)
- min_id: Pagination cursor, omit for first request, get from previous response's
page_info.next_min_id
Return:
child_comments: Child comment list, each comment contains:pk: Comment IDtext: Comment contentcreated_at/created_at_utc: Comment timestampuser: Commenter info (pk, username, full_name, is_verified, profile_pic_url, etc.)comment_like_count: Comment like countparent_comment_id: Parent comment IDhas_translation: Has translation
child_comment_count: Total child comment counthas_more_tail_child_comments: Has more child commentsnext_min_child_cursor: Next page cursorpage_info: Pagination info summary
Price:
- 0.001 USD/request
[示例/Example]
media_id = "3766120364183949816" comment_id = "17871667485468098" min_id = ""
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.
Try 获取评论的子评论列表/Get comment replies
Test this model in the Sandbase Playground with your own prompts.
Open in PlaygroundRelated Models
获取国家城市列表/Get cities by countryInstagramapi获取探索页面分类/Get explore page sectionsInstagramapi获取话题标签下的帖子/Get posts by hashtagInstagramapi获取地点信息/Get location infoInstagramapi获取地点下的帖子/Get posts by locationInstagramapi获取城市地点列表/Get locations by cityInstagramapiMedia ID转Shortcode/Convert media ID to shortcodeInstagramapi获取使用特定音乐的帖子/Get posts using specific musicInstagramapi