OpenAPI 文档/RedditGET

Reddit — 搜索

SpiderHubs OpenAPI 文档:Reddit — 搜索,分类 Reddit。接口 GET /openapi/v1/contentcreator/reddit/app/fetch_dynamic_search。站内搜索:帖子 / 社区 / 评论 / 媒体 / 用户,多维过滤。

OpId: rd-search · 最近更新: 2026-05-23

说明

站内搜索:帖子 / 社区 / 评论 / 媒体 / 用户,多维过滤。

基础信息

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

请求参数说明

参数类型必填说明
querystring搜索关键词
search_typestring类型:post / community / comment / media / people
sortstring排序(post/comment/media 有效):RELEVANCE / HOT / TOP / NEW
time_rangestring时间范围(post/media 有效):all / year / month / week / day / hour
afterstring翻页游标
need_formatstringtrue 返回清洗后的精简结构
请求示例 · cURL
curl 'https://api.spiderhubs.com/openapi/v1/contentcreator/reddit/app/fetch_dynamic_search?query=chatgpt&search_type=post&sort=TOP' \
  -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 调用接口。