Spotify Scraper

ENDPOINTS
GET/episodes/details

Episode Details

Get a podcast episode with description, duration, release time and preview.

QUERY PARAMS

Spotify episode ID, URI or open.spotify.com episode link.

Examples:

  • ID: 7rACFBcIIDWROlUB0MoGkW
  • URI: spotify:episode:7rACFBcIIDWROlUB0MoGkW
  • URL: https://open.spotify.com/episode/7rACFBcIIDWROlUB0MoGkW
{
  "id": "7rACFBcIIDWROlUB0MoGkW",
  "name": "#2555 - Ron White",
  "link": "https://open.spotify.com/episode/7rACFBcIIDWROlUB0MoGkW",
  "description": "Ron White is a comedian, actor, and author. He is currently on tour.\nhttps://linktr.ee/ronwhite\nwww.youtube.com/@ronwhitecomedy\nwww.tatersalad.com\n\nPerplexity: Download the app or ask Perplexity anything at https://pplx.ai/rogan.\n\nLine of Fire premieres Monday, September 21st 10/9c after The Voice on NBC, and next day on Peacock.\n\nThis video is sponsored by BetterHelp. Visit https://BetterHelp.com/JRE\n\nLearn more about your ad choices. Visit podcastchoices.com/adchoices",
  "release_date": "2026-09-16",
  "released_at": "2026-09-16T17:00:00Z",
  "duration_ms": 8899753,
  "duration_text": "2:28:19",
  "is_explicit": true,
  "is_playable": true,
  "is_paywalled": false,
  "media_types": [
    "video",
    "audio"
  ],
  "preview_link": "https://p.scdn.co/mp3-preview/5fe64785bfc771d7e133414eaffd5557487828ea.mp3",
  "images": [
    {
      "link": "https://i.scdn.co/image/ab6765630000ba8ab46bf8eb2b1c2b4cf846bc7f",
      "width": 640,
      "height": 640
    },
    {
      "link": "https://i.scdn.co/image/ab67656300005f1fb46bf8eb2b1c2b4cf846bc7f",
      "width": 300,
      "height": 300
    },
    {
      "link": "https://i.scdn.co/image/ab6765630000f68db46bf8eb2b1c2b4cf846bc7f",
      "width": 64,
      "height": 64
    }
  ],
  "podcast": {
    "id": "4rOoJ6Egrf8K2IrywzwOMk",
    "name": "The Joe Rogan Experience",
    "link": "https://open.spotify.com/show/4rOoJ6Egrf8K2IrywzwOMk",
    "publisher": null,
    "images": [
      {
        "link": "https://i.scdn.co/image/ab6765630000ba8a94c7c734f09452f9f9b5acfc",
        "width": 640,
        "height": 640
      },
      {
        "link": "https://i.scdn.co/image/ab67656300005f1f94c7c734f09452f9f9b5acfc",
        "width": 300,
        "height": 300
      },
      {
        "link": "https://i.scdn.co/image/ab6765630000f68d94c7c734f09452f9f9b5acfc",
        "width": 64,
        "height": 64
      }
    ]
  },
  "has_transcript": false,
  "playability_reason": "playable"
}