All-in-One YouTube Music Scraper 🎡 avatar

All-in-One YouTube Music Scraper 🎡

Try for free

2 hours trial then $29.99/month - No credit card required now

Go to Store
All-in-One YouTube Music Scraper 🎡

All-in-One YouTube Music Scraper 🎡

easyapi/all-in-one-youtube-music-scraper
Try for free

2 hours trial then $29.99/month - No credit card required now

A powerful YouTube Music scraper that extracts comprehensive data about songs, videos, albums, artists, playlists, podcasts, and user profiles. Get rich metadata including titles, views, durations, and more. Perfect for music industry research, content discovery, and trend analysis. 🎡

YouTube Music Scraper 🎡

Scrape songs, videos, albums, artists, playlists, podcasts and profiles from YouTube Music with this versatile actor. Get detailed information including titles, artists, views, durations, and more! 🎧

Features ✨

  • πŸ” Search across multiple content types:
    • Songs
    • Music Videos
    • Albums
    • Artists
    • Playlists
    • Podcasts
    • Profiles
  • πŸ“Š Rich metadata for each item
  • 🎯 Customizable search parameters
  • ⚑ Fast and efficient scraping
  • πŸ€– Automatic scrolling and data collection
  • πŸ›‘οΈ Built-in anti-blocking measures

Usage πŸ’‘

Simply provide:

  1. Keywords to search for
  2. Type of content you want to scrape
  3. Maximum number of items to collect

Output Data Structure πŸ“

Songs

  • Title
  • Video ID
  • Artist info (name, channel ID)
  • Album info
  • Duration
  • Play count
  • Thumbnails

Videos

  • Title
  • Video ID
  • Channel info
  • Duration
  • View count
  • Thumbnails

Albums

  • Title
  • Artist info
  • Release year
  • Playlist ID
  • Type (Album/EP)
  • Thumbnails

Artists

  • Name
  • Channel ID
  • Subscriber count
  • Channel URL
  • Thumbnails

Playlists

  • Title
  • Creator info
  • Song count
  • Playlist ID
  • Thumbnails

Podcasts

  • Title
  • Creator info
  • Channel ID
  • Playlist ID
  • Thumbnails

Profiles

  • Channel name
  • Channel ID
  • Channel handle
  • Channel URL
  • Account type
  • Thumbnails

Limitations ⚠️

  • Respects YouTube Music's rate limits
  • Some content might require authentication
  • Results may vary based on region

Use Cases 🎯

  • Music industry research
  • Artist analytics
  • Content discovery
  • Playlist curation
  • Market analysis
  • Trend tracking
  • User profiling

Need help or have questions? Feel free to reach out! 🀝

Input Example

A full explanation of an input example in JSON.

1{
2    "keywords": ["love"],
3    "maxItems": 50,
4    "searchType": "profiles"
5}

Output sample

The results will be wrapped into a dataset which you can always find in theΒ StorageΒ tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2    {
3        "keyword": "love",
4        "data": {
5            "channelName": "Oasis Of Love Community Church",
6            "channelId": "UCblGrN2PL5JvN05EGSjbULw",
7            "channelHandle": "@LoveOasis",
8            "thumbnails": [
9                {
10                    "url": "https://yt3.googleusercontent.com/ytc/AIdro_lGToocwOmLeza7sHIWsacmQb7xQGVj6Zf0OHaS--FDl3Y=w60-c-h60-k-c0x00ffffff-no-l90-rj",
11                    "width": 60,
12                    "height": 60
13                },
14                {
15                    "url": "https://yt3.googleusercontent.com/ytc/AIdro_lGToocwOmLeza7sHIWsacmQb7xQGVj6Zf0OHaS--FDl3Y=w120-c-h120-k-c0x00ffffff-no-l90-rj",
16                    "width": 120,
17                    "height": 120
18                }
19            ],
20            "type": "Profile",
21            "channelUrl": "https://music.youtube.com/channel/UCblGrN2PL5JvN05EGSjbULw"
22        },
23        "scrapedAt": "2025-02-10T01:21:18.807Z"
24    },
25    ...
26]
Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 0 No stars yet

  • >99% runs succeeded

  • Created in Feb 2025

  • Modified 2 days ago