Boomplay Scraper

ENDPOINTS
GET/search/trending-keywords

Trending Keywords

Get a country's trending search keywords, each with the album, playlist or artist it points to.

QUERY PARAMS

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

{
  "country": "NG",
  "keywords": [
    {
      "keyword": "Seyi Vibez - SWAGUU",
      "type": "album",
      "target": {
        "id": 139782540,
        "name": "SWAGUU",
        "link": "https://www.boomplay.com/albums/139782540"
      }
    },
    {
      "keyword": "Fireboy DML x JAZZWRLD & Thukuthela - IMALI",
      "type": "song",
      "target": {
        "id": 265130150,
        "name": "IMALI ft. JAZZWRLD & Thukuthela",
        "link": "https://www.boomplay.com/songs/265130150"
      }
    },
    {
      "keyword": "It's Yemi Alade",
      "type": "album",
      "target": {
        "id": 139577784,
        "name": "It's Yemi Alade",
        "link": "https://www.boomplay.com/albums/139577784"
      }
    },
    {
      "keyword": "Chop Love: His & Her Vibe",
      "type": "playlist",
      "target": {
        "id": 139925328,
        "name": "Chop Love: His & Her Vibe",
        "link": "https://www.boomplay.com/playlists/139925328"
      }
    },
    {
      "keyword": "Different Wave",
      "type": "song",
      "target": {
        "id": 267544964,
        "name": "Different Wave ft. Tuff King",
        "link": "https://www.boomplay.com/songs/267544964"
      }
    },
    {
      "keyword": "Seyi Vibez's new",
      "type": "album",
      "target": null
    },
    {
      "keyword": "Bnxn - Online",
      "type": "song",
      "target": null
    },
    {
      "keyword": "IMALI",
      "type": "song",
      "target": null
    }
  ]
}