Back to WeChat
TikHub·WeChat
WeChat Search V2: WeChat Channels Video Search
/api/v1/wechat_search/v2/fetch_search_videossync$0.015 / callSearch WeChat Channels videos specifically (video vertical), with the result page's "duration" filter, "relevance/newest/most-liked" sort, and "time" dropdown.. Equivalent to universal search /fetchsearch (businesstype=video) plus filters; all filters are verified to work.. Price: $0.01 per request. ⏱️ Due to WeChat server latency, this endpoint responds slowly; please set your client request time… (TikHub · WeChat Search V2)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| keyword | string | yes | Search keyword (1-100 chars) |
| duration | integer | string | — | 0 / 1 / 2 / Duration tier (Channels video only): all / 0 / short / 1 (<5min) / medium / 2 (5-10min) / long / 3 (20min+); string key or integer (default "all") |
| sort | integer | string | — | 0 / 1 / Sort: default / 0 (relevance) / latest / 1 (newest) / hot / 2 (most liked); string key or integer (default "default") |
| publish_time | integer | string | — | 0 / 1 / 2 / Publish time: all / 0 / day / 1 / week / 2 / halfyear / 3; string key or integer (default "all") |
| offset | integer | — | Pass 0 for the first page; use cursor to paginate (offset alone does not work) (default 0) |
| cursor | string | — | Pagination cursor, same as universal search: leave empty for the first page; pass back the cursor from the previous response |
| raw | boolean | — | True=raw search 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_search/v2/fetch_search_videos","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.