Spotify Artists Scraper avatar
Spotify Artists Scraper

Pricing

$19.99/month + usage

Go to Store
Spotify Artists Scraper

Spotify Artists Scraper

Developed by

EasyApi

EasyApi

Maintained by Community

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.

5.0 (1)

Pricing

$19.99/month + usage

2

Total users

33

Monthly users

6

Runs succeeded

>99%

Last modified

12 days ago

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 artists
  • maxItems (Number): Maximum number of artists to scrape per keyword

Input Example

A full explanation of an input example in JSON.

{
"keywords": ["punk"],
"maxItems": 50
}

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.

[
{
"__typename": "Artist",
"profile": {
"name": "Punk Sailor",
"verified": true
},
"uri": "spotify:artist:4r9UwmrPx85eon7CA4Oj4B",
"visuals": {
"avatarImage": {
"extractedColors": {
"colorDark": {
"hex": "#535353",
"isFallback": true
}
},
"sources": [
{
"height": 640,
"url": "https://i.scdn.co/image/ab6761610000e5eb22243eb7a7030b76e830c026",
"width": 640
},
{
"height": 160,
"url": "https://i.scdn.co/image/ab6761610000f17822243eb7a7030b76e830c026",
"width": 160
},
{
"height": 320,
"url": "https://i.scdn.co/image/ab6761610000517422243eb7a7030b76e830c026",
"width": 320
}
]
}
},
"artistUrl": "https://open.spotify.com/artist/4r9UwmrPx85eon7CA4Oj4B",
"keyword": "punk"
},
{
"__typename": "Artist",
"profile": {
"name": "Daft Punk",
"verified": true
},
"uri": "spotify:artist:4tZwfgrHOc3mvqYlEYSvVi",
"visuals": {
"avatarImage": {
"extractedColors": {
"colorDark": {
"hex": "#687098",
"isFallback": false
}
},
"sources": [
{
"height": 640,
"url": "https://i.scdn.co/image/ab6761610000e5eba7bfd7835b5c1eee0c95fa6e",
"width": 640
},
{
"height": 160,
"url": "https://i.scdn.co/image/ab6761610000f178a7bfd7835b5c1eee0c95fa6e",
"width": 160
},
{
"height": 320,
"url": "https://i.scdn.co/image/ab67616100005174a7bfd7835b5c1eee0c95fa6e",
"width": 320
}
]
}
},
"artistUrl": "https://open.spotify.com/artist/4tZwfgrHOc3mvqYlEYSvVi",
"keyword": "punk"
},
...
]