Boomplay Scraper

ENDPOINTS
GET/search/suggestions

Search Suggestions

Get typeahead suggestions for a partial query: artists, songs, albums and playlists with their type.

QUERY PARAMS

Search phrase matched against artist, song, album and playlist names.

Example: burna

2-letter country code of the Boomplay market to read (localizes charts, trending, rankings and what is licensed there).

Default: NG

Allowed values: Boomplay markets, e.g. NG, GH, KE, TZ, UG, ZA, CM, CI, SN, ZM, US, GB, IN

{
  "query": "burna",
  "suggestions": [
    {
      "text": "Burna Boy",
      "type": "artist",
      "artist_name": "Burna Boy",
      "is_new_release": false
    },
    {
      "text": "Burna Boy Love, Damini",
      "type": "album",
      "artist_name": "Burna Boy",
      "is_new_release": false
    },
    {
      "text": "Burna Boy No Sign Of Weakness",
      "type": "album",
      "artist_name": "Burna Boy",
      "is_new_release": false
    },
    {
      "text": "Burna Boy Twice As Tall",
      "type": "album",
      "artist_name": "Burna Boy",
      "is_new_release": false
    },
    {
      "text": "Burna Boy African Giant",
      "type": "album",
      "artist_name": "Burna Boy",
      "is_new_release": false
    },
    {
      "text": "Burna Boy Love",
      "type": "song",
      "artist_name": "Burna Boy",
      "is_new_release": false
    },
    {
      "text": "BURNA BOY FOR EVERYBODY DToneMusic",
      "type": "album",
      "artist_name": "DToneMusic",
      "is_new_release": false
    },
    {
      "text": "Burna Boy Big 7",
      "type": "album",
      "artist_name": "Burna Boy",
      "is_new_release": false
    },
    {
      "text": "Burna Boy Last Last",
      "type": "album",
      "artist_name": "Burna Boy",
      "is_new_release": false
    },
    {
      "text": "Burna Boy Higher",
      "type": "album",
      "artist_name": "Burna Boy",
      "is_new_release": false
    },
    {
      "text": "Burna Boy Update",
      "type": "album",
      "artist_name": "Burna Boy",
      "is_new_release": false
    },
    {
      "text": "Burna Boy Check and Balance",
      "type": "album",
      "artist_name": "Burna Boy",
      "is_new_release": false
    },
    {
      "text": "Burna Boy I Told Them...",
      "type": "album",
      "artist_name": "Burna Boy",
      "is_new_release": false
    },
    {
      "text": "Burna Boy Outside",
      "type": "album",
      "artist_name": "Burna Boy",
      "is_new_release": false
    },
    {
      "text": "Burna Boy Odogwu",
      "type": "album",
      "artist_name": "Burna Boy",
      "is_new_release": false
    },
    {
      "text": "Burna Boy Buy You Life",
      "type": "song",
      "artist_name": "Burna Boy",
      "is_new_release": false
    },
    {
      "text": "Burna Boy B. D'OR (feat. Wizkid)",
      "type": "album",
      "artist_name": "Burna Boy",
      "is_new_release": false
    },
    {
      "text": "Burna Boy Dem Dey",
      "type": "song",
      "artist_name": "Burna Boy",
      "is_new_release": false
    },
    {
      "text": "Burna Boy 28 grams",
      "type": "song",
      "artist_name": "Burna Boy",
      "is_new_release": false
    },
    {
      "text": "Burna Boy No Sign of Weakness",
      "type": "song",
      "artist_name": "Burna Boy",
      "is_new_release": false
    }
  ]
}