Boomplay Scraper

ENDPOINTS
GET/artists/similar

Similar Artists

Get artists similar to an artist, plus its current and all-time Boomplay rank and country.

QUERY PARAMS

Boomplay artist ID, web ID or any boomplay.com artist URL.

Examples:

  • ID: 1182
  • Web ID: EQLrRCvdumHwHMf91r1e6aLl
  • URL: https://www.boomplay.com/artists/EQLrRCvdumHwHMf91r1e6aLl
{
  "artist": {
    "id": 1182,
    "web_id": "EQLrRCvdumHwHMf91r1e6aLl",
    "name": "Burna Boy",
    "link": "https://www.boomplay.com/artists/EQLrRCvdumHwHMf91r1e6aLl",
    "country": "Nigeria",
    "rankings": {
      "current": 74,
      "all_time": 5
    }
  },
  "similar_artists": [
    {
      "type": "artist",
      "id": null,
      "web_id": "EQItm3YyQ9eYwr7DFnnfoLgG",
      "name": "Mr Eazi",
      "link": "https://www.boomplay.com/artists/EQItm3YyQ9eYwr7DFnnfoLgG",
      "play_count": null,
      "image": "https://source.boomplaymusic.com/group10/M00/08/21/c3aa8922d1594b549660a3c8b96e529eH1351W1351_464_464.webp"
    },
    {
      "type": "artist",
      "id": null,
      "web_id": "EQLl8aD6_EgluEAHZDk5WFFJ",
      "name": "SPINALL",
      "link": "https://www.boomplay.com/artists/EQLl8aD6_EgluEAHZDk5WFFJ",
      "play_count": null,
      "image": "https://source.boomplaymusic.com/group10/M00/05/13/8b2520e0372f4201a5611140dee7811b_464_464.webp"
    },
    {
      "type": "artist",
      "id": null,
      "web_id": "EQKQxxC9EDJE7KVvjox49kpv",
      "name": "WizKid",
      "link": "https://www.boomplay.com/artists/EQKQxxC9EDJE7KVvjox49kpv",
      "play_count": null,
      "image": "https://source.boomplaymusic.com/group10/M00/07/16/85840dd836cb41629a6cae49eadd5e44_464_464.webp"
    },
    {
      "type": "artist",
      "id": null,
      "web_id": "EQLCXeOpkMZeiQ9g29Ieiw_5",
      "name": "Fireboy DML",
      "link": "https://www.boomplay.com/artists/EQLCXeOpkMZeiQ9g29Ieiw_5",
      "play_count": null,
      "image": "https://source.boomplaymusic.com/group10/M00/12/09/98daca89cb444cf294511a19486c6381_464_464.webp"
    },
    {
      "type": "artist",
      "id": null,
      "web_id": "EQIty3gLDkwalCRdhI0H_1we",
      "name": "Rema",
      "link": "https://www.boomplay.com/artists/EQIty3gLDkwalCRdhI0H_1we",
      "play_count": null,
      "image": "https://source.boomplaymusic.com/group10/M00/04/11/27981cb790334ae78edcc911a3ef57abH1080W1080_464_464.webp"
    },
    {
      "type": "artist",
      "id": null,
      "web_id": "EQLNzrXVsSx1d6o3ULVrLQFe",
      "name": "Patoranking",
      "link": "https://www.boomplay.com/artists/EQLNzrXVsSx1d6o3ULVrLQFe",
      "play_count": null,
      "image": "https://source.boomplaymusic.com/group10/M00/06/28/1d84e532225d40a39b64bd94a5d5a24c_464_464.webp"
    },
    {
      "type": "artist",
      "id": null,
      "web_id": "EQJVWpnOIW4bkK94_uQ9xKkn",
      "name": "Davido",
      "link": "https://www.boomplay.com/artists/EQJVWpnOIW4bkK94_uQ9xKkn",
      "play_count": null,
      "image": "https://source.boomplaymusic.com/group10/M00/03/30/29de594aaa694af5958e36da5f4279f6_464_464.webp"
    },
    {
      "type": "artist",
      "id": null,
      "web_id": "EQJ6KOw1pPaAsOpO7uDpeRRT",
      "name": "Young Jonn",
      "link": "https://www.boomplay.com/artists/EQJ6KOw1pPaAsOpO7uDpeRRT",
      "play_count": null,
      "image": "https://source.boomplaymusic.com/group10/M00/02/27/a9822fe320a64ab9b77662793a7dd4b9H1080W1080_464_464.webp"
    },
    {
      "type": "artist",
      "id": null,
      "web_id": "EQJcm0eGD75pCL-IntmhAc3R",
      "name": "Falz",
      "link": "https://www.boomplay.com/artists/EQJcm0eGD75pCL-IntmhAc3R",
      "play_count": null,
      "image": "https://source.boomplaymusic.com/group10/M00/06/07/53051023f1864a7e972ca9f4d2d2c528_464_464.webp"
    },
    {
      "type": "artist",
      "id": null,
      "web_id": "EQJz25S3qCF7D1ZMnwRCvfcR",
      "name": "Adekunle Gold",
      "link": "https://www.boomplay.com/artists/EQJz25S3qCF7D1ZMnwRCvfcR",
      "play_count": null,
      "image": "https://source.boomplaymusic.com/group10/M00/01/24/d67cdc21f8b14a25bddcf7a494c010ce_464_464.webp"
    }
  ]
}