YouTube Music Podcast Scraper 🎧 avatar
YouTube Music Podcast Scraper 🎧

Pricing

$19.99/month + usage

Go to Apify Store
YouTube Music Podcast Scraper 🎧

YouTube Music Podcast Scraper 🎧

Scrape YouTube Music podcast playlists data by keywords. Extract detailed information including titles, creators, thumbnails, playlist IDs, and URLs. Perfect for podcast discovery and analysis.

Pricing

$19.99/month + usage

Rating

0.0

(0)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

3

Bookmarked

27

Total users

6

Monthly active users

8 months ago

Last modified

Share

YouTube Music Podcast Playlist Scraper 🎧

Powerful scraper that extracts podcast playlist information from YouTube Music based on your keywords. Get comprehensive data about podcast playlists including titles, creators, thumbnails, and more!

🎯 Use Cases

  • Discover podcast playlists by specific topics or keywords
  • Research podcast content trends
  • Build podcast recommendation systems
  • Track podcast creators and their content
  • Analyze podcast playlist metadata

✨ Features

  • πŸ” Search by multiple keywords
  • πŸ“Š Get detailed playlist information
  • πŸ–ΌοΈ Multiple thumbnail sizes included
  • πŸ”— Direct links to playlists and channels
  • ⚑ Fast and efficient scraping
  • πŸ€– Stealth scraping with anti-detection
  • πŸ“± Mobile-friendly user agent rotation

πŸ”’ Output Dataset

Each record contains:

  • Keyword used for search
  • Playlist title
  • Creator name
  • Thumbnail URLs in various sizes
  • Playlist ID
  • Creator channel ID
  • Direct URLs to playlist and channel
  • Timestamp of when data was scraped

πŸ’‘ Input Parameters

  • keywords (Array): List of keywords to search for podcast playlists
  • maxItems (Number): Maximum number of results to collect per keyword

πŸš€ Tips

  • Use specific keywords for better results
  • Adjust maxItems based on your needs
  • Results are automatically saved to your dataset
  • Each run creates a new dataset with fresh results

πŸ’ͺ Limitations

  • Respects YouTube Music's rate limits
  • Maximum 1000 results per keyword
  • Some playlists might not be accessible in all regions

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": {
"title": "From Rewatch with Love",
"creator": "LoadingReadyRun",
"thumbnails": [
{
"url": "https://i.ytimg.com/pl_c/PLV_qemO0oathZWE6xVp94GSevMTcrurPt/studio_square_thumbnail.jpg?sqp=CLDmor0G-oaymwEICDwQPCAASFqi85f_AwYIu5LLtAY&rs=AMzJL3kx1ruA40K2CouInqFZVqCY02uwAA",
"width": 60,
"height": 60
},
{
"url": "https://i.ytimg.com/pl_c/PLV_qemO0oathZWE6xVp94GSevMTcrurPt/studio_square_thumbnail.jpg?sqp=CLDmor0G-oaymwEICHgQeCAASFqi85f_AwYIu5LLtAY&rs=AMzJL3l0OBRQ_8KuAfADHizV5xuU7ktlxw",
"width": 120,
"height": 120
},
{
"url": "https://i.ytimg.com/pl_c/PLV_qemO0oathZWE6xVp94GSevMTcrurPt/studio_square_thumbnail.jpg?sqp=CLDmor0G-oaymwEKCOIBEOIBIABIWqLzl_8DBgi7ksu0Bg&rs=AMzJL3nhMrWIDiTCYcR0-ZaLfzmo0rI4zA",
"width": 226,
"height": 226
},
{
"url": "https://i.ytimg.com/pl_c/PLV_qemO0oathZWE6xVp94GSevMTcrurPt/studio_square_thumbnail.jpg?sqp=CLDmor0G-oaymwEKCKAEEKAEIABIWqLzl_8DBgi7ksu0Bg&rs=AMzJL3lmsEnx5JQ_swZzO5dnEEs5Ln7NIQ",
"width": 544,
"height": 544
}
],
"playlistId": "PLV_qemO0oathZWE6xVp94GSevMTcrurPt",
"creatorChannelId": "UCwjN2uVdL9A0i3gaIHKFzuA",
"type": "playlist",
"playlistUrl": "https://music.youtube.com/playlist?list=PLV_qemO0oathZWE6xVp94GSevMTcrurPt",
"channelUrl": "https://music.youtube.com/channel/UCwjN2uVdL9A0i3gaIHKFzuA"
},
"scrapedAt": "2025-02-09T13:52:48.526Z"
},
...
]