YouTube Music Profile Scraper 🎵 avatar
YouTube Music Profile Scraper 🎵

Pricing

$19.99/month + usage

Go to Store
YouTube Music Profile Scraper 🎵

YouTube Music Profile Scraper 🎵

Developed by

EasyApi

EasyApi

Maintained by Community

Extract YouTube Music channel profiles and details from search results. Get channel names, IDs, handles, thumbnails, and more for music-related profiles matching your keywords.

0.0 (0)

Pricing

$19.99/month + usage

0

Total users

2

Monthly users

1

Runs succeeded

>99%

Last modified

2 months ago

Extract detailed information about YouTube Music channel profiles based on your search keywords. This actor helps you discover and collect data about music-related channels, artists, and profiles on YouTube Music.

🎯 Use Cases

  • Music industry research and analysis
  • Artist discovery and profiling
  • Competitive analysis for music channels
  • Building music channel databases
  • Marketing research for music industry

✨ Features

  • 🔍 Search-based profile extraction
  • 📊 Detailed channel information
  • 🖼️ Multiple thumbnail resolutions
  • ⚡ Fast and efficient scraping
  • 🔄 Automatic pagination handling
  • 🎨 Clean, structured output

🔢 Output Dataset

Each record in the output dataset includes:

  • Channel name
  • Channel ID
  • Channel handle (@username)
  • Channel URL
  • Profile type
  • Thumbnail images in multiple sizes
  • Scraping timestamp
  • Search keyword used

💡 Input Parameters

  • keywords: Array of search terms to find music profiles
  • maxItems: Maximum number of profiles to scrape (default: 50)

📝 Note

This actor is designed for research and analysis purposes. Please ensure you comply with YouTube Music's terms of service when using this actor.

Input Example

A full explanation of an input example in JSON.

{
"keywords": [
"love"
],
"maxItems": 70
}

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-10T00:56:17.248Z"
},
...
]