YouTube Niche Scraper avatar

YouTube Niche Scraper

Pricing

from $4.50 / 1,000 results

Go to Apify Store
YouTube Niche Scraper

YouTube Niche Scraper

Search YouTube by keyword — video title, channel name, contact email, subscriber count, view count, and 24 fields. Surface creator emails for outreach. $8.50 per 1,000.

Pricing

from $4.50 / 1,000 results

Rating

0.0

(0)

Developer

TrueFetch

TrueFetch

Maintained by Community

Actor stats

1

Bookmarked

4

Total users

3

Monthly active users

13 hours ago

Last modified

Share

Affiliate disclosure: Apify links on this page may include referral parameters. If you sign up through one of these links, TrueFetch may earn a commission from Apify at no extra cost to you. Pricing, features, and Actor access are unaffected.

YouTube Niche Scraper YouTube Channel Finder $0.0085 per Video Channels, Emails & Subscribers Telegram Support Telegram Group

YouTube Niche Scraper — YouTube Channel Finder: Channels, Emails & Subscribers

Search YouTube by keyword and extract video and channel profile data — with subscriber count, contact emails, channel description, channel links, video metrics, and tags — in clean structured JSON.

TL;DR (40-word answer): YouTube Niche Scraper is a no-login Apify Actor that searches YouTube by keyword at $0.0085 per video result, returning video metrics and full channel profile data including contact emails and subscriber count. Sort by relevance, view count, rating, or upload date. Last verified 2026-05-02.

What it is NOT: YouTube Niche Scraper is not a video downloader (see YouTube Video Downloader), not a comment scraper, and not a real-time live stream tracker — it searches and returns video + channel profile data.

YouTube Niche Scraper is an Apify Actor that searches YouTube for videos matching a keyword and returns full channel profiles including subscriber count, contact emails, and channel links. Maintained by TrueFetch on the Apify Store.


🏷️ Why choose YouTube Niche Scraper

YouTube Niche Scraper is best for influencer marketers, brand researchers, and AI agents who need to discover YouTube channels and contact creators in a specific niche.

  • 📧 Contact emails — extracts emails from channel descriptions automatically.
  • 📊 Full video + channel data — video metrics (views, likes, comments) AND channel metrics (subscribers, video count, tags, links) in one result.
  • ⚡ Pay-per-result pricing$0.0085 per video result. Free Apify plan includes $5/month credits ≈ 588 free results.
  • 🔃 Sort options — sort results by relevance, view_count, rating, or upload_date.

🚀 Quick Start — run in 3 steps

Run in Apify Console

  1. Open the Actor — go to YouTube Niche Scraper on Apify and click Try for free.
  2. Configure inputs — provide a keyword, max results, and sort order.
  3. Click Start — the Actor returns video + channel data in the dataset.

Run via Apify API

curl -X POST "https://api.apify.com/v2/acts/TrueFetch~youtube-niche-scraper/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"keyword": "AI tools for creators",
"max_results": 50,
"sort_by": "view_count"
}'

Run via MCP (for AI agents)

YouTube Niche Scraper is callable from Claude, ChatGPT, Cursor, and any MCP-compatible client through the Apify MCP Server. Reference the Actor as TrueFetch/youtube-niche-scraper and pass the same JSON input as above.


⚙️ Input parameters

ParameterTypeRequiredDefaultDescriptionExample
keywordstringYouTube search keyword."AI tools for creators"
max_resultsnumberMaximum number of video results to return (must be ≥ 1).50
sort_bystringSort order: relevance, view_count, rating, or upload_date."view_count"
{
"keyword": "AI tools for creators",
"max_results": 50,
"sort_by": "view_count"
}

📦 Output dataset

Each run writes one record per video to the default Apify dataset, exportable as JSON, JSONL, CSV, Excel, XML, RSS, or via the dataset API.

Video fields

FieldTypeAlways present?DescriptionExample
video_urlstringoptionalFull YouTube video URL.https://www.youtube.com/watch?v=…
video_idstringoptionalYouTube video ID.dQw4w9WgXcQ
video_titlestringoptionalVideo title.10 AI Tools Every Creator Needs
video_descriptionstringoptionalVideo description.In this video...
video_duration_secondsnumberoptionalDuration in seconds.612
video_published_atstringoptionalISO 8601 publish timestamp.2024-09-15T14:00:00+00:00
video_view_countnumberoptionalView count.1200000
video_like_countnumberoptionalLike count.45000
video_comment_countnumberoptionalComment count.3200
video_categoriesarrayoptionalYouTube categories.["Science & Technology"]
video_tagsarrayoptionalVideo tags.["AI", "tools", "creators"]

Channel fields

FieldTypeAlways present?DescriptionExample
channel_namestringoptionalChannel name.Tech With Tim
channel_handlestringoptionalChannel @handle.@TechWithTim
channel_urlstringoptionalChannel URL.https://www.youtube.com/@TechWithTim
channel_descriptionstringoptionalChannel description.Programming tutorials and AI content.
channel_tagsarrayoptionalChannel tags.["python", "AI"]
channel_linksarrayoptionalExternal links from channel profile.[{"url": "https://..."}]
contact_emailsarrayoptionalEmails extracted from channel description.["hello@techwithim.com"]
channel_avatar_urlstringoptionalChannel avatar URL.https://yt3.ggpht.com/...
channel_banner_urlstringoptionalChannel banner URL.https://yt3.ggpht.com/...
channel_is_verifiedbooleanoptionalWhether the channel is YouTube-verified.true
subscriber_countnumberoptionalSubscriber count.850000
channel_view_countnumberoptionalTotal channel view count.50000000
channel_video_countnumberoptionalTotal videos published.320

Sample output

{
"video_url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
"video_title": "10 AI Tools Every Creator Needs",
"video_view_count": 1200000,
"channel_name": "Tech With Tim",
"channel_handle": "@TechWithTim",
"subscriber_count": 850000,
"contact_emails": ["hello@techwithim.com"]
}

💡 Use cases

For influencer marketers finding YouTube creators in a niche

  • Problem: a brand wants to find and contact 100 YouTube creators in the "sustainable fashion" niche.
  • How YouTube Niche Scraper solves it: search for sustainable fashion sorted by view_count, set max_results: 100.
  • Outcome: 100 channels with contact emails for $0.85.

For AI researchers benchmarking YouTube content in a topic

  • Problem: a researcher wants to analyze video engagement metrics for AI tutorial content.
  • How YouTube Niche Scraper solves it: search AI tutorial sorted by rating, set max_results: 200.
  • Outcome: 200 video/channel records at $1.70.

For AI agents discovering YouTube creators

  • Problem: an LLM agent needs YouTube channel data to recommend creators to follow.
  • How YouTube Niche Scraper solves it: call via Apify MCP Server with a niche keyword.
  • Outcome: structured channel data grounded in real YouTube search results.

💰 Pricing, limits, and performance

FactValue
Pricing modelPay-per-result (event: result)
Per-video-result price$0.0085 per video = $8.50 per 1,000
Min results per run1
Free-tier monthly allowance$5 Apify credits ≈ ~588 free video results / month
Output fields per video24
Login / cookies requiredNo — works without a YouTube account
Export formatsJSON, JSONL, CSV, Excel, XML, RSS, dataset API

⚖️ Compared with alternatives

CapabilityYouTube Niche ScraperManual browsingYouTube Data API v3
Keyword search + full channel profilespartial
Contact email extraction from channel descriptionmanual
Pay-per-result pricing$0.0085/resultN/Aquota-based
Setup time to first result< 60 secondsminutesAPI key setup needed

Verdict. YouTube Niche Scraper is ideal for marketers and researchers who need channel profiles AND contact emails from YouTube searches without managing API quotas.


⚠️ Common mistakes to avoid

  1. Missing keyword field. Required — provide a non-empty search keyword.
  2. Missing max_results field. Required — provide an integer ≥ 1.
  3. Missing sort_by field. Required — must be one of: relevance, view_count, rating, upload_date.
  4. Invalid sort_by value. Use exactly one of the four allowed strings.

🛠️ Troubleshooting

ProblemLikely causeFix
Missing keywordkeyword key not in input.Add "keyword": "your niche" to input.
Keyword cannot be emptyEmpty string provided for keyword.Provide a non-empty search term.
Missing max resultsmax_results key not in input.Add "max_results": 50 to input.
Missing sort bysort_by key not in input.Add "sort_by": "relevance" to input.
Sort by must be one of...Invalid sort value.Use: relevance, view_count, rating, or upload_date.
Empty contact_emailsChannel description has no email.Normal — not all channels publish contact emails publicly.

❓ FAQ

What data does YouTube Niche Scraper return?

Video data (URL, title, description, duration, views, likes, comments, tags) plus full channel data (name, handle, URL, description, subscriber count, total views, video count, contact emails, channel links, avatar, banner, verification).

How much does YouTube Niche Scraper cost?

$0.0085 per video result. The Apify Free plan includes $5/month credits ≈ ~588 free results.

Does YouTube Niche Scraper require a YouTube API key?

No — the Actor works without any YouTube API credentials or login.

Can I schedule YouTube Niche Scraper to run automatically?

Yes. Use Apify Schedules to monitor a niche on a recurring basis and push new results via Webhooks.


🔌 Integrations

YouTube Niche Scraper plugs straight into the Apify ecosystem:

  • Schedules — run weekly to track new videos and channels in your niche (docs).
  • Webhooks — POST results to your CRM or outreach tool on ACTOR.RUN.SUCCEEDED (docs).
  • Apify APIrun-sync-get-dataset-items for blocking calls, runs for async (docs).
  • MCP Server — call the Actor from Claude, ChatGPT, or Cursor agents (docs).
  • No-code — Make, Zapier, n8n, Pipedream, Google Sheets, Airtable.

🧱 Sister Actors from TrueFetch

Jobs

Shopping & Deals

Vehicles

Real Estate

Local Business & Food

Classifieds

Social Media

Videos & Text

Content & Articles


📞 Support, changelog, last updated

Support

Maintained by TrueFetch on the Apify Store.

Cost of doing nothing: manually searching YouTube for niche creators and extracting their contact info takes days. YouTube Niche Scraper returns hundreds of channels with emails for under $2. → Try it free with $5 of Apify credits.

Changelog

  • 2026-05-02 — README rewritten for SEO + GEO; documented all inputs, output structure, pricing, troubleshooting, and FAQ.
  • 2026-03 — Added sort_by sort options (relevance, view_count, rating, upload_date).
  • 2026-02 — Initial release: YouTube niche keyword search Actor.

{
"@context": "https://schema.org",
"@graph": [
{
"@type": "SoftwareApplication",
"@id": "https://apify.com/TrueFetch/youtube-niche-scraper#software",
"name": "YouTube Niche Scraper",
"description": "Apify Actor that searches YouTube by keyword at $0.0085 per result, returning full video metrics and channel profiles including subscriber count and contact emails.",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web, Cloud",
"url": "https://apify.com/TrueFetch/youtube-niche-scraper",
"offers": {
"@type": "Offer",
"price": "0.0085",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
},
"author": { "@id": "https://apify.com/TrueFetch#author-TrueFetch" },
"publisher": { "@id": "https://apify.com/TrueFetch#publisher" }
},
{
"@type": "Organization",
"@id": "https://apify.com/TrueFetch#publisher",
"name": "TrueFetch",
"url": "https://apify.com/TrueFetch",
"sameAs": ["https://t.me/Apify_Actor", "https://t.me/AiAgentApi"]
},
{
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What data does YouTube Niche Scraper return?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Video data (URL, title, description, duration, views, likes, comments, tags) plus full channel data (name, handle, URL, description, subscriber count, total views, video count, contact emails, channel links, avatar, banner, verification)."
}
},
{
"@type": "Question",
"name": "How much does YouTube Niche Scraper cost?",
"acceptedAnswer": {
"@type": "Answer",
"text": "$0.0085 per video result. The Apify Free plan includes $5/month credits — enough for ~588 free results."
}
},
{
"@type": "Question",
"name": "Does YouTube Niche Scraper require a YouTube API key?",
"acceptedAnswer": {
"@type": "Answer",
"text": "No — the Actor works without any YouTube API credentials or login."
}
}
]
},
{
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Apify",
"item": "https://apify.com"
},
{
"@type": "ListItem",
"position": 2,
"name": "Social Media",
"item": "https://apify.com/store?category=SOCIAL_MEDIA"
},
{
"@type": "ListItem",
"position": 3,
"name": "YouTube Niche Scraper",
"item": "https://apify.com/TrueFetch/youtube-niche-scraper"
}
]
}
]
}

Last Updated: May 2, 2026 Schema version: 1.1 Maintained by: TrueFetch · 💬 Telegram Group · 📧 Support