Spotify Artists Scraper
2 hours trial then $19.99/month - No credit card required now
Spotify Artists Scraper
2 hours trial then $19.99/month - No credit card required now
Scrape Spotify artists data by keywords. Get detailed artist profiles including name, verification status, images, and URLs. Perfect for music industry analysis, artist research, and data collection.
Spotify Artists Scraper 🎵
Scrape detailed information about artists from Spotify based on your search keywords. This actor helps you collect comprehensive data about music artists efficiently and reliably.
🎯 Use Cases
- Music industry research and analysis
- Artist discovery and verification
- Marketing and promotional campaigns
- Database enrichment
- Competitive analysis
- Music trend analysis
✨ Features
- Search multiple keywords
- Get verified artist profiles
- Collect high-quality artist images
- Extract artist URLs and Spotify URIs
- Customizable number of results
🔢 Output
The actor provides detailed information for each artist, including:
- Artist name
- Verification status
- Spotify URI
- Profile images in multiple resolutions
- Color scheme information
- Direct Spotify URL
- Original search keyword
💎 Input Parameters
keywords
(Array): List of keywords to search for artistsmaxItems
(Number): Maximum number of artists to scrape per keyword
Input Example
A full explanation of an input example in JSON.
1{ 2 "keywords": ["punk"], 3 "maxItems": 50 4}
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.
1[ 2 { 3 "__typename": "Artist", 4 "profile": { 5 "name": "Punk Sailor", 6 "verified": true 7 }, 8 "uri": "spotify:artist:4r9UwmrPx85eon7CA4Oj4B", 9 "visuals": { 10 "avatarImage": { 11 "extractedColors": { 12 "colorDark": { 13 "hex": "#535353", 14 "isFallback": true 15 } 16 }, 17 "sources": [ 18 { 19 "height": 640, 20 "url": "https://i.scdn.co/image/ab6761610000e5eb22243eb7a7030b76e830c026", 21 "width": 640 22 }, 23 { 24 "height": 160, 25 "url": "https://i.scdn.co/image/ab6761610000f17822243eb7a7030b76e830c026", 26 "width": 160 27 }, 28 { 29 "height": 320, 30 "url": "https://i.scdn.co/image/ab6761610000517422243eb7a7030b76e830c026", 31 "width": 320 32 } 33 ] 34 } 35 }, 36 "artistUrl": "https://open.spotify.com/artist/4r9UwmrPx85eon7CA4Oj4B", 37 "keyword": "punk" 38 }, 39 { 40 "__typename": "Artist", 41 "profile": { 42 "name": "Daft Punk", 43 "verified": true 44 }, 45 "uri": "spotify:artist:4tZwfgrHOc3mvqYlEYSvVi", 46 "visuals": { 47 "avatarImage": { 48 "extractedColors": { 49 "colorDark": { 50 "hex": "#687098", 51 "isFallback": false 52 } 53 }, 54 "sources": [ 55 { 56 "height": 640, 57 "url": "https://i.scdn.co/image/ab6761610000e5eba7bfd7835b5c1eee0c95fa6e", 58 "width": 640 59 }, 60 { 61 "height": 160, 62 "url": "https://i.scdn.co/image/ab6761610000f178a7bfd7835b5c1eee0c95fa6e", 63 "width": 160 64 }, 65 { 66 "height": 320, 67 "url": "https://i.scdn.co/image/ab67616100005174a7bfd7835b5c1eee0c95fa6e", 68 "width": 320 69 } 70 ] 71 } 72 }, 73 "artistUrl": "https://open.spotify.com/artist/4tZwfgrHOc3mvqYlEYSvVi", 74 "keyword": "punk" 75 }, 76 ... 77]