YouTube Search Results Scraper - Video Data
Pricing
from $1.50 / 1,000 results
YouTube Search Results Scraper - Video Data
Scrape YouTube search results by keyword: video title, URL, description, duration, channel, channel URL, views, thumbnail and verification flag.
Pricing
from $1.50 / 1,000 results
Rating
0.0
(0)
Developer
Ben
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
YouTube Search Results Scraper - Video & Channel Data
Scrape YouTube search results by keyword and export clean video metadata in one run. Get video title, URL, description, duration, channel, channel URL, uploader id, view count, thumbnail, verification flag and the query that produced each result. Export to JSON/CSV/Excel, run on a schedule, call via API, or connect to Make, Zapier or n8n.
What is the YouTube Search Results Scraper?
YouTube search is one of the easiest ways to discover content, competitors, creators and market trends. This actor turns keyword searches into structured datasets that can be used for SEO research, influencer discovery, content monitoring, topic analysis, video prospecting and reporting.
The actor uses yt-dlp flat extraction. It does not download videos. It only reads metadata for search-result entries, which keeps runs lightweight and practical for scheduled workflows.
What data does it extract?
- Video metadata: title, video id, watch URL, description, duration and thumbnail.
- Channel metadata: channel name, channel id, channel URL, uploader id and verification flag when available.
- Performance signals: view count and publish timestamp when YouTube exposes them in the result.
- Search context: the exact query that produced each row, useful when exporting multiple keyword groups.
Input
Add one or more search phrases in queries. Examples:
python tutorialai agentsshopify dropshippingreal estate investingfitness coaching
Set maxResults to control how many videos are returned per query. The default is intentionally small enough for quick tests.
Example input
{"queries": ["python tutorial", "ai automation agency"],"maxResults": 10}
Output
Each dataset row can include:
{"video_id": "abc123","url": "https://www.youtube.com/watch?v=abc123","title": "Python Tutorial for Beginners","description": "Learn Python from scratch...","duration_seconds": 3600,"channel": "Example Channel","channel_id": "UC123","channel_url": "https://www.youtube.com/channel/UC123","uploader_id": "examplechannel","view_count": 1250000,"timestamp": 1767139200,"thumbnail": "https://i.ytimg.com/...","channel_is_verified": true,"query": "python tutorial"}
Use cases
🎥 SEO and content research: Search the same keyword set weekly and compare which video titles, channels and thumbnails appear. This is useful for content teams planning new videos or studying what YouTube rewards in a niche.
🧲 Influencer discovery: Search buyer-intent or niche keywords, then use the channel fields to build a shortlist of creators. You can enrich the channel URLs later with emails, websites or social links.
📊 Competitive monitoring: Brands can watch keywords around their products, competitors, categories or problem statements. The output is easy to store and compare over time.
🧠 Market research: Agencies, investors and product teams can use YouTube search results as a public signal for what audiences are learning, comparing and buying.
🗂️ Video lead lists: Build a dataset of channels and videos around a market, then pipe channel URLs into contact enrichment or manual review workflows.
Workflow ideas
Run this actor weekly for the same keyword list and store the result in a dataset, spreadsheet or database. Compare new videos, repeated channels, title patterns and thumbnails. For content marketing, combine it with transcript extraction to study the top videos in more detail. For sales and partnerships, combine it with a website/contact extractor to find the public business contact behind a creator or brand channel.
Because each row keeps the source query, you can run a mixed list of keywords in one task and still filter the output later. That makes it useful for agencies managing several client niches or for teams tracking many product categories at once.
Reliability notes
The actor does not use a YouTube API key and does not download media. YouTube may occasionally change page behavior, so keep scheduled runs modest and avoid aggressive high-volume scraping.
For very large datasets, split your keyword list into several tasks. That makes failures easier to retry and gives cleaner per-topic datasets. If you are monitoring important keywords, keep a saved task per keyword group so the run history stays easy to inspect.
Pricing
This actor uses pay-per-result pricing. You are charged for each video result pushed to the dataset, plus a tiny actor-start event.
FAQ
Does it download videos?
No. It only extracts metadata.
Does it require a YouTube API key?
No. It uses public YouTube metadata extraction through yt-dlp.
Can I scrape multiple queries?
Yes. Add multiple values to queries; each row includes the source query.
Can I schedule it?
Yes. Use saved tasks to monitor keywords daily, weekly or monthly.
Does it include channel data?
It returns channel name, channel id and channel URL when available.
Can it return every YouTube result for a keyword?
No scraper can guarantee a complete YouTube search universe because YouTube search is dynamic and personalized. This actor is designed for practical result snapshots and repeatable keyword monitoring.
Can I use it for lead generation?
Yes, as a discovery step. It gives you videos and channels. You can then review channels manually or enrich channel websites with a separate contact extractor.
Is it legal?
This actor extracts publicly available metadata. You are responsible for using the output lawfully, respecting YouTube's terms, privacy rules, copyright, CAN-SPAM, GDPR and any platform-specific limits that apply to your use case.
Why use this instead of the official YouTube API?
The official API is excellent when you already have a quota and a developer setup. This actor is simpler for no-code exports, scheduled scraping, quick research and Apify workflows.
You might also like
- YouTube Transcript Scraper - extract transcripts from videos
- YouTube Playlist Extractor - export playlist videos
- Website Contact Extractor - find emails from creator websites
- Google News Scraper - monitor news results
Keywords
YouTube search scraper, YouTube SERP API, YouTube video data, YouTube keyword research, YouTube channel discovery, YouTube SEO scraper, video search results, creator discovery, influencer lead generation.