获取微博评论/Get post comments

Weiboapi

About

获取微博评论/Get post comments

Documentation

获取微博评论/Get post comments

[中文]

用途:

  • 获取指定微博的一级评论列表(也适用于视频评论)。

参数:

  • status_id: 微博ID或视频ID(必填)
  • max_id: 翻页游标,首次请求不传,后续请求使用返回的max_id值
    • max_id json path: $.data.moreInfo.params.max_id
  • sort_type: 评论排序类型
    • 0: 按热度排序(默认)
    • 1: 按时间排序

返回:

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

注意:

  • 每次返回约20条评论
  • 当没有更多评论时,max_id 为空或相同

[English]

Purpose:

  • Get the first-level comment list of specified post (also works for video comments).

Parameters:

  • status_id: Post ID or Video ID (required)
  • max_id: Pagination cursor, don't pass for first request, use returned max_id for subsequent requests
    • max_id json path: $.data.moreInfo.params.max_id
  • sort_type: Comment sort type
    • 0: Sort by popularity (default)
    • 1: Sort by time

Return:

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

Note:

  • About 20 comments per page
  • When no more comments, max_id is empty or same

[示例/Example]

status_id = "5258708168476831" max_id = None # First page sort_type = "0" # Sort by popularity

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