获取微博评论/Get Weibo comments

Weiboapi

About

获取微博评论/Get Weibo comments

Documentation

获取微博评论/Get Weibo comments

[中文]

用途:

  • 获取指定微博的一级评论列表。

参数:

  • id: 微博ID(必填)
  • count: 评论数量(默认10)
  • max_id: 翻页游标,首次请求传空,后续请求使用返回的max_id值

返回:

  • 评论列表数据,包含评论内容、评论者信息、点赞数等
  • 包含 max_id 字段用于翻页

注意:

  • 当没有更多评论时,max_id 为空

[English]

Purpose:

  • Get the first-level comment list of specified post.

Parameters:

  • id: Weibo post ID (required)
  • count: Number of comments (default 10)
  • max_id: Pagination cursor, pass empty for first request, use returned max_id for subsequent requests

Return:

  • Comment list data, including comment content, commenter info, likes count
  • Contains max_id field for pagination

Note:

  • When no more comments, max_id is empty

[示例/Example]

id = "5283919831764022" count = 10 max_id = ""

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

Try 获取微博评论/Get Weibo comments

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

Open in Playground

Related Models