获取帖子评论
get_post_commentsRetrieve comments from any Xueqiu post using its post ID. Sort by newest or oldest and paginate through results to analyze community discussions.
Instructions
获取某篇雪球帖子下的评论。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 页码,默认1 | |
| sort | No | 排序:newest 或 oldest | newest |
| count | No | 每页数量,默认20,最大50 | |
| post_id | Yes | 帖子ID(纯数字) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| comments | Yes |