Instagram modelsapi generation api

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_id Return:
  • child_comments: Child comment list, each comment contains:
    • pk: Comment ID
    • text: Comment content
    • created_at/created_at_utc: Comment timestamp
    • user: Commenter info (pk, username, full_name, is_verified, profile_pic_url, etc.)
    • comment_like_count: Comment like count
    • parent_comment_id: Parent comment ID
    • has_translation: Has translation
  • child_comment_count: Total child comment count
  • has_more_tail_child_comments: Has more child comments
  • next_min_child_cursor: Next page cursor
  • page_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.

Related Models