OpenAPI 文档/RedditGET

Reddit — 帖子详情(批量 30)

SpiderHubs OpenAPI 文档:Reddit — 帖子详情(批量 30),分类 Reddit。接口 GET /openapi/v1/contentcreator/reddit/app/fetch_post_details_batch_large。一次取最多 30 个帖子的详情,适合批量回填。

OpId: rd-post-details-batch-large · 最近更新: 2026-05-23

说明

一次取最多 30 个帖子的详情,适合批量回填。

基础信息

Endpoint:
GET /openapi/v1/contentcreator/reddit/app/fetch_post_details_batch_large
计费:
1 积分 / 次
限流:
300 次 / 分钟 / 用户

请求参数说明

参数类型必填说明
post_idsstring帖子 ID 列表,逗号分隔,最多 30 个
need_formatstringtrue 返回清洗后的精简结构
请求示例 · cURL
curl 'https://api.spiderhubs.com/openapi/v1/contentcreator/reddit/app/fetch_post_details_batch_large?post_ids=t3_1g8p5xg,t3_1unctej' \
  -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 调用接口。