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

WeChat Channels modelsapi generation api

wechat-channels/v2/search-channel-videos

In-channel search: search a creator's published videos by keyword **within that channel only**.

Input
Keyword to search within this channel (1-100 chars)
Optional, default True. True=raw search response; False=simplified parsed structure.
Creator finder username (`v2_…@finder` format). E.g. `v2_060000231003b20faec8c6e4811dc1d4c602ee30b0771bbcf220c67926bb76ab7702ac335a53@finder` (People's Daily).
Idle

Example output — click Run to generate your own

API README

Search Videos Within a WeChat Channel

In-channel search: search a creator's published videos by keyword within that channel only. It is suitable for wechat-channels workflows.

Capability

In-channel search: search a creator's published videos by keyword within that channel only. It helps applications, agents, and automated workflows turn that capability into repeatable tasks and useful downstream experiences.

Common use cases

  • Search and discover relevant records for research, monitoring, and product experiences.
  • Build media monitoring, content intelligence, and publishing-support workflows.
  • Create repeatable integrations that pass structured results to downstream business systems.

Related Models

wechat-channels/v2/channel-id-to-usernameResolve a publicly visible Channel ID (`sph…` short ID) into a finder username (`v2_…@finder`).. With the username you can then call `fetch_user_videos`, `fetch_channel_info`, `fetch_user_profile`, etc.wechat-channels/v2/channel-infoGet the "More Info" of a WeChat Channels account: basic info section (IP location / profile location / **Channel ID** = public sph ID) + verification section (service unit / entity type / internet news service license number / service category / verification time).wechat-channels/v2/collection-videosEach video carries a `media` object (`url` / `url_token` / `decode_key`) ready for download and decryption.. Supports pagination for more videos.wechat-channels/v2/live-detailPass a live `live_id` to get live-room detail: anchor info, live status, online count, replay info, etc.wechat-channels/v2/live-historyGet a creator's live replay list.. Each replay is itself a video object with a `media` object (`url` / `url_token` / `decode_key`) ready for download and decryption.. Supports pagination for more replays.wechat-channels/v2/user-collectionsGet the "Collections" list on a creator's homepage.. Pass each collection's `topic_id` to `fetch_collection_videos` to get its videos.wechat-channels/v2/user-profileGet a creator's homepage profile and interaction stats.. **Complementary** to `fetch_channel_info` (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.wechat-channels/v2/user-videosGet the video list from a WeChat Channels account's homepage.. Each video carries a `media` object (`url` / `url_token` / `full_url` / `decode_key`) ready for download and decryption.. Supports pagination for more videos.