Skip to main content
POST
Get WeChat MP Article Stats (H5)
Get WeChat MP Article Stats (H5) 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

/fetch_article_stats_h5 FetchArticleDetailRequest comment_id

url
string
required

… or long URL with __biz

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

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

raw
boolean
default:true

True=raw response; False=simplified parsed structure

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]*$

Response

200

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