Boomplay Scraper

ENDPOINTS
GET/videos/details

Video Details

Get a video in one call: title, type, artist, duration, views, favorites, comments and shares.

QUERY PARAMS

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

Examples:

  • ID: 957921
  • URL: https://www.boomplay.com/video/957921

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

{
  "video": {
    "id": 957921,
    "name": "For My Hand (feat. Ed Sheeran)",
    "link": "https://www.boomplay.com/video/957921",
    "type": "music_video",
    "source": "BOOMPLAY",
    "description": null,
    "duration_seconds": 168,
    "stats": {
      "view_count": 46237,
      "favorite_count": 3044,
      "comment_count": 326,
      "share_count": 52,
      "download_count": 5355
    },
    "artist": {
      "id": 1182,
      "name": "Burna Boy",
      "link": "https://www.boomplay.com/artists/1182",
      "gender": "male",
      "follower_count": null,
      "image": "https://source.boomplaymusic.com/group10/M00/02/11/82521dd59ff14d43a62740e5ddcace2e_320_320.jpg"
    },
    "images": {
      "cover": "https://source.boomplaymusic.com/group10/M00/07/07/ee8ce37ec5694197a078380f481986c6.jpg",
      "banner": "https://source.boomplaymusic.com/group10/M00/07/07/271e6172b5bd4daab41241fc93b64d2e.jpg"
    }
  }
}