Spotify Search Artists avatar

Spotify Search Artists

Pricing

from $2.63 / 1,000 results

Go to Apify Store
Spotify Search Artists

Spotify Search Artists

Search Spotify artists by keyword. Supports multiple queries in a single run.

Pricing

from $2.63 / 1,000 results

Rating

0.0

(0)

Developer

Headless Agent

Headless Agent

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Search Spotify artists by keyword. Run multiple queries in a single Actor run. No API key required.

πŸ€” What can this Actor do?

This Actor lets you search Spotify artists by one or more keywords and extract structured artist data in bulk.

πŸ” Search artists by name or keyword

🎀 Get structured artist profile β€” id, uri, verification status, avatar images, and color palette

πŸ“¦ Run multiple queries at once β€” each query produces its own dataset item

πŸ” Rotate proxies to avoid rate limiting (optional)

πŸ“¦ Download results in JSON, CSV, XML, or Excel from the Apify Dataset

🦾 Integrate via API, webhooks, SDKs (Python & Node.js), or connect with Zapier, n8n, Make, and more

βœ… What data does this Actor return?

For each artist item, the Actor returns:

  • Artist type, URI, ID
  • Profile name and verification status
  • Avatar images (all sizes)
  • Avatar dark color
  • Square cover contrast colors converted to hex

πŸ”§ How to use

  1. Create a free Apify account.
  2. Open Spotify Search Artists.
  3. Enter one or more search queries (e.g. ["alan walker", "coldplay", "taylor swift"]).
  4. Optionally adjust limit, numberOfTopResults, and proxy settings.
  5. Click Save & Start and wait for the results.
  6. Download your data in JSON, CSV, XML, Excel, or access it via the Apify API.

⬇️ Input

FieldTypeDescription
queriesstring[]Required. List of search keywords. Results are flattened to one artist per dataset item.
limitintegerMax results per query (default: 10).
numberOfTopResultsintegerNumber of top results to include (default: 5).
proxyConfigurationobjectOptional. Apify Proxy or custom proxy URLs.

Example input

{
"queries": ["alan walker", "coldplay", "taylor swift"],
"limit": 10,
"numberOfTopResults": 5
}

⬆️ Output

Each artist result is pushed as one dataset item:

{
"query": "alan walker",
"data": {
"type": "artist",
"id": "7vk5e3vY1uw9plTHJAMwjN",
"uri": "spotify:artist:7vk5e3vY1uw9plTHJAMwjN",
"profile": {
"name": "Alan Walker",
"verified": true
},
"images": {
"avatar": [
{
"width": 640,
"height": 640,
"url": "https://i.scdn.co/image/ab6761610000e5eb572a8eae56feae217f618078"
},
{
"width": 320,
"height": 320,
"url": "https://i.scdn.co/image/ab67616100005174572a8eae56feae217f618078"
},
{
"width": 160,
"height": 160,
"url": "https://i.scdn.co/image/ab6761610000f178572a8eae56feae217f618078"
}
]
},
"colors": {
"avatar": {
"dark": {
"hex": "#535353",
"is_fallback": true
}
},
"square_cover": {
"encore_text": "#bbbbbb",
"high_contrast": {
"background": "#535353",
"background_tinted": "#333333",
"text": "#ffffff",
"accent": "#ffffff",
"subdued": "#cdcdcd"
}
}
}
}
}

πŸ”— Integrations

Connect this Actor with your favorite tools via Apify integrations: Zapier, n8n, Make, Slack, Google Sheets, Google Drive, Airbyte, GitHub, and many more.

Use webhooks to trigger actions automatically when a run finishes.

🦾 Using the Apify API

❓ FAQ

Does this require a Spotify account or API key?

No. This Actor works without a Spotify account or API key β€” authentication tokens are generated automatically per session.

Can I run multiple search queries at once?

Yes. Pass an array to the queries field. Each query runs independently and produces its own dataset item.

This Actor only accesses publicly available Spotify data. Ensure you have a legitimate purpose and consult legal counsel if unsure. See also Apify's blog on the legality of web scraping.