YouTube Music Video Scraper ๐ŸŽต avatar
YouTube Music Video Scraper ๐ŸŽต

Pricing

$19.99/month + usage

Go to Store
YouTube Music Video Scraper ๐ŸŽต

YouTube Music Video Scraper ๐ŸŽต

Developed by

EasyApi

EasyApi

Maintained by Community

Extract video information from YouTube Music search results including titles, views, duration, channel details, and thumbnails. Perfect for music data analysis, content monitoring, and market research.

0.0 (0)

Pricing

$19.99/month + usage

0

Total users

2

Monthly users

1

Runs succeeded

>99%

Last modified

3 months ago

Powerful scraper that extracts comprehensive video information from YouTube Music search results. Get detailed data about music videos, including titles, views, duration, channel information, and more.

๐ŸŽฏ Use Cases

  • Music trend analysis and research
  • Content monitoring and tracking
  • Artist performance analytics
  • Market research for music industry
  • Playlist and content curation
  • Competitive analysis

โœจ Features

  • ๐Ÿ” Search-based data extraction
  • ๐Ÿ“Š Detailed video metrics (views, duration)
  • ๐Ÿ“ฑ High-quality thumbnail URLs
  • ๐ŸŽจ Channel information and links
  • โšก Fast and efficient processing
  • ๐Ÿ›ก๏ธ Built-in anti-blocking measures
  • ๐Ÿ”„ Automatic pagination handling

๐Ÿ”ข Output Data Structure

For each video, you'll get:

  • Video title
  • Video ID and URL
  • Thumbnail images (multiple resolutions)
  • Video duration
  • View count
  • Channel details (name, ID, URL)
  • Timestamp of data collection

๐Ÿ’ก Input Parameters

  • keywords: Array of search terms to scrape
  • maxItems: Maximum number of results to collect

๐Ÿ“ Notes

  • Respects YouTube Music's terms of service
  • Results may vary based on regional availability
  • Rate limiting measures are implemented

Input Example

A full explanation of an input example in JSON.

{
"keywords": [
"u2"
],
"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": "u2",
"data": {
"title": "U2 Greatest Hits Full Album Live Best Of U2 U2 Best Songs",
"videoId": "sE1B7_3H6lo",
"thumbnails": [
{
"url": "https://i.ytimg.com/vi/sE1B7_3H6lo/sddefault.jpg?sqp=-oaymwEWCJADEOEBIAQqCghqEJQEGHgg6AJIWg&rs=AMzJL3nG34OaM3qFetpOqT6mQR6JOtr_CA",
"width": 400,
"height": 225
}
],
"duration": "2:04:07",
"views": "106K views",
"channel": {
"name": "Rock Music",
"id": "UC7hQKANZ31lMxu3cp_3FDqQ",
"url": "https://music.youtube.com/channel/UC7hQKANZ31lMxu3cp_3FDqQ"
},
"url": "https://music.youtube.com/watch?v=sE1B7_3H6lo"
},
"scrapedAt": "2025-02-09T12:28:50.152Z"
},
...
]