Reddit — 评论回复(二级)
SpiderHubs OpenAPI 文档:Reddit — 评论回复(二级),分类 Reddit。接口 GET /openapi/v1/contentcreator/reddit/app/fetch_comment_replies。获取某条评论下的二级回复。cursor 来自帖子评论接口返回。
OpId:
rd-comment-replies · 最近更新: 2026-05-23说明
获取某条评论下的二级回复。cursor 来自帖子评论接口返回。
基础信息
- Endpoint:
- GET /openapi/v1/contentcreator/reddit/app/fetch_comment_replies
- 计费:
- 1 积分 / 次
- 限流:
- 300 次 / 分钟 / 用户
请求参数说明
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| post_id | string | 是 | 帖子 ID |
| cursor | string | 是 | 评论游标(来自帖子评论接口) |
| sort_type | string | 否 | 排序:CONFIDENCE / NEW / TOP / HOT / CONTROVERSIAL / OLD / RANDOM |
| need_format | string | 否 | true 返回清洗后的精简结构 |
请求示例 · cURL
curl 'https://api.spiderhubs.com/openapi/v1/contentcreator/reddit/app/fetch_comment_replies?post_id=t3_1g8p5xg&cursor=xxxx' \
-H 'Authorization: Bearer sk_live_xxxxxxxxxxxxxxxxxxxxxxxx'响应示例
{
"code": 200,
"request_id": "...",
"data": { /* platform-native data — see endpoint reference for shape */ }
}开始调用 SpiderHubs API
使用账户中心生成的 API Key,通过 Authorization: Bearer sk_live_xxx 调用接口。