Deezer Music Search (Free) avatar

Deezer Music Search (Free)

Pricing

Pay per usage

Go to Apify Store
Deezer Music Search (Free)

Deezer Music Search (Free)

Search Deezer for tracks, artists and albums by keyword. Returns title, artist, album, duration, popularity rank, 30s preview URL and cover art. Free, no API key.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

D N

D N

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Free Apify actor. Search Deezer for tracks, artists and albums by keyword using the public Deezer API (no API key required). Returns rich metadata including a 30-second preview URL and cover art.

What it does

For each query, it searches Deezer and returns matching tracks with title, artist, album, duration, popularity rank, a direct Deezer link, a preview MP3 URL and album cover — ready for music discovery apps, playlist tooling or catalog research.

Input

FieldTypeDescription
queriesarraySearch terms (track, artist, or album).
maxResultsintegerTracks per query (1-100, default 25).

Output (one item per track)

{
"query": "adele hello",
"status": "found",
"title": "Hello",
"artist_name": "Adele",
"album_title": "25",
"duration_seconds": 295,
"rank": 900000,
"preview_url": "https://cdnt-preview.dzcdn.net/....mp3",
"deezer_link": "https://www.deezer.com/track/...",
"album_cover": "https://.../250x250.jpg"
}

Every input yields at least one item, with status: found, not_found, or error.

Use cases

  • Power music search and discovery features.
  • Build playlists or catalogs with preview links and cover art.
  • Enrich music datasets with popularity ranks and album metadata.
  • Prototype apps against a real music catalog without an API key.

Limitations & fair use

Data comes from the public Deezer API and is subject to Deezer's terms. Preview URLs are time-limited by Deezer. For personal, research and prototyping use.

More actors by this developer

See all free tools on the author profile.