VOOZH about

URL: https://apify.com/headlessagent/spotify-search-artists

โ‡ฑ Spotify Search Artists ยท Apify


Pricing

from $2.63 / 1,000 results

Go to Apify Store

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

3

Total users

1

Monthly active users

a month 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.

Is it legal to scrape Spotify?

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.

You might also like

Spotify Search Tracks

headlessagent/spotify-search-tracks

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

๐Ÿ‘ User avatar

Headless Agent

2

Spotify Search Playlists

headlessagent/spotify-search-playlists

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

๐Ÿ‘ User avatar

Headless Agent

2

Spotify Artists Lead Generation

lead.gen.labs/spotify-artists-lead-generation

Spotify Artists Lead Generation helps you extract detailed data about artists from Spotify, including names, genres, profile URLs, and album links.

Spotify Search Albums

headlessagent/spotify-search-albums

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

๐Ÿ‘ User avatar

Headless Agent

2

Spotify Track Scraper

nifty.codes/spotify-tracks-scraper

Extract track names, durations, artists, and album metadata from Spotify playlists, albums, and search results. Powered by Spotify Scraper.

Spotify Artists Scraper

easyapi/spotify-artists-scraper

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

nifty.codes/spotify-artists-scraper

Extract artist names, URIs, verified status, and avatar details from Spotify search results and related artist lists. Powered by Spotify Scraper.

Spotify Profile Scraper

paco_nassa/spotify-profile-scraper

Scrape public Spotify user profiles to extract usernames, avatars, follower counts, recently played artists, top artists, and public playlists. No OAuth required.

SPOTIFY Extractor

jupri/spotify

๐Ÿ’ซ All-in-One SPOTIFY.COM Scraper