get_pins
Retrieve Juejin pins (short posts) filtered by topic and sorted by recency. Includes sentiment analysis and trend information to help understand community discussions.
Instructions
获取掘金沸点列表,支持话题、排序等参数,包含情感分析和趋势信息
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 返回数量限制 | |
| cursor | No | 分页游标 | |
| topic_id | No | 话题ID过滤 | |
| sort_type | No | 排序类型:300最新 | |
| include_sentiment | No | 是否包含情感分析 | |
| include_trend_info | No | 是否包含趋势信息 |