๐ฌ YT-DLP Video Tools โ YouTube Metadata & More
Pricing
from $10.00 / 1,000 results
๐ฌ YT-DLP Video Tools โ YouTube Metadata & More
Extract video metadata, thumbnails & download links from YouTube & 1000+ sites via YT-DLP. Get titles, views, chapters & subtitles. Build video analysis & content tools. Pay per video.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer
NexGenData
Maintained by CommunityActor stats
1
Bookmarked
24
Total users
7
Monthly active users
a day ago
Last modified
Share
Extract video metadata, thumbnails, subtitles, and direct download URLs from YouTube, TikTok, Vimeo, Twitch, Instagram, and 1,000+ other sites โ powered by yt-dlp.
What it does
This Actor wraps the battle-tested yt-dlp library and exposes it as a pay-per-video API. Give it a list of video URLs from any yt-dlp-supported site (YouTube, TikTok, Vimeo, Twitch, Instagram, Facebook, Reddit, Twitter/X, Dailymotion, and ~1,000 more) and it returns clean structured JSON for each one.
You can request three different output modes:
metadata(default) โ title, description, view count, like count, upload date, channel, duration, thumbnails, chapters, tags, categoriesaudioโ same metadata plus a direct audio-stream URL (best-quality audio-only format)videoโ same metadata plus a direct video-stream URL (best-quality combined format)
Subtitles and caption tracks can be included on demand.
Buyers use this to build video research tools, podcast aggregators, content-analysis pipelines, transcript workflows, and competitive video-content monitoring.
Use cases
- Video research & analysis โ pull metadata on thousands of videos for trend analysis
- Podcast / audio pipelines โ get direct audio URLs to feed into transcription (Whisper, AssemblyAI)
- Content monitoring โ track view-count growth on a list of competitor videos
- Thumbnail / chapter extraction โ pull thumbnails and chapter markers for CMS imports
- Subtitle / caption mining โ extract available subtitle tracks for translation or search indexing
- Multi-platform aggregation โ unify metadata from YouTube + TikTok + Vimeo in one schema
Inputs
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
urls | array of strings | yes | ["https://www.youtube.com/watch?v=dQw4w9WgXcQ"] | List of video URLs from any yt-dlp-supported site |
format | string (enum) | no | metadata | metadata (no download URL), audio (best audio-only URL), or video (best combined URL) |
subtitles | boolean | no | false | Include subtitle / caption track info in each result |
maxVideos | integer | no | 50 | Maximum videos to process in one run (1โ1,000) |
Output
{"url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ","id": "dQw4w9WgXcQ","title": "Rick Astley - Never Gonna Give You Up (Official Music Video)","description": "The official video for...","channel": "Rick Astley","channelUrl": "https://www.youtube.com/@RickAstleyYT","uploadDate": "2009-10-25","duration": 213,"viewCount": 1547821903,"likeCount": 17500000,"thumbnails": [{ "url": "https://i.ytimg.com/vi/dQw4w9WgXcQ/maxresdefault.jpg", "width": 1280, "height": 720 }],"tags": ["Rick Astley", "Never Gonna Give You Up"],"categories": ["Music"],"chapters": [],"subtitles": {},"audioUrl": null,"videoUrl": null,"extractor": "youtube","scrapedAt": "2026-05-23T14:22:11Z"}
When format=audio or format=video, the corresponding audioUrl / videoUrl field is populated with a time-limited direct-stream URL.
Pricing
Pay-per-event: $0.01 per video result, plus a tiny $0.00005 per-GB Actor Start charge. Processing 100 videos costs roughly $1 total. You only pay for videos that successfully extract โ broken or geo-blocked URLs cost only the start fee.
Comparison
| Provider | Cost per video | Notes |
|---|---|---|
| NexGenData YT-DLP Video Tools | $0.01 | Pay-per-video, 1,000+ supported sites, no key required |
| YouTube Data API v3 | Free (with quota) | YouTube-only, no other platforms, quota of 10,000 units/day (~100 videos with full metadata) |
| RapidAPI YouTube scrapers | $0.001โ$0.01/video on monthly tiers | Subscription model, single-platform, variable reliability |
| Self-hosted yt-dlp | "Free" (infra + maintenance) | Real cost is server time, IP rotation, captcha handling; expect ongoing maintenance |
| Bright Data Social Media Scraper | Custom pricing | Enterprise-grade, requires sales conversation, minimum commits |
Use this Actor when you want zero infrastructure, multi-platform coverage from a single API, and pay-per-video billing wired into Apify's scheduling and dataset storage.
Cross-links
Other NexGenData video tools you may want to chain with this:
- Universal Video Extractor โ single-URL metadata + direct stream URLs
- YouTube Channel Scraper โ pull all videos from a channel
- TikTok Profile Scraper โ TikTok-native scraper
- Video Transcript Extractor โ captions/subtitles โ plain text
- Instagram Reels Scraper โ Reels-specific metadata
๐ New to Apify?
Don't have an Apify account yet? Get $5 in platform credit to try this Actor and 30,000+ others โ no credit card required.
NexGenData โ thenextgennexus.com
๐ฐ Pricing Example
This actor uses Pay-Per-Event pricing โ you only pay for results.
- Typical run (small): 100 results ร $0.025 = $2.50
- Medium run: 500 results ร $0.025 = $12.50
- Large run (power user): 2,000 results ร $0.025 = $50.00
Free Apify accounts get $5/mo in platform credit. A typical video + media tooling workflow at this scale typically exceeds the free credit โ upgrade to a paid Apify plan for unrestricted use.
๐ Related Actors
Pair with these for a complete workflow:
- ๐ YouTube Transcript Scraper โ Captions & Text โ pull full transcripts from any YouTube video
- ๐ YouTube Comments Scraper โ Bulk Comment Extractor โ scrape YouTube comments for audience + sentiment signals
- ๐ฌ YouTube AI Summarizer โ Transcripts & Summaries โ AI-summarize long-form YouTube content
- ๐ฌ YouTube MCP โ AI Video Search & Transcripts โ MCP server bundling YouTube intel tools for AI agents
- ๐๏ธ Podcast Scraper โ Episodes & Show Data โ scrape podcast episode metadata from public RSS feeds
โญ Found this useful?
If this Actor saved you time, a quick review on the Apify Store genuinely helps other teams discover it. Have a feature request or hit a problem? Open it from the Issues tab โ we read every one.