YouTube Scraper
parseforge/youtube-scraper
AutomationSocial mediaOther
Extract YouTube videos with channel profiles and transcripts. No API key required. Export to CSV, JSON, Excel, or XML.
- Total users
- 77
- Monthly active
- 2
- Total runs
- 484
- Bookmarked
- 2
- Rating
- Not rated yet
- Last modified
- 9 days ago
Overview
YouTube Scraper
Scrape YouTube videos, channels, and transcripts from any search, playlist, or URL, up to a million per run. Every video comes with its title, description, view count, likes, channel profile, and full transcript. No API key or quota. Export to CSV, JSON, Excel, or XML.
YouTube's official Data API requires a Google Cloud project, OAuth setup, and daily quotas that run out fast. This scraper reads public YouTube pages directly, so you get video metadata, channel info, and captions without any registration. Each result is a flat row with all the fields you need for analysis.
| Who uses it | What they scrape YouTube for |
|---|---|
| Content researchers | Track which topics and creators are trending in a niche over time. |
| SEO analysts | Gather video titles, descriptions, and tags to reverse-engineer ranking strategies. |
| Market intelligence teams | Monitor competitor channels and their most viewed uploads. |
| Data scientists | Build training datasets from YouTube transcripts and metadata. |
What it does
This Actor collects YouTube videos by search query, playlist URL, or direct video/channel link, and returns each one with its metadata, channel profile, and transcript as a single flat row.
- ๐ Search queries: Enter any term, video URL, or channel handle (@channelname) and the actor auto-detects the type, then enriches each video with full channel profile.
- ๐ Playlist scraping: Provide one or more playlist URLs and every video in the playlist is collected up to your max limit.
- ๐ Computed signals: Each video includes view count, like count, comment count, duration, upload date, and channel subscriber count.
Results export to CSV, JSON, Excel, or XML, or straight from the API.
What you can do with YouTube data
๐ Track trending topics.
A content strategist runs daily searches for keywords in their niche and exports the top videos to see what formats and titles are gaining traction.
๐ Audit competitor channels.
A marketing analyst feeds competitor channel handles into the actor and collects every video's metadata to compare upload frequency, engagement, and topic focus.
๐ Build a transcript dataset.
A researcher scrapes videos from educational playlists and downloads the transcripts to train a natural language model on lecture content.
๐ Monitor brand mentions.
A brand manager searches for their product name weekly and collects video titles, descriptions, and comments to gauge public sentiment.
Why choose this scraper
| What you get | |
|---|---|
| Video metadata | Title, description, URL, thumbnail, duration, upload date, view count, like count, comment count. |
| Channel profile | Channel name, URL, subscriber count, total videos, channel description, and avatar. |
| Transcript | Full captions text when available, with timestamps. |
| Search filters | Sort by relevance, upload date, view count, or rating. Filter by upload date, duration, type, and features. |
How it compares
Compared to other YouTube scrapers on Apify, this actor uniquely includes full channel profiles and transcripts in every result, with no extra steps.
| Feature | ParseForge | YouTube Scraper |
|---|---|---|
| Full video metadata | Yes | Yes |
| Channel profile (subs, total videos) | Yes | Not listed |
| Transcripts | Yes | Not listed |
| Playlist scraping | Yes | Not listed |
| Search filters (date, duration, type) | Yes | Not listed |
| No API key required | Yes | Yes |
Configure the run
Drive the Actor from search queries, playlist URLs, or direct video/channel links, alone or together. Filters for upload date, video duration, video type, and features (HD, subtitles, 4K, live, HDR, VR180) run as each video is read so only matches reach your dataset. The Input tab lists every parameter.
A first run with the defaults:
{
"playlistUrls": [
"https://www.youtube.com/playlist?list=PLrAXtmErZgOeiKm4sgNOknc9TTnkwVnCH"
],
"searchQueries": [
"python tutorial",
"web scraping"
],
"maxItems": 10
}
A larger pull:
{
"playlistUrls": [
"https://www.youtube.com/playlist?list=PLrAXtmErZgOeiKm4sgNOknc9TTnkwVnCH"
],
"searchQueries": [
"python tutorial",
"web scraping"
],
"maxItems": 200
}
Pricing
Pay-per-result: $0.08 per result collected. You pay only for the results written to your dataset.
| Results collected | Approximate cost |
|---|---|
| 100 results | $8.00 |
| 1,000 results | $80.00 |
| 10,000 results | $800.00 |
New Apify accounts start with $5 in free credit.
Free users
Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.
Run it
- Create a free Apify account with $5 in credit.
- Open the YouTube Scraper.
- Set your inputs and any filters, then click Start.
- Export the results as CSV, Excel, JSON, or XML from the Dataset tab.
Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.
Use with AI agents (MCP)
Give an AI agent live access to YouTube through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:
claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/youtube-scraper"
Then prompt it in plain language to run the scraper and read back the results.
Troubleshooting
Why am I getting no results?
Check that your search query or playlist URL is correct and publicly accessible. Some channels or videos may be private or region-restricted. Also verify that maxItems is set high enough.
The transcript field is empty.
Not all videos have captions enabled. The actor only returns transcripts when they are publicly available. Try a different video or check if the video has auto-generated captions.
The actor is running slowly.
Large playlists or broad search queries can take time. Reduce maxItems or narrow your search with filters like upload date or video duration to speed things up.
I see an error about rate limiting.
YouTube may temporarily block rapid requests. The actor handles retries automatically, but if you hit limits, try reducing concurrency or spreading runs over time.
FAQ
| Question | Answer |
|---|---|
| Do I need a YouTube API key? | No. This scraper reads public YouTube pages directly, so you don't need any API key or Google Cloud project. |
| Can I scrape an entire channel? | Yes. Enter the channel's handle (e.g., @channelname) or a channel URL as a search query, and the actor will collect all videos from that channel up to your maxItems limit. |
| Does it get video transcripts? | Yes. When a video has captions available, the actor extracts the full transcript text and includes it in the output. |
| What is the maximum number of videos I can scrape? | You can set maxItems up to 1,000,000 per input. The actual number depends on your Apify plan and memory limits. |
| Can I filter by upload date? | Yes. You can filter search results by last hour, today, this week, this month, this year, or any time. |
| Does it scrape comments? | No. This actor focuses on video metadata, channel profiles, and transcripts. Comments are not included. |
| Can I scrape playlists? | Yes. Provide one or more playlist URLs and the actor will scrape every video in each playlist up to your maxItems limit. |
| What export formats are supported? | You can export the dataset as CSV, JSON, Excel, XML, or HTML directly from the Apify platform. |
Related actors
Browse the full ParseForge collection for more scrapers.
๐ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.
โ ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Google LLC. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.
Input
| Field | Type | What it does | Default |
|---|---|---|---|
| playlistUrls | array | YouTube playlist URLs (e.g., https://www.youtube.com/playlist?list=PLrAXtmErZgOeiKm4sgNOknc9TTnkwVnCH). Each playlist will be fully scraped up to maxItems. | ["https://www.youtube.com/playlist?list= |
| searchQueries | array | Enter search terms, video URLs, or channel handles (@channelname). The actor auto-detects the type and enriches each video with full channel profile. | ["python tutorial","web scraping"] |
| maxItems | integer | How many videos to collect per input. | 10 |
| sortBy | string (4 options) | How to sort search results (applies to search queries only, not playlists) | relevance |
| uploadDate | string (6 options) | Filter search results by upload date | any |
| videoDuration | string (4 options) | Filter search results by video length | any |
| videoType | string (2 options) | Filter search results by video type | video |
| features | array | Filter search results by video features (select multiple) | not set |
Pricing
from $3.00 per 1,000 results
| Charged for | What it is | Price each |
|---|---|---|
| result | Single result in the default dataset. | $0.003 to $0.0035 |
| Actor Start | Charged when the Actor starts running. Number of events charged depends on Actor memory (one event per GB, minimum one event). | $0.075 to $0.08 |
Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.
API
One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.
curl -X POST "https://api.apify.com/v2/acts/parseforge~youtube-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"helloWorld": 123
}' Examples
Input that runs as-is.
{
"helloWorld": 123
} Reviews
No reviews yet. Be the first.
Issues
We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.
Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.
