知乎 — 内容搜索
SpiderHubs OpenAPI 文档:知乎 — 内容搜索,分类 知乎。接口 GET /openapi/v1/contentcreator/zhihu/web/fetch_article_search_v3。按关键词搜索知乎内容,返回文章与回答的混合流。回答条目带所属问题(object.question....
OpId:
zh-content-search · 最近更新: 2026-05-23说明
按关键词搜索知乎内容,返回文章与回答的混合流。回答条目带所属问题(object.question.id / name),可据此反查问题做需求挖掘。
基础信息
- Endpoint:
- GET /openapi/v1/contentcreator/zhihu/web/fetch_article_search_v3
- 计费:
- 1 积分 / 次
- 限流:
- 300 次 / 分钟 / 用户
请求参数说明
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| keyword | string | 是 | 搜索关键词 |
| offset | string | 否 | 偏移量,翻页时按 limit 递增 |
| limit | string | 否 | 每页条数,默认 20 |
请求示例 · cURL
curl 'https://api.spiderhubs.com/openapi/v1/contentcreator/zhihu/web/fetch_article_search_v3?keyword=%E5%87%8F%E8%84%82%E9%A4%90&offset=0&limit=20' \
-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 调用接口。