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

WeChat MP modelsapi generation api

wechat-mp/v2/account-profile

Pass a `gh_username` to get the official account profile: name / avatar / description / verification entity type, etc.. `nick_name` / `signature` / `head_url` may be `null`.

Input
Optional, default True. True=raw; False=simplified parsing.
Official account `gh_username` (`gh_…`). Sources: `content.user_name` from article detail, or `jumpInfo.userName` from WeChat Search V2 `fetch_search` (business_type=account) results. E.g. `gh_363b924965e9`
Idle

Example output — click Run to generate your own

API README

Get WeChat MP Account Profile

Pass a gh_username to get the official account profile: name / avatar / description / verification entity type, etc. nick_name / signature / head_url may be null. It is suitable for wechat-mp workflows.

Capability

Pass a gh_username to get the official account profile: name / avatar / description / verification entity type, etc. nick_name / signature / head_url may be null. It helps applications, agents, and automated workflows turn that capability into repeatable tasks and useful downstream experiences.

Common use cases

  • Enrich profiles, accounts, and business records with structured context.
  • Create repeatable integrations that pass structured results to downstream business systems.
  • Support scheduled jobs, internal tools, and agent workflows with structured results.

Related Models