Back to WeChat
TikHub·WeChat
WeChat Media Platform V2: Get WeChat MP Comment Replies
/api/v1/wechat_mp/v2/fetch_comment_repliessync$0.015 / callGet the second-level replies under a first-level comment.. Chain: first call fetcharticlecomments to get each comment's contentid, then feed it into this endpoint.. Price: $0.01 per request. ⏱️ Due to WeChat server latency, this endpoint responds slowly; please set your client request timeout to 30 seconds — a timeout that is too small may result in being billed without receiving the response.. ⚠️… (TikHub · WeChat Media Platform V2)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| url | string | yes | mp.weixin.qq.com / s / …) / WeChat MP article URL (https: / mp.weixin.qq.com / s / …) |
| content_id | string | — | contentid (numeric) of the target first-level comment; defaults to the first comment that has replies (default "") |
| offset | integer | — | Reply pagination offset, 0 for first page; pass nextoffset from the previous response when hasmore=true (default 0) |
| all_pages | boolean | — | When true, ignore offset and fetch all replies at once (default false) |
| raw | boolean | — | True=raw response; False=simplified parsed structure (default true) |
Run it
curl -s https://sooma.dev/v1/run \
-H "Authorization: Bearer $SOOMA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"provider":"tikhub","endpoint":"/api/v1/wechat_mp/v2/fetch_comment_replies","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.