Search YouTube channels by keyword. Returns channel name, description, subscriber count, and thumbnail. Supports fetching multiple pages of results in a single API call.
curl "https://apidirect.io/v1/youtube/channels?query=AI&pages=1" \
-H "X-API-Key: YOUR_API_KEY"
{
"channels": [
{
"channel_id": "UCLKPca3kwwd-B59HNr-_lvA",
"title": "AI Engineer",
"description": "Talks, workshops, events, and training for AI Engineers.",
"subscriber_count": "377K",
"thumbnail": "https://yt3.ggpht.com/.../photo.jpg",
"url": "https://youtube.com/channel/UCLKPca3kwwd-B59HNr-_lvA"
}
],
"pages": 1,
"count": 20
}
Each result includes channel ID, name, description, subscriber count, thumbnail URL, and a direct link to the channel page.
Subscriber counts are returned as formatted strings (e.g., "1.14K", "6.44M", "530K"). Some channels may have null subscriber counts if the data is hidden.
The Search Channels endpoint finds YouTube channels by keyword, while the Videos endpoint searches video content. Use Search Channels for discovering creators and channels related to a topic.
You only pay for successful requests. The YouTube Search Channels API costs $0.005 per page. There are no monthly fees or commitments. You get 50 free requests per endpoint every month.
No. You can sign up and use the free tier (50 requests/endpoint/month) without adding a payment method. You only need to add a card when you want to exceed the free tier.
Yes, there's a concurrency limit of 3 simultaneous requests per endpoint per user. If you need more, just get in touch.
Get your API key and start making requests in minutes. 50 requests/month free every month.
Get API Key