Search Channels
search_channelsSearch Twitch channels/streamers by name or keyword. Returns matching channels with display name, the game they stream, whether they are live now, title, and thumbnail. Example: search_channels({ query: "ninja", live_only: true })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| first | No | Number of channels to return (default 20, max 100) | |
| query | Yes | Search query — channel/streamer name or keyword, e.g. "ninja", "valorant". | |
| _apiKey | No | Optional — your own Twitch credentials as CLIENT_ID:CLIENT_SECRET for higher limits; omit to use the shared Pipeworx key. | |
| live_only | No | If true, only return channels that are currently live. |