Deezer Scraper

ENDPOINTS
GET/search/auto-complete

Search Autocomplete

Search-box completions for a partial query, exactly as Deezer suggests them (artists, tracks, albums, playlists).

QUERY PARAMS

Partial artist, track, album or playlist name to complete.

Example: emin

  • taylor sw

Market as an ISO-3166 alpha-2 code. Picks the residential exit country, so charts, search ranking and availability follow that market.

Default: us

Allowed values: us, gb, fr, de, br, in, ... (any Deezer market)

{
  "query": "emin",
  "country": "us",
  "suggestions": [
    "Eminem",
    "Eminem – Mockingbird",
    "Eminem – Lose Yourself",
    "Eminem – Till I Collapse",
    "Eminem – Superman",
    "Eminem – Without Me",
    "Eminem – The Eminem Show",
    "Eminem – Love The Way You Lie",
    "Eminem – Godzilla",
    "Eminem – The Marshall Mathers LP"
  ]
}