Search channels
Search YouTube channels. Returns only channel-type results (filters out videos, playlists, etc.). Supports paginated retrieval for more channels.
Usage flow:
- First request: pass only the keyword parameter
- Retrieve the continuation_token from the response
- Next request: pass continuation_token (keyword is optional)
- Repeat steps 2-3 until has_more is false
Notes: Each page typically returns 10-20 channels
Copy for AI
π€ Why Code When AI Can Do It For You?
Stop writing code like itβs 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.
Authorizations
Query Parameters
Search keyword; leave empty for subsequent requests
"Rick Astley"
Pagination token (optional), used to retrieve the next page
Whether to format the data. Default: true true: returns structured data in a formatted layout (recommended) false: returns the raw YouTube API structure, useful for debugging
Response
The response is of type object.

