OpenAPI 文档/知乎GET

知乎 — 专栏文章列表

SpiderHubs OpenAPI 文档:知乎 — 专栏文章列表,分类 知乎。接口 GET /openapi/v1/contentcreator/zhihu/web/fetch_column_articles。获取指定专栏下的文章列表,offset 翻页。

OpId: zh-column-articles · 最近更新: 2026-05-23

说明

获取指定专栏下的文章列表,offset 翻页。

基础信息

Endpoint:
GET /openapi/v1/contentcreator/zhihu/web/fetch_column_articles
计费:
1 积分 / 次
限流:
300 次 / 分钟 / 用户

请求参数说明

参数类型必填说明
column_idstring专栏 ID(专栏 URL 末段)
offsetstring偏移量,默认 0
limitstring每页条数,默认 20
请求示例 · cURL
curl 'https://api.spiderhubs.com/openapi/v1/contentcreator/zhihu/web/fetch_column_articles?column_id=c_1261078704153010176&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 调用接口。