Spotify Scraper

ENDPOINTS
GET/chapters/details

Chapter Details

Get one audiobook chapter with duration and availability.

QUERY PARAMS

Spotify audiobook chapter ID, URI or open.spotify.com audiobook chapter link.

Examples:

  • ID: 4vxkqkMeYRgpMzQa7yyKN0
  • URI: spotify:episode:4vxkqkMeYRgpMzQa7yyKN0
  • URL: https://open.spotify.com/episode/4vxkqkMeYRgpMzQa7yyKN0
{
  "id": "4vxkqkMeYRgpMzQa7yyKN0",
  "name": "Opening Credits",
  "link": "https://open.spotify.com/episode/4vxkqkMeYRgpMzQa7yyKN0",
  "description": null,
  "release_date": null,
  "released_at": null,
  "duration_ms": 17589,
  "duration_text": "0:17",
  "is_explicit": false,
  "is_playable": false,
  "is_paywalled": true,
  "media_types": [
    "audio"
  ],
  "preview_link": null,
  "images": [
    {
      "link": "https://i.scdn.co/image/ab676663000022a843d3293222816f8305c3eaaa",
      "width": 640,
      "height": 640
    },
    {
      "link": "https://i.scdn.co/image/ab6766630000db5b43d3293222816f8305c3eaaa",
      "width": 300,
      "height": 300
    },
    {
      "link": "https://i.scdn.co/image/ab6766630000703b43d3293222816f8305c3eaaa",
      "width": 64,
      "height": 64
    }
  ],
  "audiobook": {
    "id": "40ygvasZaqVMMBkgYoUy8C",
    "name": "Atomic Habits: An Easy & Proven Way to Build Good Habits & Break Bad Ones",
    "link": "https://open.spotify.com/show/40ygvasZaqVMMBkgYoUy8C",
    "publisher": null,
    "images": [
      {
        "link": "https://i.scdn.co/image/ab676663000022a843d3293222816f8305c3eaaa",
        "width": 640,
        "height": 640
      },
      {
        "link": "https://i.scdn.co/image/ab6766630000db5b43d3293222816f8305c3eaaa",
        "width": 300,
        "height": 300
      },
      {
        "link": "https://i.scdn.co/image/ab6766630000703b43d3293222816f8305c3eaaa",
        "width": 64,
        "height": 64
      }
    ]
  },
  "playability_reason": "payment_required"
}