获取帖子评论/Get post comments

Threadsapi

About

获取帖子评论/Get post comments

Documentation

获取帖子评论/Get post comments

[中文]

用途:

  • 获取Threads帖子评论列表
  • 价格:0.002$ / 次

参数:

  • post_id: 帖子ID,例如:3390920896561588969
  • end_cursor: 分页游标(可选),用于获取下一页数据

返回:

  • 帖子评论列表数据,包含:
    • comments: 评论列表
    • next_cursor: 下一页游标
    • has_more: 是否有更多数据

[English]

Purpose:

  • Get Threads post comments list
  • Price: 0.002$ / time

Parameters:

  • post_id: Post ID, for example: 3390920896561588969
  • end_cursor: Pagination cursor (optional), used to get next page data

Return:

  • Post comments list data, including:
    • comments: Comment list
    • next_cursor: Next page cursor
    • has_more: Has more data

[示例/Example]

post_id = "3390920896561588969" end_cursor = None # or a cursor string from previous response

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 获取帖子评论/Get post comments

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models