All-in-One YouTube Music Scraper ๐ŸŽต avatar
All-in-One YouTube Music Scraper ๐ŸŽต

Pricing

$29.99/month + usage

Go to Store
All-in-One YouTube Music Scraper ๐ŸŽต

All-in-One YouTube Music Scraper ๐ŸŽต

Developed by

EasyApi

EasyApi

Maintained by Community

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. ๐ŸŽต

0.0 (0)

Pricing

$29.99/month + usage

0

Total users

9

Monthly users

5

Runs succeeded

>99%

Last modified

3 months ago

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.

{
"keywords": ["love"],
"maxItems": 50,
"searchType": "profiles"
}

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.

[
{
"keyword": "love",
"data": {
"channelName": "Oasis Of Love Community Church",
"channelId": "UCblGrN2PL5JvN05EGSjbULw",
"channelHandle": "@LoveOasis",
"thumbnails": [
{
"url": "https://yt3.googleusercontent.com/ytc/AIdro_lGToocwOmLeza7sHIWsacmQb7xQGVj6Zf0OHaS--FDl3Y=w60-c-h60-k-c0x00ffffff-no-l90-rj",
"width": 60,
"height": 60
},
{
"url": "https://yt3.googleusercontent.com/ytc/AIdro_lGToocwOmLeza7sHIWsacmQb7xQGVj6Zf0OHaS--FDl3Y=w120-c-h120-k-c0x00ffffff-no-l90-rj",
"width": 120,
"height": 120
}
],
"type": "Profile",
"channelUrl": "https://music.youtube.com/channel/UCblGrN2PL5JvN05EGSjbULw"
},
"scrapedAt": "2025-02-10T01:21:18.807Z"
},
...
]