Youtube Channel Finder
Pricing
from $2.99 / 1,000 results
Youtube Channel Finder
๐ YouTube Channel Finder helps you discover, analyze & grow your next niche channels fast. Find relevant creators, track performance insights, and uncover opportunities for marketing, research & collaboration. ๐
Pricing
from $2.99 / 1,000 results
Rating
0.0
(0)
Developer
Scrapers Hub
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
8 days ago
Last modified
Categories
Share
YouTube Channel Finder ๐
YouTube Channel Finder helps you discover YouTube channels at scale by searching with your own keywords and (optionally) focusing on a target countryโso you can quickly build lists for outreach, collaboration, and YouTube channel discovery without doing everything manually. Whether youโre a marketer, recruiter, or data enthusiast looking to find YouTube channels, search YouTube channel by name, or find YouTubers by niche, this tool turns public web data into usable channel records.
Why choose YouTube Channel Finder?
| Feature | Benefit |
|---|---|
| โ Keyword-based channel discovery | Find YouTube channels by keyword inputs you control |
| โ Country targeting | Filter results using your selected Target Country |
| โ Reliability with retries & fallbacks | Includes resilience patterns to handle occasional fetch failures |
| โ Structured dataset output | Produces consistent fields like keyword, url, description_snippet, and source |
| โ Scales across multiple keywords | Processes each keyword until reaching your runโs effective limit |
| โ Proxy support | Built-in proxy support for more reliable scraping |
Key features
- ๐ฏ Keyword-driven discovery: Use your
keywordslist to drive channel discovery for YouTube channel search and YouTube creator search - ๐ Target country filtering: Use the
countryinput to narrow results by region for more relevant YouTube influencer finder lists - ๐ง Channel URL validation: Keeps only URLs that match valid channel formats (filters out videos, shorts, posts, and other non-channel links)
- ๐งพ Clean snippet extraction: Captures a readable
description_snippetto give you context for each discovered channel - ๐ Consistent dataset schema: Saves results with
keyword,url,description_snippet, andsourcefor easy downstream analysis (CSV/JSON export from the dataset) - ๐ก๏ธ Resilience during scraping: Uses retry logic and page-to-page pacing to improve run stability
- ๐พ Real-time saving to dataset: As each keyword is processed, results are immediately pushed to the default dataset storage for YouTube channel lookup
Input
Provide input via an input.json file. Example structure:
{"keywords": ["fitness", "tech reviewer", "gaming"],"country": "United States"}
Input Fields
| Field | Required | Description |
|---|---|---|
keywords | โ Yes | List of keywords to search for YouTube channels (for example: fitness, tech reviewer, gaming). |
country | โ No | Select the target country for leads. This helps focus YouTube channel discovery results on your preferred region. Defaults to United States. |
Output
The actor saves the discovered channels into the Apify dataset as JSON objects. The default dataset view is titled YouTube Channels.
Example output records:
[{"keyword": "fitness","url": "https://www.youtube.com/@fitnesschannel","description_snippet": "Example snippet describing the channel topic...","source": "Search Engine"}]
Output Fields
| Field | Type | Description |
|---|---|---|
keyword | string | The keyword that produced this channel result (useful for find niche YouTube channels workflows). |
url | string | The discovered YouTube channel URL. |
description_snippet | string | A text snippet extracted from the listing to help you judge relevance quickly. |
source | string | Where the record was sourced from (saved as Search Engine). |
Note: Output is written to the dataset, which you can export in JSON/CSV from the Apify Console.
How to use YouTube Channel Finder (via Apify Console)
-
Open Apify Console
Log in at https://console.apify.com and go to the Actors page. -
Find YouTube Channel Finder
Search for YouTube Channel Finder and open the actor details page. -
Go to the INPUT tab
Paste your configuration into the input form /input.jsonfield. -
Set your keywords
Inkeywords, add one or more phrases you want to use for YouTube channel search engine style discovery (e.g.,fitness,gaming,tech reviewer). -
(Optional) Choose a target country
Setcountryif you want region-focused YouTube channel contact info discovery lists (default isUnited States). -
Choose proxy settings if prompted
The actor supports proxy usage to improve reliability. If proxies arenโt available, it can proceed without them. -
Run the actor
Click Run. Watch the logs for progress as each keyword is processed and results are saved. -
Open the OUTPUT dataset and export
After completion, open the dataset titled YouTube Channels and export the results (JSON/CSV) for your CRM, spreadsheets, or research pipeline.
No coding requiredโget YouTube channel finder tool results in minutes.
Advanced features & SEO optimization
- โก Engineered for YouTube channel discovery: The YouTube Channel Finder is built specifically to help with find YouTube channels, not generic browsing
- ๐ Location-focused discovery: Use the
countrysetting to improve relevance for find niche YouTube channels - ๐งฉ Channel-only validation: It only keeps URLs that match valid YouTube channel patterns, helping your list stay clean for find YouTube channels for collaboration
- ๐ Keyword-to-record traceability: Every dataset row includes the originating
keywordso you can filter and analyze results by theme - ๐พ Dataset-first workflow: Results are pushed to the dataset as the run progresses, so you can start working without waiting for everything to finish
Best use cases
- ๐ Marketing teams: Build targeted lists for outreach by quickly finding YouTube channels tied to your niche
- ๐ค Partnership managers: Discover creators for collaboration by using keyword-driven YouTube channel lookup
- ๐ Researchers & analysts: Analyze channel discovery performance by keyword and region using consistent dataset fields
- โ๏ธ Sales & lead gen: Use YouTube influencer finder outputs as a starting point for contact enrichment workflows
- ๐ Content strategists: Find YouTubers by niche to benchmark themes and discover new channels
- ๐ผ Recruiters: Identify creators with relevant topical focus for hiring and community roles
- ๐งโ๐ป Data pipeline builders: Feed structured dataset output into downstream ETL and analytics
Technical specifications
-
Supported Input Formats
- โ
JSON input with
keywordsarray - โ
Optional
countrystring from the provided enum list
- โ
JSON input with
-
Proxy Support
- โ Built-in proxy support for more reliable scraping
-
Retry Mechanism
- โ Uses retry logic during page scraping
-
Dataset Structure
- โ Saved to the default dataset storage titled YouTube Channels
- โ
Each record includes:
keyword,url,description_snippet,source
-
Rate Limits & Performance
- โ
Includes configurable pacing between pages (
request_delayis set in the actor logic) - โ Uses a capped run behavior based on run limits (free vs paid plan)
- โ
Includes configurable pacing between pages (
-
Limitations
- โ Only publicly available data is collected
- โ Some channels may not surface meaningful snippets in all cases, so you should validate relevance after export
FAQ
Does YouTube Channel Finder require a login?
โ No login is required. The actor is designed for channel discovery using public web data.
What inputs do I need to start a run?
You only must provide keywords. Optionally, you can set country to target a specific region for your YouTube channel search results.
Can I use it to find channel contact information?
This actor focuses on discovering YouTube channels and saving channel URLs with a description_snippet plus the keyword and source. If you need deeper contact enrichment, use your preferred enrichment steps after exporting the dataset.
Where do I find the results after the run?
After the actor completes, open the Apify dataset titled YouTube Channels. The results include keyword, url, description_snippet, and source.
How does the actor keep the output clean and channel-specific?
โ It filters out non-channel links and validates that results match recognized channel URL formats, helping avoid video/shorts/post URLs in your list.
What happens if a keyword doesnโt return results?
The actor proceeds through keywords and also handles empty pages gracefully using built-in resilience logic. Your dataset will simply contain fewer entries for that keyword.
Is there a limit on how many channels it can return?
โ The effective channel count is capped per run and varies depending on whether the run is on a free tier vs a paid plan. On free tier, it is capped at 100 channels per run; on paid, no hard limits are enforced.
Can I use the output for outreach and lead generation?
Yes, you can use the discovered channel lists as inputs for your own research and outreach workflows. Make sure you comply with applicable laws and platform policies for your use case.
Support & feature requests
If youโre using YouTube Channel Finder for YouTube channel discovery and want improvements, share your feedbackโweโre actively iterating based on what users need.
- ๐ก Feature Requests: Ideas like CSV export enhancements, additional enrichment fields for YouTube channel email workflows, or CRM-ready output formats.
- ๐ง Contact: Reach out at dataforleads@gmail.com.
Your input helps shape the roadmap for better YouTube channel finder tool results.
Closing CTA / Final thoughts
For fast, structured YouTube Channel Finder results that support keyword-based channel discovery at scale, this actor is built to be easy to run and simple to export.
Generate cleaner YouTube channel discovery listsโstart your next run today. ๐
Disclaimer
This tool accesses publicly accessible sources only. It does not access private profiles, authenticated data, or password-protected pages.
You are responsible for ensuring your use complies with applicable laws (including GDPR/CCPA where relevant), spam regulations, and each platformโs Terms of Service. Always use the results responsibly and ethically.
For data removal requests, contact dataforleads@gmail.com.