weibo/web-v2/post-comments
Get the first-level comment list of specified post.
Input
Idle
Example output — click Run to generate your own
API README
Get Weibo comments
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.

