Skip to main content
POST
Get WeChat MP Article Comments
Get WeChat MP Article Comments 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
url
string
required

Maximum string length: 2048
Pattern: ^https?://mp\.weixin\.qq\.com/s([/?].+)?$
Example:

"https://mp.weixin.qq.com/s/TSNQKkRpN1qbKsT7BvzqIw"

buffer
string | null
default:""

Pagination cursor, leave empty for first page; pass buffer from the previous response

Maximum string length: 8192
comment_id
string | null

Article comment id (optional, performance shortcut): when omitted, upstream must fetch and parse the whole article HTML to obtain it, which accounts for about half of this endpoint's latency

Maximum string length: 32
Pattern: ^[0-9]*$
raw
boolean
default:true

True=raw response; False=simplified parsed structure

Response

200

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