instagram/v1/comment-replies
Get child comments (replies) under a specific comment with pagination
Input
Idle
Example output — click Run to generate your own
API README
Get comment replies
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_idReturn: 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.

