SandBase is live — $1 in free credits on signupStart free ›

WeChat MP modelsapi generation api

wechat-mp/v2/article-comments

Get WeChat MP article comments (single page, `buffer` cursor pagination). `has_more` false means the last page.. For second-level replies of a specific comment, use `fetch_comment_replies` (pass the comment's `content_id...

Input
Optional, default empty. Pagination cursor; leave empty for the first page, pass `buffer` from the previous response for the next page.
Optional, default True. True=full raw comment objects; False=simplified comment view.
WeChat MP article URL (`https://mp.weixin.qq.com/s/…`). E.g. `https://mp.weixin.qq.com/s/TSNQKkRpN1qbKsT7BvzqIw`
Idle

Example output — click Run to generate your own

API README

Get WeChat MP Article Comments

Get WeChat MP article comments (single page, buffer cursor pagination). has_more false means the last page. For second-level replies of a specific comment, use fetch_comment_replies (pass the comment's content_id). It is suitable for wechat-mp workflows.

Capability

Get WeChat MP article comments (single page, buffer cursor pagination). has_more false means the last page. For second-level replies of a specific comment, use fetch_comment_replies (pass the comment's content_id). It helps applications, agents, and automated workflows turn that capability into repeatable tasks and useful downstream experiences.

Common use cases

  • Connect structured data to dashboards, agents, internal tools, and automated workflows.
  • Create repeatable integrations that pass structured results to downstream business systems.
  • Support scheduled jobs, internal tools, and agent workflows with structured results.

Related Models