Boomplay Scraper

ENDPOINTS
GET/episodes/details

Episode Details

Get a podcast episode: show notes, date, duration, plays, podcast, host and audio link.

QUERY PARAMS

Boomplay episode ID or any boomplay.com episode URL.

Examples:

  • ID: 10316895
  • URL: https://www.boomplay.com/episode/10316895

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

{
  "episode": {
    "id": 10316895,
    "name": "Afrobeats 2025 VIII",
    "link": "https://www.boomplay.com/episode/10316895",
    "description": "Send a text\n\nDOWNLOAD/Playlist :https://open./playlist/2DfNaw9Z1nuddjI6NczTXS?si=6835a3b053054cdd\n\nListen to Mix on Apple Music https://music.apple.com/us/album/afrobeats-masterpiece-dj-mix/1739482785 \nPlaylist https://open./playlist/6bnfXsKx2VA8Mx8kheMuhj?si=9FF2myFAQny72xosz0_vnw&pi=u-i0TGaKoUSmqB\n\nLike, Share & Subscribe!!!\nMy New Songhttps://ffm.to/v7dm4wy\nhttps://instagram.com/djboatglobal\n\nMY MIXES ARE ON APPLE MUSIChttps://music.apple.com/us/album/afrobeats-amapiano-2022-dj-mix/1645571759\n\n\nIG | Twitter | Tiktok: @djboatglobal\nhttps://open./playlist/5WeF4McaS00YoCS7VwcPfV?si=OdItlXM9QWWLCu6SE8AxtQ\nSupport the show\nEnjoy the hottest Afrobeats songs out now.\n\nSupport the show\n\nEnjoy the hottest Afrobeats songs out now.",
    "season_number": 4,
    "episode_number": 3,
    "duration_seconds": 3227,
    "published_at": "2025-10-09T23:00:00Z",
    "is_explicit": true,
    "audio_link": "https://www.buzzsprout.com/217281/episodes/17986321-afrobeats-2025-viii.mp3",
    "stats": {
      "play_count": 25165,
      "favorite_count": 31,
      "comment_count": 0,
      "share_count": 3
    },
    "podcast": {
      "id": 5143,
      "name": "AFROBEATS & AMAPIANO w/ DJ BOAT",
      "link": "https://www.boomplay.com/podcasts/5143",
      "image": "https://source.boomplaymusic.com/group10/M00/04/24/2de79adf5e764cbdbd1295ad0849023c_320_320.jpg"
    },
    "author": {
      "id": 7069,
      "name": "dj boAt"
    },
    "category": {
      "id": 1,
      "name": "Music",
      "parent": null
    },
    "images": {
      "small": "https://source.boomplaymusic.com/group10/M00/04/24/2de79adf5e764cbdbd1295ad0849023c_200_200.jpg",
      "medium": "https://source.boomplaymusic.com/group10/M00/04/24/2de79adf5e764cbdbd1295ad0849023c_320_320.jpg",
      "large": "https://source.boomplaymusic.com/group10/M00/04/24/2de79adf5e764cbdbd1295ad0849023c_464_464.jpg",
      "original": "https://source.boomplaymusic.com/group10/M00/04/24/2de79adf5e764cbdbd1295ad0849023c.jpg"
    }
  }
}