Spotify Track Search 🎡 avatar
Spotify Track Search 🎡

Pricing

$19.99/month + usage

Go to Apify Store
Spotify Track Search 🎡

Spotify Track Search 🎡

Developed by

EasyApi

EasyApi

Maintained by Community

Extract and search Spotify tracks data using keywords. Get comprehensive track information including artists, album details, track URLs, and preview links - perfect for music data analysis and content discovery.

0.0 (0)

Pricing

$19.99/month + usage

1

10

2

Last modified

10 months ago

Extract detailed track information from Spotify using search keywords. This Actor helps you gather comprehensive music data including track details, artist information, album metadata, and more.

Features 🌟

  • Search Spotify tracks using keywords
  • Get detailed track information including:
    • Track title and ID
    • Artist details
    • Album information
    • Release dates
    • Duration
    • Preview URLs
    • Spotify URIs and external links

Use Cases πŸ’‘

  • Music data analysis and research
  • Content discovery and curation
  • Playlist generation
  • Music industry insights
  • Artist research
  • Marketing analysis

Output πŸ“Š

The Actor outputs JSON format data containing:

  • Track title and artists
  • Album details and release date
  • Track duration and number
  • Spotify URLs for both track and album
  • Preview URL (when available)
  • Unique identifiers (Track ID, Album ID, URI)

Input Parameters βš™οΈ

ParameterTypeDescription
searchQueryStringThe search term to find tracks on Spotify

Cost & Usage πŸ’°

  • Memory: 256 MB
  • Compute Units: Minimal usage
  • Typical runtime: ~1-2 seconds per search query

Input Example

A full explanation of an input example in JSON.

{
"searchQuery": "wind"
}

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.

[
{
"title": "Winds of Change (feat. myndstream)",
"artists": [
"Timbaland",
"Malte Marten",
"myndstream"
],
"albumArtists": [
"Timbaland",
"Malte Marten"
],
"trackId": "3bIDLdalTypKnBGYK7wsrG",
"albumReleaseDate": "2024-12-05",
"albumId": "1oL6jSjfCVu2ugtzFK7dYp",
"totalAlbumTracks": 10,
"durationMs": 183773,
"uri": "spotify:track:3bIDLdalTypKnBGYK7wsrG",
"albumUrl": "https://open.spotify.com/album/1oL6jSjfCVu2ugtzFK7dYp",
"trackUrl": "https://open.spotify.com/track/3bIDLdalTypKnBGYK7wsrG",
"previewUrl": "https://p.scdn.co/mp3-preview/8c846cfdee134ce9ab79d1333448f3653df592cd?cid=acc6302297e040aeb6e4ac1fbdfd62c3"
},
{
"title": "Wind It Up",
"artists": [
"Gwen Stefani"
],
"albumArtists": [
"Gwen Stefani"
],
"trackId": "1GeECVH4Msg1zLm8DExkbH",
"albumReleaseDate": "2006-01-01",
"albumId": "7xnZ539lh8x6de9jzlpCJp",
"totalAlbumTracks": 12,
"durationMs": 189586,
"uri": "spotify:track:1GeECVH4Msg1zLm8DExkbH",
"albumUrl": "https://open.spotify.com/album/7xnZ539lh8x6de9jzlpCJp",
"trackUrl": "https://open.spotify.com/track/1GeECVH4Msg1zLm8DExkbH",
"previewUrl": null
},
...
]