What is the YouTube Tag Extractor?
The YouTube Tag Extractor pulls the tags that are actually present in a public video’s watch-page source — typically
from the <meta name="keywords"> tag and/or a "keywords":[…] JSON array embedded in the page. That is
the same data many creators hunt for manually with “View Page Source.”
This is not the same as our Competitor Tag Extractor, which only infers likely tags from a competitor’s title when the real list is unavailable. Use this tool when you have a video URL and want the real embedded tags (when the page fetch succeeds). Use the inference tool when you only have a title.
How to use it (step by step)
- Step 1: Copy a YouTube watch, Shorts, share, embed, or live URL (or the 11-character video ID).
- Step 2: Paste it here and click Extract tags.
- Step 3: Review the chip list and the one-per-line output.
- Step 4: Copy all tags or a comma-separated list for research notes.
- Step 5: Build your own focused set with the Tag Generator or Tags Optimizer — don’t paste competitor tags blindly.
The classic “View Source” method (what this automates)
Creators have long used a manual workflow: open the video → right-click → View Page Source → search for
keywords or "keywords":. YouTube sometimes embeds the uploader’s tags in that HTML. This tool automates that
scrape via public CORS proxies so you don’t have to dig through the raw source every time.
Important: YouTube’s page markup changes, and not every video exposes a full tag list in HTML. Private, age-gated, or region-blocked videos may return nothing useful. Treat extracted tags as research inputs, not a ranking cheat code.
How extraction works here
- Parse the video ID from the URL.
- Load title / channel via public oEmbed when available.
- Fetch the watch page HTML through proxies in order:
api.allorigins.win/raw?url=, thencorsproxy.io/?. - Collect tags from meta keywords and from
"keywords":[…]JSON arrays; dedupe while preserving order.
Responsible research
Use extracted tags to understand how a video is described — then write tags that truthfully match your video. Copy-pasting unrelated competitor tags (tag stuffing / tag jacking) hurts trust when viewers bounce. Prefer a short, accurate list.