Skip to main content
POST
Get WeChat MP Account Articles
获取公众号文章列表 计费 — 成功调用基准价 $0.0145(= provider 成本 × 1.45;最终扣费按你的套餐倍率浮动)。仅当上游响应体 code200 时计费。
响应结构尚未完整文档化 —— 以实际调用为准

示例

授权

Authorization
string
header
必填

AIsa API key. Get yours at https://aisa.one

请求体

application/json
username
string
必填

Official account username. Three forms are supported: gh_…, gh_…@app (mini-program-linked accounts) and custom WeChat IDs (e.g. nikejdi). Taken from $.data.content.user_name of the article detail endpoints

Maximum string length: 80
Pattern: ^[0-9A-Za-z][-_0-9A-Za-z]{1,63}(@[0-9A-Za-z]{1,16})?$
示例:

"gh_363b924965e9"

page_size
integer
默认值:20

next_offset/Articles per page (default 20). NOTE: WeChat currently ignores this parameter — the count is decided by the account itself; paginate with offset / next_offset

必填范围: 1 <= x <= 100
offset
string | null
默认值:""

Pagination cursor (base64), leave empty for first page; for the next page pass next_offset from the previous response

Maximum string length: 8192
Pattern: ^[A-Za-z0-9+/=_-]*$
item_show_type
integer | null

0=articles (default), 5=videos, 7=audios, 8=image-text posts

raw
boolean
默认值:true

True=raw response; False=simplified parsed structure

响应

200

Successful response. Response structure varies; refer to the actual API response.