Spotify Search Artists
Pricing
from $2.63 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
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
- Create a free Apify account.
- Open Spotify Search Artists.
- Enter one or more search queries (e.g.
["alan walker", "coldplay", "taylor swift"]). - Optionally adjust limit, numberOfTopResults, and proxy settings.
- Click Save & Start and wait for the results.
- Download your data in JSON, CSV, XML, Excel, or access it via the Apify API.
β¬οΈ Input
| Field | Type | Description |
|---|---|---|
queries | string[] | Required. List of search keywords. Results are flattened to one artist per dataset item. |
limit | integer | Max results per query (default: 10). |
numberOfTopResults | integer | Number of top results to include (default: 5). |
proxyConfiguration | object | Optional. 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
- Python:
apify-clienton PyPI - Node.js:
apify-clienton NPM
β 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.