Youtube Tags or Hashtags Scraper avatar

Youtube Tags or Hashtags Scraper

Pricing

$5.99/month + usage

Go to Apify Store
Youtube Tags or Hashtags Scraper

Youtube Tags or Hashtags Scraper

Extracts [ TAGS OR HASHTAGS ] and related metadata from public YouTube videos using video URLs. It returns hashtags and tags in both array and text formats, along with thumbnail links, making it ideal for content research, SEO analysis, and automation workflows.

Pricing

$5.99/month + usage

Rating

0.0

(0)

Developer

Alpha Scraper

Alpha Scraper

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 months ago

Last modified

Share


📺 YouTube Tags or Hashtags Scraper

A powerful and easy-to-use actor that extracts hashtags and related metadata from public YouTube videos using only video URLs. Designed for creators, marketers, researchers, and automation workflows that need clean, ready-to-use hashtag data at scale 🚀


✨ Overview

The YouTube Hashtags Scraper allows you to submit one or multiple YouTube video URLs and receive structured hashtag data along with helpful video metadata.

It works with:

  • Standard YouTube URLs

  • Short youtu.be URLs

  • Public videos only

  • No login or cookies are required.


📦 What Data Does This Actor Provide?

For each YouTube video URL, the actor provides:

  • 🎯 Video URL reference
  • 🖼️ Best available thumbnail URL
  • 🏷️ Video tags (as array & text)
  • #️⃣ Extracted hashtags (as array & text)

All outputs are structured and automation-ready.


📤 Output Data Explained (Field by Field)

Each result item contains the following fields:

🔗 youtubeVideoUrl

  • The original YouTube video URL that was processed
  • Useful for tracking and mapping results back to inputs

🖼️ thumbnailUrl

  • A direct link to the highest available quality thumbnail
  • Ideal for previews, dashboards, or content analysis

🏷️ tagsArray

  • An array of all tags associated with the video
  • Example:
["music", "pop", "official", "viral"]

🧾 tagsText

  • Same tags as tagsArray, but formatted as a single comma-separated string
  • Perfect for exporting to CSV or text-based systems

#️⃣ hashtagsArray

  • A unique, sorted array of all hashtags found in:

    • Video title
    • Video description
  • Example:

["#music", "#viral", "#youtube"]

🧵 hashtagsText

  • All hashtags combined into a space-separated string

  • Ready for copy-paste into:

    • YouTube uploads
    • Instagram captions
    • SEO tools

📥 Input Format

Required Input

You must provide at least one YouTube video URL.

Input Field

🟢 startUrls

  • Type: Array
  • Description: List of YouTube video URLs
  • Supports multiple URLs in a single run

📌 Input Example

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

📤 Output Example

[
{
"youtubeVideoUrl": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
"thumbnailUrl": "https://i.ytimg.com/vi/dQw4w9WgXcQ/maxresdefault.jpg",
"tagsArray": [
"rick astley",
"Never Gonna Give You Up",
"nggyu",
"never gonna give you up lyrics",
"rick rolled",
"Rick Roll",
"rick astley official",
"rickrolled",
"Fortnite song",
"Fortnite event",
"Fortnite dance",
"fortnite never gonna give you up",
"rick roll",
"rickrolling",
"rick rolling",
"never gonna give you up",
"80s music",
"rick astley new",
"animated video",
"rickroll",
"meme songs",
"never gonna give u up lyrics",
"Rick Astley 2022",
"never gonna let you down",
"animated",
"rick rolls 2022",
"never gonna give you up karaoke"
],
"tagsText": "rick astley, Never Gonna Give You Up, nggyu, never gonna give you up lyrics, rick rolled, Rick Roll, rick astley official, rickrolled, Fortnite song, Fortnite event, Fortnite dance, fortnite never gonna give you up, rick roll, rickrolling, rick rolling, never gonna give you up, 80s music, rick astley new, animated video, rickroll, meme songs, never gonna give u up lyrics, Rick Astley 2022, never gonna let you down, animated, rick rolls 2022, never gonna give you up karaoke",
"hashtagsArray": [
"#NeverGonnaGiveYouUp",
"#OfficialMusicVideo",
"#RickAstley",
"#RickAstleyNever",
"#WheneverYouNeedSomebody"
],
"hashtagsText": "#NeverGonnaGiveYouUp #OfficialMusicVideo #RickAstley #RickAstleyNever #WheneverYouNeedSomebody"
},
{
"youtubeVideoUrl": "https://youtu.be/9bZkp7q19f0",
"thumbnailUrl": "https://i.ytimg.com/vi/9bZkp7q19f0/maxresdefault.jpg",
"tagsArray": [
"PSY",
"싸이",
"강남스타일",
"뮤직비디오",
"Music Video",
"Gangnam Style",
"KOREAN SINGER",
"KPOP",
"KOERAN WAVE",
"PSY 6甲",
"6th Studio Album",
"싸이6집",
"육갑",
"Psy Gangnam Style"
],
"tagsText": "PSY, 싸이, 강남스타일, 뮤직비디오, Music Video, Gangnam Style, KOREAN SINGER, KPOP, KOERAN WAVE, PSY 6甲, 6th Studio Album, 싸이6집, 육갑, Psy Gangnam Style",
"hashtagsArray": [
"#GANGNAMSTYLE",
"#PSY",
"#강남스타일",
"#싸이"
],
"hashtagsText": "#GANGNAMSTYLE #PSY #강남스타일 #싸이"
}
]

🌟 Features & Highlights

  • ✅ Supports multiple video URLs in one run
  • ✅ Extracts hashtags from both title and description
  • ✅ Removes duplicate hashtags automatically
  • ✅ Provides hashtags in array + text formats
  • ✅ Includes video tags for extended SEO analysis
  • ✅ Returns best quality thumbnail available
  • ✅ Clean JSON output, perfect for automation
  • ✅ Beginner-friendly and production-ready

🚀 Benefits & Advantages

📈 For Content Creators

  • Find hashtags used by successful videos
  • Optimize your own video metadata
  • Improve discoverability and reach

📊 For Marketers & Analysts

  • Analyze hashtag trends across videos
  • Compare tags and hashtags at scale
  • Export results to spreadsheets or BI tools

🤖 For Automation & SaaS

  • Plug directly into workflows
  • Use structured output for pipelines
  • No manual cleaning required

🧠 Best Practices

  • ✔ Use public videos only
  • ✔ Submit multiple URLs to save runtime
  • ✔ Always use full video URLs when possible
  • ✔ Store hashtagsArray for analysis
  • ✔ Use hashtagsText for publishing or SEO tools

⚠️ Possible Errors & How to Avoid Them

❌ Invalid or Broken URL

Cause: URL is incorrect or incomplete ✅ Solution: Double-check the video URL format


🔒 Private or Removed Video

Cause: Video is private, age-restricted, or deleted ✅ Solution: Use only publicly accessible videos


🚫 No Hashtags Found

Cause: Video does not contain hashtags ✅ Solution: This is normal — output will be empty, not an error


🌐 Temporary Access Issues

Cause: Network or availability issue ✅ Solution: Retry the run after a short time


📌 Use Cases

  • YouTube hashtag research
  • Viral content analysis
  • SEO keyword discovery
  • Social media automation
  • Competitor video analysis
  • Data collection for dashboards

🏁 Summary

The YouTube Hashtags Scraper is a reliable, scalable solution for extracting hashtags and tag data from YouTube videos in a clean, structured format.

If your goal is:

  • 📊 Analysis
  • 📢 Growth
  • 🤖 Automation

This actor is built for exactly that.


Here my another actors :

Youtube Iteams:

Tiktok Iteams:

Snapchat Iteams:

Instagram Iteams:

Facebook Iteams:

Amazon Iteams: