YouTube Tag Extractor

YouTube Tag Extractor
Paste a YouTube video URL and click extract. The tool fetches the page HTML and pulls out the hidden tags.
Example: https://www.youtube.com/watch?v=VIDEO_ID
Extracted YouTube Tags
Tags will appear here, one per line. You can also copy them as comma-separated text.
Tags (one per line)
Tags (comma-separated) Perfect for upload tools and descriptions
Total tags: 0
Waiting for a YouTube URL…

About This YouTube Tag Extractor

This tool helps you discover the hidden tags used on any public YouTube video. Just paste the video URL, and the tool tries to fetch the page HTML, parse the code, and extract tags YouTube uses internally.

How the Tag Extraction Works

  • Fetches the video page HTML through a CORS-friendly proxy.
  • Looks for <meta property="og:video:tag"> entries.
  • Reads <meta name="keywords" content="tag1, tag2, …"> if present.
  • Parses any "keywords": ["tag1","tag2",…] arrays inside JSON blocks.

Everything runs in your browser. The fetch call uses a public proxy service only to bypass CORS limitations. If it fails (network / proxy issue), tags can’t be fetched automatically.