Back to WeChat
TikHub·WeChat

WeChat Media Platform V2: Get WeChat MP Account Articles

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

Pass a ghusername to get a single page of the account's historical posts (article tab).. Manual paging: leave offset empty for the first page → take nextoffset (base64 cursor) from the response → pass it as offset in the next request; isend truthy means the last page.. Price: $0.01 per request. ⏱️ Due to WeChat server latency, this endpoint responds slowly; please set your client request timeout t… (TikHub · WeChat Media Platform V2)

Input
FieldTypeRequiredDescription
usernamestringyesOfficial account ghusername (gh…)
page_sizeintegerArticles per page, range 10-20, default 20 (default 20)
offsetstringPagination cursor (base64), leave empty for first page; for the next page pass nextoffset from the previous response (default "")
item_show_typeintegerContent tab: empty / 0=articles (default), 5=videos, 7=audios, 8=image-text posts
rawbooleanTrue=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_account_articles","input":{}}'

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