VOOZH about

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

⇱ Spotify Search Albums Β· Apify


Pricing

from $2.70 / 1,000 results

Go to Apify Store

Spotify Search Albums

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

Pricing

from $2.70 / 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

a month ago

Last modified

Share

Search Spotify albums 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 albums by one or more keywords and extract structured album data in bulk.

πŸ” Search albums by title, artist name, or any keyword

πŸ’Ώ Get structured album metadata β€” type, release year, image sets, 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 album item, the Actor returns:

  • Album type, URI, ID, name
  • Album type label, release year, playable status, pre-release status
  • Artists list (name, URI)
  • Album images in multiple sizes
  • Album colors converted to hex (dominant, encore text, contrast palettes)

πŸ”§ How to use

  1. Create a free Apify account.
  2. Open Spotify Search Albums.
  3. Enter one or more search queries (e.g. ["different world alan walker", "x coldplay"]).
  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 album per dataset item.
limitintegerMax results per query (default: 10).
numberOfTopResultsintegerNumber of top results to include (default: 5).
proxyConfigurationobjectOptional. Apify Proxy or custom proxy URLs.

Offset is handled internally by the Actor (starts from 0) and is not exposed as input.

Example input

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

⬆️ Output

Each album result is pushed as one dataset item:

{
"query":"different world alan walker",
"data":{
"type":"album",
"id":"1vLYpcbwwGVClagTen3lXN",
"uri":"spotify:album:1vLYpcbwwGVClagTen3lXN",
"name":"2001x",
"album_type":"SINGLE",
"year":2026,
"playable":true,
"pre_release":false,
"artists":[
{
"name":"Adrian Khalif",
"uri":"spotify:artist:6X28gNASnalAWseUA8uI4X"
}
],
"images":[
{
"width":640,
"height":640,
"url":"https://i.scdn.co/image/ab67616d0000b273e7cecaed4e0dfbb8acfd371e"
},
{
"width":300,
"height":300,
"url":"https://i.scdn.co/image/ab67616d00001e02e7cecaed4e0dfbb8acfd371e"
},
{
"width":64,
"height":64,
"url":"https://i.scdn.co/image/ab67616d00004851e7cecaed4e0dfbb8acfd371e"
}
],
"colors":{
"dominant":"#383038",
"encore_text":"#C2B8C2",
"high_contrast":{
"background":"#383038",
"background_tinted":"#5A515A",
"text":"#FFFFFF",
"accent":"#FFFFFF",
"subdued":"#D5CAD4"
}
}
}
}

πŸ”— 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 Search Artists

headlessagent/spotify-search-artists

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

πŸ‘ User avatar

Headless Agent

3

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 Albums Scraper

nifty.codes/spotify-albums-scraper

Extract album names, release years, and artist details from Spotify search results and artist pages. Powered by Spotify Scraper.

Spotify Albums Search Scraper πŸŽΆπŸ”Ž

scrapestorm/spotify-albums-search-scraper

Gather Spotify albums data by keywords 🎧. Access detailed albums with Artists name, verification status βœ…, images πŸ“Έ, and URLs 🌐. Perfect for analyzing the music industry 🎢, discovering genres 🎡, and collecting data for projects or studies πŸ“Š. Great for professionals and music fans!

8

SPOTIFY Extractor

jupri/spotify

πŸ’« All-in-One SPOTIFY.COM Scraper

Spotify Albums Scraper

easyapi/spotify-albums-scraper

Scrape Spotify albums by keywords. Extract comprehensive album data including artist details, cover art, release dates, and playability status. Perfect for music cataloging, album research, and industry analysis.

Spotify Albums Search and Scraper πŸ’Ώ

apiharvest/spotify-albums-search-and-scraper

πŸ’Ώ Scrape Spotify albums with complete track listings, label name, copyright info, cover art in all sizes, release date precision, disc metadata & artist credits. Turn on Fetch Details for paginated tracklists and full album enrichment. Returns the exact same data Spotify uses internally.