知乎 — 用户搜索
SpiderHubs OpenAPI 文档:知乎 — 用户搜索,分类 知乎。接口 GET /openapi/v1/contentcreator/zhihu/web/fetch_user_search_v3。按关键词搜索知乎用户,用于找领域内的答主。
OpId:
zh-user-search · 最近更新: 2026-05-23说明
按关键词搜索知乎用户,用于找领域内的答主。
基础信息
- Endpoint:
- GET /openapi/v1/contentcreator/zhihu/web/fetch_user_search_v3
- 计费:
- 1 积分 / 次
- 限流:
- 300 次 / 分钟 / 用户
请求参数说明
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| keyword | string | 是 | 搜索关键词 |
| offset | string | 否 | 偏移量,默认 0 |
| limit | string | 否 | 每页条数,默认 20 |
请求示例 · cURL
curl 'https://api.spiderhubs.com/openapi/v1/contentcreator/zhihu/web/fetch_user_search_v3?keyword=%E7%BC%96%E7%A8%8B&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 调用接口。