YouTube Video Metadata Extractor avatar

YouTube Video Metadata Extractor

Pricing

$1.99 / 1,000 video info fetcheds

Go to Apify Store
YouTube Video Metadata Extractor

YouTube Video Metadata Extractor

Extract complete metadata for any YouTube video URL: title, description, view count, likes, comment count, tags, categories, thumbnails, channel info, upload date, and duration. Bulk URL input with automatic anti-bot handling via Apify proxy.

Pricing

$1.99 / 1,000 video info fetcheds

Rating

0.0

(0)

Developer

Hasnain Nisar

Hasnain Nisar

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

YouTube Video Info Scraper - Free Metadata Extractor (No API Key)

Extract complete YouTube video metadata at scale — no API key, no quotas, no login. Get titles, view counts, likes, comments, tags, descriptions, channel info, thumbnails, upload dates and more from any YouTube video URL in seconds.

What this YouTube Scraper does

This Apify actor pulls the full public metadata for any YouTube video you give it. Pass in a list of YouTube URLs and it returns a clean, structured JSON record for each one — ready to drop into Google Sheets, a database, a dashboard, or your own AI pipeline.

It works without the YouTube Data API, so you are not subject to the official 10,000 units / day quota. No API key. No OAuth. No paid tiers.

Fields returned per video

FieldDescription
idYouTube video ID
titleVideo title
descriptionFull video description
tagsTags array
categoriesYouTube categories
view_countLifetime view count
like_countLike count
comment_countComment count
upload_dateISO date (YYYY-MM-DD)
durationDuration in seconds
duration_stringHuman-readable duration (e.g. "12:34")
thumbnailHighest-resolution thumbnail URL
webpage_urlCanonical video URL
channelChannel display name
channel_urlChannel page URL
channel_follower_countSubscriber count
average_ratingRating (when available)
age_limitAge restriction (0 / 18)
platformSource platform identifier

Why use this YouTube Video Scraper?

  • No API key required — start scraping immediately
  • No daily quota — extract from millions of videos
  • Lightning fast — single HTTPS round-trip per video
  • Production-ready output — clean JSON / CSV / Excel exports
  • Supports Shorts and live streams — full URL coverage
  • Bulk extraction — pass an array of URLs, get an array of results

Use cases

  • Content research — analyze top-performing videos in your niche
  • Competitor analysis — track competitor video stats over time
  • SEO research — extract titles, tags, and descriptions for keyword ideas
  • Influencer marketing — qualify creators by view count and engagement
  • AI / ML training data — build datasets of video metadata
  • Trend tracking — monitor viral videos, new uploads, news content
  • Affiliate marketing — find high-traffic videos to target
  • Data journalism — analyze public information from YouTube

Input

Pass an array of YouTube video URLs:

{
"videoUrls": [
"https://www.youtube.com/watch?v=dQw4w9WgXcQ",
"https://youtu.be/9bZkp7q19f0",
"https://www.youtube.com/shorts/abc123"
]
}

Output

Each record in the dataset matches the field table above:

{
"id": "dQw4w9WgXcQ",
"title": "Rick Astley - Never Gonna Give You Up (Official Video)",
"channel": "Rick Astley",
"channel_url": "https://www.youtube.com/@RickAstleyYT",
"view_count": 1543210000,
"like_count": 16800000,
"comment_count": 2400000,
"upload_date": "2009-10-25",
"duration": 213,
"duration_string": "3:33",
"thumbnail": "https://i.ytimg.com/vi/dQw4w9WgXcQ/maxresdefault.jpg",
"tags": ["Rick Astley", "Music", "Pop"],
"categories": ["Music"],
"platform": "Youtube"
}

How it works

The actor uses yt-dlp under the hood — the gold-standard open-source video information extractor. yt-dlp queries YouTube's public web endpoints exactly the way a browser would, and parses the embedded player JSON. No reverse-engineered private APIs, no fragile DOM selectors.

Cost

This actor is small and fast. Memory usage stays under 256 MB and a single video extraction completes in 1–3 seconds. You only pay for the compute time you use — no per-video fees.

  • YouTube Channel Scraper — extract a channel's full video history
  • YouTube Competitor Analyzer — compare up to 5 channels side-by-side
  • YouTube Downloader — get downloadable MP4 / MP3 URLs

FAQ

Q: Do I need a YouTube Data API key? No. This actor works entirely without API credentials.

Q: Does it work on YouTube Shorts? Yes — Shorts URLs (youtube.com/shorts/...) are fully supported.

Q: Can it bypass age-restricted videos? Public metadata for age-restricted videos is returned, but the age_limit field will be 18.

Q: How fresh is the data? Data is extracted live, in real time, on each run.

Q: Is this legal? The actor extracts only publicly available metadata. You are responsible for using the data in compliance with YouTube's Terms of Service and your local laws.