Back to WeChat
TikHub·WeChat
WeChat Channels V2: Search Videos Within a WeChat Channel
/api/v1/wechat_channels/v2/fetch_search_channel_videossync$0.015 / callIn-channel search: search a creator's published videos by keyword within that channel only.. This endpoint performs first-page retrieval only (no cursor parameter exposed, single-page result), but the response still carries nextcursor / continueflag for reference.. Price: $0.01 per request. ⏱️ Due to WeChat server latency, this endpoint responds slowly; please set your client request timeout to 30… (TikHub · WeChat Channels V2)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| username | string | yes | Creator finder username (v2…@finder format) |
| keyword | string | yes | Keyword to search within this channel (1-100 chars) |
| raw | boolean | — | True=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_channels/v2/fetch_search_channel_videos","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.