Back to WeChat
TikHub·WeChat

WeChat Media Platform V2: Get WeChat MP Article Comments

/api/v1/wechat_mp/v2/fetch_article_commentssync$0.015 / call

Get WeChat MP article comments (single page, buffer cursor pagination); returns one page of featured comments.. Pagination: leave buffer empty for the first page → take buffer from the response → pass it back in the next request; hasmore false means the last page.. For second-level replies of a specific comment, use fetchcommentreplies (pass the comment's contentid).. Price: $0.01 per request. ⏱️ … (TikHub · WeChat Media Platform V2)

Input
FieldTypeRequiredDescription
urlstringyesmp.weixin.qq.com / s / …) / WeChat MP article URL (https: / mp.weixin.qq.com / s / …)
bufferstringPagination cursor, leave empty for first page; pass buffer from the previous response (default "")
rawbooleanTrue=raw response; False=simplified parsed structure (default true)

Run it

curl -s https://www.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_article_comments","input":{}}'

Or ask your agent: it will call inspect for this schema and run it over MCP.