Back to WeChat
TikHub·WeChat
WeChat Channels V2: Get WeChat Channels User Profile & Stats
/api/v1/wechat_channels/v2/fetch_user_profilesync$0.015 / callGet a creator's homepage profile and interaction stats. Complementary to fetchchannelinfo (verification entity / license): this endpoint provides nickname / signature / avatar, follower / video / like / favorite / forward counts, live duration, IP region, collection count, linked official accounts, etc.. Price: $0.01 per request. ⏱️ Due to WeChat server latency, this endpoint responds slowly; plea… (TikHub · WeChat Channels V2)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| username | string | yes | WeChat Channels finder username (v2…@finder format) |
| 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_channels/v2/fetch_user_profile","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.