Discover/app.channelcrawler.com API
live

app.channelcrawler.com APIapp.channelcrawler.com

Search 22M+ YouTube channels by keyword, category, country, language, and subscriber range. Retrieve channel stats and metadata via 3 endpoints.

Endpoints
3
Updated
28d ago
Try it
Sort field: '_score', 'core.subscribers'
Country filter (e.g., 'United States')
Search keyword (e.g., 'gaming', 'cooking'). Either keyword or category is required.
Topic category filter (e.g., 'Animals', 'Gaming', 'Music'). Either keyword or category is required.
Language filter (e.g., 'English')
Sort direction: 'asc' or 'desc'
Maximum subscriber count filter
Minimum subscriber count filter
api.parse.bot/scraper/b1063f39-0d68-47c0-8358-8b02d6cb5c13/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/b1063f39-0d68-47c0-8358-8b02d6cb5c13/search_channels?category=Gaming' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Search for YouTube channels by keyword, category, country, language, and subscriber range. Creates a new search and returns a search ID along with total matching channel and email counts. The channels array may be empty on the free tier; use get_channel_details with known channel IDs for detailed channel data.

Input
ParamTypeDescription
sortstringSort field: '_score', 'core.subscribers'
countrystringCountry filter (e.g., 'United States')
keywordstringSearch keyword (e.g., 'gaming', 'cooking'). Either keyword or category is required.
categorystringTopic category filter (e.g., 'Animals', 'Gaming', 'Music'). Either keyword or category is required.
languagestringLanguage filter (e.g., 'English')
sort_directionstringSort direction: 'asc' or 'desc'
max_subscribersintegerMaximum subscriber count filter
min_subscribersintegerMinimum subscriber count filter
Response
{
  "type": "object",
  "fields": {
    "channels": "array of channel objects (may be empty on free tier)",
    "search_id": "string — UUID identifying this search, usable with get_search_results",
    "total_with_email": "integer — number of matching channels that have an email on file",
    "channels_returned": "integer — number of channels in the channels array",
    "total_matching_channels": "integer — total number of channels matching the search criteria"
  },
  "sample": {
    "data": {
      "channels": [],
      "search_id": "2a2dcd37-b4ed-5092-b420-40400f26b994",
      "total_with_email": 162488,
      "channels_returned": 0,
      "total_matching_channels": 1228673
    },
    "status": "success"
  }
}

About the app.channelcrawler.com API

The ChannelCrawler API gives programmatic access to a database of over 22 million YouTube channels across 3 endpoints. Use search_channels to filter by keyword, category, country, language, and subscriber range — getting back a search ID, total matching channel count, and a count of channels with emails on file. Use get_channel_details to pull name, description, subscriber count, and YouTube URL for any specific channel ID.

Searching Channels

The search_channels endpoint accepts up to seven filter parameters: keyword or category (one is required), plus optional country, language, min_subscribers, max_subscribers, and sort/sort_direction for ordering results by relevance score or subscriber count. The response returns a search_id UUID, total_matching_channels (the full count across the database), and total_with_email (the subset that have a contact email on file). The channels array in the response may be empty depending on your plan tier.

Paginating and Revisiting Searches

Once you have a search_id from search_channels, pass it to get_search_results to retrieve the same result set — including updated total_matching_channels and total_with_email counts — without re-executing the full search. Both endpoints support sort and sort_direction parameters so you can change the ordering of returned channel objects without creating a new search.

Channel Detail Lookup

get_channel_details takes a single channel_id (the standard YouTube channel ID format, e.g., UCX6OQ3DkcsbYNE6H8uQQuVA) and returns the channel's name, description, youtube_url, subscribers_display, and the channel_id itself. Note that subscribers_display may show '0' for some channels rather than a formatted count.

Coverage and Scope

The database covers 22M+ YouTube channels with filtering across topics including Animals, Gaming, Music, and many other categories. Email availability counts are surfaced at the search level via total_with_email, but individual email addresses are not returned in the channel detail response.

Common use cases
  • Find YouTube gaming channels in a specific country with subscriber counts between 10K and 500K for sponsorship outreach
  • Count how many English-language cooking channels in the database have contact emails on file
  • Retrieve channel descriptions and subscriber counts for a list of known YouTube channel IDs
  • Build a channel discovery tool filtered by topic category and language for a specific regional market
  • Track total channel counts for a given keyword search over time using saved search IDs
  • Identify micro-influencer channels by setting a max_subscribers threshold in a keyword search
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does ChannelCrawler have an official developer API?+
ChannelCrawler does not publish a documented public developer API. This Parse API provides structured access to the channel data and search functionality available on the ChannelCrawler platform at app.channelcrawler.com.
What does the search_channels endpoint actually return for matching channels?+
It returns a search_id UUID, total_matching_channels (the full count matching your filters), total_with_email (channels in that set with an email on file), channels_returned (how many channel objects are in the response array), and the channels array itself. The channels array may be empty on some plan tiers; use the count fields to gauge the result set size and get_channel_details with a known channel ID to retrieve individual records.
Can I retrieve individual channel email addresses through this API?+
Not currently. The API surfaces total_with_email as an aggregate count at the search level, but individual email addresses are not returned by any of the three endpoints. You can fork this API on Parse and revise it to add an endpoint that returns per-channel contact details if that data becomes accessible.
Does the API support pagination through large result sets?+
The current endpoints do not expose a page or offset parameter. get_search_results lets you re-query a saved search_id with different sort options, but iterating through pages of a large result set is not directly supported. You can fork this API on Parse and revise it to add pagination parameters to the search results endpoint.
Are video-level stats like view counts per video or upload history available?+
Not currently. The API returns channel-level fields: name, description, youtube_url, subscribers_display, and channel_id. Per-video data such as individual video view counts or upload history is not covered by any of the three endpoints. You can fork this API on Parse and revise it to add a video-level endpoint if that data is needed.
Page content last updated . Spec covers 3 endpoints from app.channelcrawler.com.
Related APIs in Streaming VideoSee all →
viewstats.com API
viewstats.com API
twitch.tv API
Search for Twitch streamers and channels, view their profiles and streaming details, and discover live streams organized by category. Find the content and creators you want to watch all in one place.
patreon.com API
Search for Patreon creators and discover their membership tiers, pricing, patron counts, and detailed profile information. Find the creators you want to support or research with comprehensive details about their offerings and community size.
TGStat API
Search and discover Telegram channels and groups by keyword or category, view detailed channel ratings and performance metrics, and access comprehensive profile information including subscriber counts and engagement data. Monitor top-performing channels and groups to find the most popular content across categories and regions.
filmot.com API
Search YouTube channels and find specific moments across videos by looking up subtitles in multiple languages through Filmot's comprehensive database. Discover exactly when topics are mentioned across channels without manually watching every video.
justwatch.com API
Search for movies and TV shows, retrieve streaming availability and detailed metadata, browse trending content, and discover similar titles — all via JustWatch.
kick.com API
Discover all active livestreams from any Kick.com category and access detailed information about each channel, including viewer counts, tags, language, and creator profiles. Monitor live content across specific categories to find streamers and trending broadcasts in real-time.
watchcharts.com API
Search and analyze luxury watch market data including current listings, historical price trends, and recent sales information. Get detailed watch specifications and track market pricing to make informed collecting or investment decisions.