Skip to main content
POST
Get WeChat MP Account Articles
Get WeChat MP Account Articles Pricing — base $0.0145 per successful call (provider cost × 1.45; final charge scales by your plan multiplier). Charged only when the upstream response body code is 200.
Response structure is not yet fully documented — refer to the actual API response.

Example

Authorizations

Authorization
string
header
required

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

Body

application/json
username
string
required

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})?$
Example:

"gh_363b924965e9"

page_size
integer
default: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

Required range: 1 <= x <= 100
offset
string | null
default:""

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
default:true

True=raw response; False=simplified parsed structure

Response

200

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