Scrape artist information from YouTube Music search results, including artist names, subscriber counts, channel IDs, thumbnails, and more. Perfect for music industry analysis and artist research.
Automatically scrape artist information from YouTube Music search results. This actor helps you gather detailed information about music artists, including their names, subscriber counts, channel details, and more.
The actor accepts the following input parameters:
keywords
(Array): List of search terms to find artistsmaxItems
(Number): Maximum number of results to scrape per keywordmaxItems
based on your needsA full explanation of an input example in JSON.
1{ 2 "keywords": [ 3 "love" 4 ], 5 "maxItems": 70 6}
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 "name": "Love", 6 "thumbnails": [ 7 { 8 "url": "https://lh3.googleusercontent.com/xSBZrzpGEb69n7bGX6S6liVoWFVM6IO1mpmlkfWmkvhcP53RxvdtuvZ18XeLmL0GiRVoG2AB-zh8ye4S=w60-h60-p-l90-rj", 9 "width": 60, 10 "height": 60 11 }, 12 { 13 "url": "https://lh3.googleusercontent.com/xSBZrzpGEb69n7bGX6S6liVoWFVM6IO1mpmlkfWmkvhcP53RxvdtuvZ18XeLmL0GiRVoG2AB-zh8ye4S=w120-h120-p-l90-rj", 14 "width": 120, 15 "height": 120 16 } 17 ], 18 "channelId": "UCEjBSuqvwI9a1p-7PA2YxBg", 19 "subscribers": "8.64K subscribers", 20 "type": "Artist", 21 "channelUrl": "https://music.youtube.com/channel/UCEjBSuqvwI9a1p-7PA2YxBg" 22 }, 23 "scrapedAt": "2025-02-09T13:40:52.917Z" 24 }, 25 ... 26]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!