YouTube Niche Scraper
Pricing
from $4.50 / 1,000 results
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
Actor stats
1
Bookmarked
4
Total users
3
Monthly active users
13 hours ago
Last modified
Categories
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: 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, orupload_date.
🚀 Quick Start — run in 3 steps
Run in Apify Console
- Open the Actor — go to YouTube Niche Scraper on Apify and click Try for free.
- Configure inputs — provide a keyword, max results, and sort order.
- 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
| Parameter | Type | Required | Default | Description | Example |
|---|---|---|---|---|---|
keyword | string | ✅ | — | YouTube search keyword. | "AI tools for creators" |
max_results | number | ✅ | — | Maximum number of video results to return (must be ≥ 1). | 50 |
sort_by | string | ✅ | — | Sort 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
| Field | Type | Always present? | Description | Example |
|---|---|---|---|---|
video_url | string | optional | Full YouTube video URL. | https://www.youtube.com/watch?v=… |
video_id | string | optional | YouTube video ID. | dQw4w9WgXcQ |
video_title | string | optional | Video title. | 10 AI Tools Every Creator Needs |
video_description | string | optional | Video description. | In this video... |
video_duration_seconds | number | optional | Duration in seconds. | 612 |
video_published_at | string | optional | ISO 8601 publish timestamp. | 2024-09-15T14:00:00+00:00 |
video_view_count | number | optional | View count. | 1200000 |
video_like_count | number | optional | Like count. | 45000 |
video_comment_count | number | optional | Comment count. | 3200 |
video_categories | array | optional | YouTube categories. | ["Science & Technology"] |
video_tags | array | optional | Video tags. | ["AI", "tools", "creators"] |
Channel fields
| Field | Type | Always present? | Description | Example |
|---|---|---|---|---|
channel_name | string | optional | Channel name. | Tech With Tim |
channel_handle | string | optional | Channel @handle. | @TechWithTim |
channel_url | string | optional | Channel URL. | https://www.youtube.com/@TechWithTim |
channel_description | string | optional | Channel description. | Programming tutorials and AI content. |
channel_tags | array | optional | Channel tags. | ["python", "AI"] |
channel_links | array | optional | External links from channel profile. | [{"url": "https://..."}] |
contact_emails | array | optional | Emails extracted from channel description. | ["hello@techwithim.com"] |
channel_avatar_url | string | optional | Channel avatar URL. | https://yt3.ggpht.com/... |
channel_banner_url | string | optional | Channel banner URL. | https://yt3.ggpht.com/... |
channel_is_verified | boolean | optional | Whether the channel is YouTube-verified. | true |
subscriber_count | number | optional | Subscriber count. | 850000 |
channel_view_count | number | optional | Total channel view count. | 50000000 |
channel_video_count | number | optional | Total 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 fashionsorted byview_count, setmax_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 tutorialsorted byrating, setmax_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
| Fact | Value |
|---|---|
| Pricing model | Pay-per-result (event: result) |
| Per-video-result price | $0.0085 per video = $8.50 per 1,000 |
| Min results per run | 1 |
| Free-tier monthly allowance | $5 Apify credits ≈ ~588 free video results / month |
| Output fields per video | 24 |
| Login / cookies required | No — works without a YouTube account |
| Export formats | JSON, JSONL, CSV, Excel, XML, RSS, dataset API |
⚖️ Compared with alternatives
| Capability | YouTube Niche Scraper | Manual browsing | YouTube Data API v3 |
|---|---|---|---|
| Keyword search + full channel profiles | ✅ | ❌ | partial |
| Contact email extraction from channel description | ✅ | manual | ❌ |
| Pay-per-result pricing | $0.0085/result | N/A | quota-based |
| Setup time to first result | < 60 seconds | minutes | API 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
- Missing
keywordfield. Required — provide a non-empty search keyword. - Missing
max_resultsfield. Required — provide an integer ≥ 1. - Missing
sort_byfield. Required — must be one of:relevance,view_count,rating,upload_date. - Invalid
sort_byvalue. Use exactly one of the four allowed strings.
🛠️ Troubleshooting
| Problem | Likely cause | Fix |
|---|---|---|
Missing keyword | keyword key not in input. | Add "keyword": "your niche" to input. |
Keyword cannot be empty | Empty string provided for keyword. | Provide a non-empty search term. |
Missing max results | max_results key not in input. | Add "max_results": 50 to input. |
Missing sort by | sort_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_emails | Channel 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 API —
run-sync-get-dataset-itemsfor blocking calls,runsfor 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
- Best Job Search
- Glassdoor Job Search
- Glints Company Finder
- Glints Job Finder
- Indeed Job Search
- JobStreet Company Finder
- JobStreet Job Finder
- LinkedIn Job Search
- StepStone Company Finder
- StepStone Job Finder
Shopping & Deals
- Amazon Deals Scraper
- Amazon Store Finder
- Argos Deals Scraper
- ASOS Fashion Scraper
- eBay Deals Scraper
- eBay Seller Finder
- Flipkart Deals Scraper
- John Lewis Deals Scraper
- Lidl Deals Scraper
- Magalu Deals Scraper
- MediaMarkt Deals Scraper
- Mercado Livre Deals Scraper
- Nykaa Beauty Scraper
- OTTO Deals Scraper
- Target Deals Scraper
- TradeIndia Product Finder
- TradeIndia Supplier Finder
- Walmart Deals Scraper
Vehicles
- AutoTrader Car Finder
- AutoTrader Dealer Finder
- Cars.com Car Finder
- Cars.com Dealer Finder
- Webmotors Car Finder
Real Estate
Local Business & Food
- BBB Business Finder
- BBB Review Checker
- Google Business Profile
- Reclame Aqui Company Finder
- Zomato Menu Checker
- Zomato Restaurant Finder
Classifieds
Social Media
- Find Any Company On LinkedIn
- Find Anyone On LinkedIn
- Instagram Explore
- Instagram Post
- Instagram Profile
- Reddit Community Post
- Reddit Community Profile
- Reddit Community User
- Reddit Post Search
- Reddit User Profile
- Social Media Marketing
- Telegram Channel Message
- Telegram Group Member
- Telegram Profile
- X Community Profile
- X User Profile
Videos & Text
- Best Video Downloader
- Instagram To Text
- TikTok Live Recorder
- TikTok Video Downloader
- TikTok Video Lookup
- Video Subtitles Downloader
- Video To Text
- YouTube Niche Scraper
- YouTube Video Downloader
Content & Articles
📞 Support, changelog, last updated
Support
- 💬 Telegram Group: t.me/Apify_Actor
- 📧 Direct support: t.me/AiAgentApi
- 📖 Actor page & docs: apify.com/TrueFetch/youtube-niche-scraper
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_bysort 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