获取评论回复/Get comment replies

Instagramapi

About

获取评论回复/Get comment replies

Documentation

获取评论回复/Get comment replies

[中文]

用途:

  • 获取评论的回复列表
  • 需要先通过fetch_post_comments获取评论ID
  • 支持分页获取

参数:

  • code_or_url: 帖子Shortcode或完整URL
  • comment_id: 评论ID
  • pagination_token: 分页token,从上一次响应获取

返回:

  • data.items: 回复列表
  • pagination_token: 下一页token

价格:

  • 0.002 USD/请求

[English]

Purpose:

  • Get list of replies to a comment
  • Need to get comment ID from fetch_post_comments first
  • Support pagination

Parameters:

  • code_or_url: Post shortcode or full URL
  • comment_id: Comment ID
  • pagination_token: Pagination token from previous response

Return:

  • data.items: List of replies
  • pagination_token: Next page token

Price:

  • 0.002 USD/request

[示例/Example]

code_or_url = "DRhvwVLAHAG" comment_id = "18067775592012345"

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 Playground

Related Models