Youtube Channel Finder avatar

Youtube Channel Finder

Pricing

$19.99/month + usage

Go to Apify Store
Youtube Channel Finder

Youtube Channel Finder

🔎 YouTube Channel Finder lets you search and filter creators by keyword, niche, country, language & subscribers—complete with channel URLs, views and engagement. 📊 Ideal for influencer marketing, competitor analysis & outreach. 🚀 Discover high-fit channels fast.

Pricing

$19.99/month + usage

Rating

0.0

(0)

Developer

ScrapeLabs

ScrapeLabs

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

6 days ago

Last modified

Share

Youtube Channel Finder

Youtube Channel Finder is a fast, reliable YouTube channel search tool that discovers creators by keyword or direct URL and saves structured channel metadata to your Apify dataset. It solves the manual grind of YouTube creator research by automating discovery and enrichment for teams that need a YouTube creator discovery workflow at scale. Built for marketers, developers, analysts, and researchers, it helps you discover new YouTube channels, find YouTube channels by niche or topic, and export clean records for outreach and analysis.

What data / output can you get?

Below are the exact JSON fields this actor pushes to the dataset for each channel. Values are streamed as soon as they’re found, so you can monitor progress live and export to CSV, JSON, or Excel from the Apify dataset.

Data typeDescriptionExample value
keywordSearch keyword that generated the result; empty string for direct URL mode"python programming"
channelNameDisplay name for the channel (best-effort from yt-dlp or About page)"freeCodeCamp.org"
userNameHandle extracted from the canonical channel URL"@freecodecamp"
subscriberCountSubscriber count text from the About page"11.1M subscribers"
descriptionChannel About text (bio/description)"Learn math, programming, and computer science for free..."
emailReserved field for contact extraction (currently null)null
locationCountry/region from the About page; "Not specified" if not present"United States"
linksPublic external links from the About page (title and resolved URL)[{"title":"Website","url":"https://example.com"}]
joined_dateJoined date text from the About page"Joined Dec 16, 2014"
channel_viewsParsed integer total channel views (0 if unavailable)901640410
videos_uploadedParsed integer number of uploaded videos (0 if unavailable)1915
urlSource URL used to extract the channel"https://www.youtube.com/channel/UC8butISFwT-Wl7EV0hUK0BQ"
errorError message for rows that couldn’t resolve About data"about page not resolvable"

Note: Some fields may be empty or normalized for consistency. For example, email is null (reserved), location may be "Not specified", subscriberCount may be "N/A", and numeric counts default to 0 if not present on the page.

Key features

  • 🔎 Keyword-based YouTube creator search — Discover channels with a YouTube channel search by keyword. Control how many channels to fetch per term using channelCount for targeted results.
  • 🔗 Direct URL discovery — Paste channel or video URLs to resolve and enrich creators directly, making this a flexible YouTube channel lookup workflow.
  • 🌍 Localization controls — Tune YouTube search behavior with Search Region and Language settings to find YouTube channels by niche in specific markets.
  • 📆 Joined date filters — Include channels that joined after/before specific dates using fromDate and toDate for precise time-based filtering.
  • 🔁 Built-in retries & backoff — Automatic retry logic with jittered backoff helps you keep runs stable during transient failures.
  • 🛡️ Automatic proxy fallback — Optional Apify Proxy with automatic fallback to Residential proxy when blocks are detected helps sustain high-volume runs.
  • 💾 Live dataset streaming — Results are pushed to the dataset as they are found, so you can monitor progress and export anytime.
  • 🧰 No login or API keys — Works on publicly available channel pages without cookies or authentication.
  • 📤 Export-ready — Use Apify’s dataset to export to CSV, JSON, or Excel for your YouTube channel directory or YouTube channel database workflows.
  • 🧪 Developer-friendly — Orchestrate via the Apify API, integrate into pipelines, or post-filter for “find small YouTube channels” using subscriberCount and view totals.

How to use Youtube Channel Finder - step by step

  1. Create or log in to your Apify account.
  2. Open the Youtube Channel Finder actor in Apify Store.
  3. Add input:
    • Enter one or more search keywords in keywords (one per line) to run a YouTube creator search.
    • Or paste channel/video URLs in urls to enrich specific channels directly.
  4. Configure settings:
    • Set channelCount to control how many channels to return per keyword (effective range 1–50; default 10).
    • Choose searchRegion and language for localized results.
    • Optionally apply fromDate and/or toDate to include channels by joined date.
    • Configure proxyConfiguration if you need higher throughput or resilience; the actor can automatically fall back to Residential proxy on blocks.
  5. Start the run. The actor searches, resolves channel About pages, and pushes results live to the dataset.
  6. Watch progress in the dataset as rows stream in.
  7. Export results in CSV, JSON, or Excel directly from the dataset UI or via the Apify API.

Pro tip: Use keywords to run a broad YouTube creator search by topic, then post-filter the dataset by subscriberCount or channel_views to focus on specific bands (e.g., find small YouTube channels for niche outreach).

Use cases

Use case nameDescription
Influencer marketing + creator discoveryBuild targeted outreach lists by running a YouTube creator search for your niche and exporting structured channel data.
Competitor research + benchmarkingTrack channels in your category, compare subscriberCount and channel_views, and enrich notes with joined_date context.
Market analysis by region/languageUse searchRegion and language to discover new YouTube channels in specific markets and languages.
Data enrichment pipelines (API)Automate YouTube channel search by keyword and push normalized records (CSV/JSON) into BI/CRM tools.
Academic research on creator ecosystemsCollect structured datasets for longitudinal studies of channel creation dates, content niches, and growth.
Editorial curation + YouTube channel directoryCurate a YouTube channel database for newsletters or portals using clean, exportable records.

Why choose Youtube Channel Finder?

  • 🎯 Precision where it counts: Focused on YouTube channel search by topic or URL with structured, standardized outputs.
  • 🌐 Localized discovery: Control searchRegion and language to tailor results to your market.
  • ⚙️ Scalable & resilient: Retries with backoff and automatic Residential proxy fallback help keep runs reliable.
  • 🧑‍💻 Developer-ready: Stream results to datasets and integrate via the Apify API for end-to-end automation.
  • 🔒 Public-only data: Works without login on publicly available pages, fitting ethical research and outreach workflows.
  • 💾 Export flexibility: Download CSV/JSON/Excel from the Apify dataset when you’re ready to analyze or share.
  • 🚀 Built for teams: Ideal for YouTube creator search, influencer discovery, and bulk channel curation workflows.

Yes—when used responsibly. This actor extracts publicly available information from YouTube channel pages and does not access private or authenticated data.

Guidelines for responsible use:

  • Collect only public data and respect YouTube’s terms and applicable laws.
  • Avoid attempts to bypass security measures or access private endpoints.
  • Use the data for research, analytics, and compliant outreach; do not republish or misrepresent content.
  • If personal data appears in public fields (e.g., emails), ensure appropriate legal basis and comply with GDPR/CCPA where applicable.
  • Consult your legal team for edge cases or jurisdiction-specific requirements.

Input parameters & output format

Example JSON input

{
"keywords": [
"python programming",
"web scraping"
],
"channelCount": 10,
"searchRegion": "US",
"language": "en",
"fromDate": "2020-01-01",
"toDate": "2024-12-31",
"urls": [
"https://www.youtube.com/@Apify"
],
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Input parameters

  • keywords (array, optional) — Search terms to find YouTube channels. Add one keyword per line. The actor uses YouTube search and returns matching channels. Default: none.
  • channelCount (integer, optional) — Maximum number of channels to extract per search keyword (1–50 effective). Default: 10.
  • searchRegion (string, optional) — YouTube search region (country code). Affects which channels appear in search results. Default: "US".
  • language (string, optional) — Interface and result language code (e.g., "en"). Default: "en".
  • fromDate (string, optional) — Only include channels that joined on or after this date (YYYY-MM-DD). Default: none.
  • toDate (string, optional) — Only include channels that joined on or before this date (YYYY-MM-DD). Default: none.
  • urls (array, optional) — Discover channels from specific YouTube URLs directly (channel or video URLs). Default: none.
  • proxyConfiguration (object, optional) — Optional Apify Proxy settings. By default the actor runs without a proxy; if enabled and a block is detected, it automatically falls back to Residential proxy.

Example JSON output

[
{
"keyword": "python programming",
"channelName": "freeCodeCamp.org",
"userName": "@freecodecamp",
"subscriberCount": "11.1M subscribers",
"description": "Learn math, programming, and computer science for free. A 501(c)(3) tax-exempt charity...",
"email": null,
"location": "United States",
"links": [
{ "title": "SUPPORT OUR CHARITY", "url": "https://donate.freecodecamp.org" }
],
"joined_date": "Joined Dec 16, 2014",
"channel_views": 901640410,
"videos_uploaded": 1915,
"url": "https://www.youtube.com/channel/UC8butISFwT-Wl7EV0hUK0BQ"
},
{
"keyword": "",
"channelName": "@apifytech",
"userName": "@apifytech",
"subscriberCount": "N/A",
"description": "",
"email": null,
"location": "Not specified",
"links": [],
"joined_date": "",
"channel_views": 0,
"videos_uploaded": 0,
"url": "https://www.youtube.com/@apifytech",
"error": "about page not resolvable"
}
]

Notes:

  • Fields that may be unknown or missing will default to: email = null, location = "Not specified", subscriberCount = "N/A", joined_date = "", channel_views = 0, videos_uploaded = 0.
  • Results are pushed live to the dataset; export to CSV, JSON, or Excel from the Apify dataset UI or via API.

FAQ

Is Youtube Channel Finder free?

You can usually test actors on Apify with free trial minutes. This actor uses a flat monthly plan on the Apify Store; please check the listing for the current price and included trial minutes. Billing is managed by Apify.

Do I need to log in to YouTube or provide API keys?

No. Youtube Channel Finder works on publicly available pages without login or API keys. It performs a YouTube channel search by keyword and resolves About pages for metadata.

How many channels can it return per keyword?

Results per keyword are controlled by channelCount, with an effective range of 1–50 per the tool’s logic (default 10). Larger values return more channels but may take longer to process.

Can I run searches by niche or topic?

Yes. Add relevant keywords in keywords to run a YouTube channel search by topic and discover new YouTube channels in your niche. Use searchRegion and language to localize results.

Can I use direct URLs instead of keywords?

Yes. Add channel or video URLs in urls to resolve channels directly. This is useful for creating a focused YouTube channel lookup list for enrichment.

How do I avoid blocks on high-volume runs?

Enable proxyConfiguration with Apify Proxy. The actor also includes automatic fallback to Residential proxy when blocks are detected, plus retries with backoff to improve reliability.

What data fields are included in the output?

Each record includes keyword, channelName, userName, subscriberCount, description, email, location, links, joined_date, channel_views, videos_uploaded, url, and error (when applicable). See the Output Format section for a full example.

Does this help find small YouTube channels?

Yes. While the actor doesn’t filter by subscribers on input, you can “find small YouTube channels” by searching niche topics and then post-filtering results by subscriberCount or channel_views in your exports.

Closing CTA / Final thoughts

Youtube Channel Finder is built to automate YouTube creator discovery and export clean, structured channel records at scale. With keyword-based discovery, direct URL enrichment, localization, date filters, and resilient proxy handling, it streamlines YouTube creator search for marketers, developers, analysts, and researchers.

Run it from the Apify UI or integrate via the Apify API to feed your CRM, dashboards, or analysis pipelines. Start building a focused YouTube channel database today and accelerate your YouTube creator search and outreach workflows.