Skip to main content

YouTube Tag Extractor

Extract every tag and keyword from any YouTube video by pasting its page source HTML. Pulls tags from three locations — meta keywords, Open Graph video tags, and the embedded ytInitialPlayerResponse JSON — then dedupes the results into clickable chips with bulk copy and CSV export. Free, no signup, no API key, runs entirely in your browser.

How to get YouTube page source: Open the video on youtube.com → Right-click empty area → choose "View Page Source" (or press Ctrl+U on Windows/Linux, Cmd+Option+U on Mac, Firefox users: right-click → "View Page Source") → Select All (Ctrl+A) → Copy (Ctrl+C) → Paste into the textarea below.

How to Use This Tool

  1. Open the target YouTube video. Navigate to the video page on youtube.com in any modern browser. Works with regular watch URLs, Shorts URLs, embedded pages, music.youtube.com, and m.youtube.com. Let the page fully load so the embedded JSON is present in the source.
  2. Open the page source view. Right-click on an empty area of the page (not on the video player or a link) and choose "View Page Source" — the keyboard shortcut is Ctrl+U on Windows/Linux or Cmd+Option+U on Mac. A new tab opens with the raw HTML.
  3. Copy everything. Click anywhere in the source tab and press Ctrl+A (Windows/Linux) or Cmd+A (Mac) to select all, then Ctrl+C / Cmd+C to copy. The HTML is typically 0.5–2 MB — the textarea handles that volume fine.
  4. Paste into the textarea and click Extract Tags. The tool parses three independent sources: the legacy <meta name="keywords"> tag, every <meta property="og:video:tag"> element, and the embedded ytInitialPlayerResponse JSON's videoDetails.keywords array. All three are merged and deduped case-insensitively. Ctrl+Enter / Cmd+Enter works as a shortcut.
  5. Review the video info and stats. The tool extracts the video title, channel name, description snippet, and thumbnail from Open Graph tags. The stats row shows total tag count, total character length (vs YouTube's 500-char limit), and a percentage indicator. The source-breakdown badges show how many tags came from each of the three extraction locations.
  6. Copy or export. Click any individual tag chip to copy that single tag to your clipboard. Use the bulk action bar to copy all tags as comma-separated text (for pasting into another video's tag field), newline-separated (for spreadsheets), hashtag-prefixed (for social posts), or export the full list as a CSV file ready for any spreadsheet app.

About YouTube Tags & Why Competitor Research Matters

YouTube tags are descriptive keywords that channel owners attach to a video at upload time to help YouTube's algorithm understand the video's topic, context, and target audience. Unlike the title and description — both visible to viewers and used as primary ranking signals — tags are invisible to viewers and act as a private channel-to-algorithm dialog. YouTube confirmed in a 2020 Creator Insider video that tags "play a minimal role in your video's discovery" compared to title, description, and engagement signals like watch time and click-through rate. That said, tags are not useless. They remain a useful disambiguation signal (especially for short or ambiguous titles), they influence the suggested-videos sidebar (videos with overlapping tags get co-recommended), and they capture long-tail search variations the title cannot fit. For new channels with thin engagement history, tags carry proportionally more weight because there is less competing signal for the algorithm to use.

Competitor tag research is one of the most underrated YouTube SEO workflows. Every top-performing video in your niche has a tag list that reveals the exact keyword combinations the creator believes — based on their analytics — will surface their video. By extracting those tags you get a free competitive intelligence report: which broad category terms they consider canonical, which long-tail phrases they think are searched for, which trending keywords they have added recently, and what cross-pollination opportunities exist between their content and yours. Tools like TubeBuddy, vidIQ, and Morningfame have offered competitor tag research as paid features since 2015 — our free YouTube Tag Extractor does the same job in your browser without the subscription. The only friction is the manual paste step, forced on us by browser CORS rules that prevent any client-side tool from fetching youtube.com directly.

YouTube imposes a strict 500-character ceiling on the total tag list per video, where the count includes every tag character plus a comma between adjacent tags. There is no upper limit on the number of tags — only the character budget — so optimisation becomes a packing problem. Most well-optimised videos use 5–15 tags with an average length of 25–40 characters, leaving the 500-char budget split between short broad-category tags (digital marketing, tutorial, 2026), medium-specificity tags (youtube seo, keyword research), and a handful of long-tail phrases that target specific search queries (how to rank youtube videos in 2026). Our tool shows the running character count and a percentage indicator so you can stay under the 500-char ceiling when planning your own tag list. Tags exceeding 500 chars are silently truncated by YouTube at upload — you do not get an error, so the only way to catch the problem is to count proactively.

The historical weighting of tags relative to title and description has shifted significantly. From 2005 through roughly 2012, YouTube's discovery algorithm leaned heavily on tags because text-based machine learning was less sophisticated and tags were a clean, structured signal. The 2012 algorithm overhaul that introduced watch-time as the primary ranking metric quietly demoted tags. The 2017–2019 shift to BERT-style natural language understanding for titles and descriptions demoted tags further — YouTube no longer needed creators to manually annotate keywords when it could parse them from the title and description directly. Today (2026), tags are a tertiary signal at best for established channels, but remain materially useful for new channels, niche topics where the title is necessarily short, and as a tie-breaker for the suggested-video sidebar. Use the tool to learn what your competitors think is worth tagging, then refine your own list accordingly.

Ethical scraping is the operative concept here. Reading the page source of a public YouTube video page is identical to what your browser already does when you load the URL — no scraper, no API, no terms-of-service violation. The tags themselves are part of the public HTML payload YouTube serves to every visitor. The line you cannot cross is copying a competitor's entire video, script, or thumbnail wholesale — that is copyright infringement and a different issue from tag research. Using competitor tags as inspiration for your own original video is the standard practice across the entire creator economy. Pair this tool with our YouTube Thumbnail Downloader for the full visual-and-keyword competitive workflow on any video in your niche, our Keyword Density Checker to optimise your own video description for the extracted keywords, and our Meta Tag Generator for the blog post that supports your video's discoverability.

Frequently Asked Questions

How do YouTube tags affect search rankings?

YouTube tags are descriptive keywords creators add to a video to help the platform's algorithm understand the video's topic, context, and likely audience. They are a secondary ranking signal — far less powerful than the title, description, and watch-time/engagement metrics, but still useful for disambiguation. Tags help YouTube classify videos with non-obvious titles (a video titled simply "Why?" becomes searchable once tagged with "physics, gravity, lecture"), surface a video in "related videos" recommendations, and capture long-tail keyword variations the title cannot fit. YouTube confirmed in 2020 that tags "play a minimal role in your video's discovery" compared to title and description, but they still matter — especially for newer channels without strong engagement signals yet. Use 5–15 well-targeted tags per video covering the main topic, 2–3 broad category terms, and a few long-tail phrases your audience actually searches for.

Why does this tool need pasted HTML instead of just a video URL?

Browsers enforce a security feature called CORS (Cross-Origin Resource Sharing) that prevents JavaScript on one website (like emproit.com) from fetching pages from another website (like youtube.com) unless the target server explicitly permits it. YouTube does not permit cross-origin fetches of its watch pages, so our tool cannot programmatically download the HTML of a video page from your browser. The only workaround that does not require a server (which costs money, requires API keys, and would violate YouTube's terms of service) is to ask you to grab the page source manually and paste it in. Right-click on the video page, choose "View Page Source" (or press Ctrl+U on Windows / Cmd+Option+U on Mac), copy everything, and paste it here. This is the same approach legitimate YouTube SEO research tools use behind the scenes — they just hide the step on a paid server.

Where can I find tags inside a YouTube page source?

YouTube stores video tags in three different places inside the page source HTML, and our tool extracts from all three to be thorough. First, the legacy <meta name="keywords" content="tag1,tag2"> tag in the HTML head — YouTube populates this with the comma-separated tag list for backwards compatibility with old search engines. Second, multiple <meta property="og:video:tag" content="single tag"> tags — these are Open Graph protocol tags, one per HTML element, primarily used by Facebook and other social platforms to enrich link previews. Third, and most reliable, the embedded ytInitialPlayerResponse JSON object that YouTube serializes into a <script> block on the page — this contains the full video metadata including videoDetails.keywords which is the canonical source of truth. Our tool extracts from all three, dedupes case-insensitively while preserving original casing, and shows you a per-source count badge so you can see how many tags came from each location.

Is it legal to research competitor YouTube tags?

Yes — researching the tags a competitor uses is a normal, legal, ethical part of YouTube SEO and is something every serious creator and marketing team does. The tags themselves are public information served in the video's page source. Reading the page source of a public web page is not scraping in any legally meaningful sense — your browser does it every time you load any URL. What you cannot do is copy a competitor's entire video, thumbnail, or description verbatim — that would be copyright infringement. Using their tag list as inspiration to find topic-adjacent keywords for your own original video is fair, common, and effective. Tools like TubeBuddy and vidIQ have offered competitor tag research as a paid feature for years and are widely accepted by YouTube. Our tool does the same thing for free, from your browser, with the only friction being the manual paste step (see CORS FAQ above).

How many tags does YouTube use per video?

YouTube imposes a 500-character total limit on the tag list per video — that is the sum of every tag's characters including commas. Most well-optimised videos use 5–15 tags, leaving room for 30–50 character average tag length. There is no minimum number, and there is no documented maximum count beyond the 500-character ceiling. Best practice from creator-economy data is: 2–3 broad category tags (eg "digital marketing", "tutorial"), 4–6 specific topic tags ("keyword research 2026", "youtube seo"), 2–3 long-tail phrases your audience might literally type into search ("how to rank youtube videos 2026"), and 1–2 brand or channel-name tags. Avoid stuffing irrelevant trending tags — YouTube actively penalises tag spam, and irrelevant tags hurt your video's audience-fit score, suppressing recommendations even if they briefly boost search impressions. Our tool shows the total character count so you can stay under the 500-char ceiling when planning your own tag list.

What is the difference between long-tail and broad YouTube tags?

Broad tags are short, high-volume keywords like "cooking", "fitness", or "tech" — they describe the general category. Long-tail tags are longer, more specific phrases like "how to make sourdough bread without a starter" or "iphone 16 pro max camera review 4k". Broad tags help YouTube classify the video into the right vertical and surface it in category-level recommendations. Long-tail tags help the video rank for specific search queries with less competition and higher purchase intent. A well-balanced tag list uses both: 2–3 broad tags for category placement, 4–8 long-tail tags for specific search rankings, and 1–3 medium-specificity tags to bridge the two. When extracting competitor tags with this tool, look for the long-tail phrases — those reveal the exact search queries the competitor is targeting and are the highest-leverage source of new keyword ideas for your own videos.

Are YouTube tags visible to viewers?

No — YouTube tags are not directly visible to viewers anywhere in the UI. They appear only in the page source HTML and the YouTube Data API for the channel owner. This is unlike Instagram hashtags or X/Twitter hashtags, which are public-facing parts of the post itself. The implication for tag research: a competitor cannot tell you copied their tag ideas because there is no public surface where their tag list is displayed; the only way to see competitor tags is to do exactly what this tool does — read the page source. This privacy is partly why tags are de-emphasised by YouTube's algorithm relative to title and description (both of which are visible and therefore can be assessed for click-bait or keyword stuffing). Tags remain a useful private signal between creator and algorithm, and a useful research target for SEO professionals.

Can tags be changed after upload, and does YouTube re-index?

Yes — channel owners can edit tags any time from YouTube Studio under Video Details. There is no cooldown or limit on edits. YouTube's algorithm picks up tag changes within hours to a few days for established channels, and within a couple of weeks for newer or low-traffic videos. Tag changes do not reset the video's existing watch-time, engagement, or subscriber metrics — those are persistent — so editing tags is low-risk. The most common time to update tags is: (1) after a video has been live for 2–4 weeks and you can see in YouTube Analytics which search queries are actually bringing traffic — add those phrases as tags; (2) when a related topic trends and you want to capture spillover search demand; (3) when you publish a follow-up video and want both videos to share enough tag overlap that YouTube recommends them to the same audience. Use our YouTube Tag Extractor on your own top-performing videos to copy the tag pattern across newer videos in the same series.

Need a YouTube Channel That Actually Grows?

Our Video Production team builds YouTube channels from scratch — keyword research, thumbnails, scripting, editing, and channel optimization for growth.

Let's Talk