获取用户原创文章
get_user_articlesRetrieve original articles published by a specific Xueqiu user, excluding reposts, to track in-depth analysis and long-form posts from key investors. Specify user ID and optional pagination.
Instructions
获取指定雪球用户的原创文章(不含转发)。适合追踪大V的深度分析和长文。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 页码,默认1 | |
| count | No | 每页数量,默认10,最大20 | |
| user_id | Yes | 雪球用户ID(纯数字) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| posts | Yes | ||
| total | No | ||
| has_more | Yes | ||
| next_page | No |