Spotify Scraper

ENDPOINTS
GET/artists/stats

Artist Stats

Get just the numbers: monthly listeners, followers, world rank and top listener cities.

QUERY PARAMS

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

Examples:

  • ID: 06HL4z0CvFAxyc27GXpf02
  • URI: spotify:artist:06HL4z0CvFAxyc27GXpf02
  • URL: https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02
{
  "id": "06HL4z0CvFAxyc27GXpf02",
  "name": "Taylor Swift",
  "link": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02",
  "is_verified": true,
  "is_registered": true,
  "followers": 164280621,
  "monthly_listeners": 100125350,
  "world_rank": 5,
  "top_cities": [
    {
      "city": "London",
      "region": "ENG",
      "country": "GB",
      "listeners": 1555584
    },
    {
      "city": "Quezon City",
      "region": "00",
      "country": "PH",
      "listeners": 1462346
    },
    {
      "city": "São Paulo",
      "region": "SP",
      "country": "BR",
      "listeners": 1124754
    },
    {
      "city": "Jakarta",
      "region": "JK",
      "country": "ID",
      "listeners": 1121948
    },
    {
      "city": "Sydney",
      "region": "NSW",
      "country": "AU",
      "listeners": 1060358
    }
  ],
  "biography": {
    "text": "And, baby, that’s show business for you. New album The Life of a Showgirl. Available now ❤️‍🔥",
    "type": "autobiography"
  },
  "external_links": [
    {
      "name": "facebook",
      "link": "https://facebook.com/TaylorSwift"
    },
    {
      "name": "instagram",
      "link": "https://instagram.com/taylorswift"
    },
    {
      "name": "twitter",
      "link": "https://twitter.com/taylorswift13"
    }
  ],
  "images": [
    {
      "link": "https://i.scdn.co/image/ab6761610000e5ebe2e8e7ff002a4afda1c7147e",
      "width": 640,
      "height": 640
    },
    {
      "link": "https://i.scdn.co/image/ab67616100005174e2e8e7ff002a4afda1c7147e",
      "width": 320,
      "height": 320
    },
    {
      "link": "https://i.scdn.co/image/ab6761610000f178e2e8e7ff002a4afda1c7147e",
      "width": 160,
      "height": 160
    }
  ],
  "gallery": [
    {
      "link": "https://i.scdn.co/image/ab6761670000ecd42bf054eaed60a69249718908",
      "width": 640,
      "height": 640
    },
    {
      "link": "https://i.scdn.co/image/ab6761670000ecd464d14cdfef28e4d6f1662b92",
      "width": 640,
      "height": 640
    },
    {
      "link": "https://i.scdn.co/image/ab6761670000ecd4cfb500c2d2059c6cf61f507c",
      "width": 640,
      "height": 640
    },
    {
      "link": "https://i.scdn.co/image/ab6761670000ecd409089d68fc0ca6159308501f",
      "width": 640,
      "height": 640
    },
    {
      "link": "https://i.scdn.co/image/ab6761670000ecd4e2ce92c3e52e64888165b515",
      "width": 640,
      "height": 640
    },
    {
      "link": "https://i.scdn.co/image/c58123a1be80feff0618700a1513b935bb533534",
      "width": 640,
      "height": 640
    },
    {
      "link": "https://i.scdn.co/image/53352eaa695ba3f9bdcb85f854db74647dbf13d5",
      "width": 640,
      "height": 640
    },
    {
      "link": "https://i.scdn.co/image/ff4274a6ba4a992bf6559b8a1c2ed89a88520277",
      "width": 640,
      "height": 640
    },
    {
      "link": "https://i.scdn.co/image/0d210fdaebb1898d91d7fe4ee3d94e96474695aa",
      "width": 640,
      "height": 640
    },
    {
      "link": "https://i.scdn.co/image/41b04a780de285bb7ddcb5762034a27f18f7ec14",
      "width": 640,
      "height": 640
    },
    {
      "link": "https://i.scdn.co/image/bf8710e22941026e0236ae06342dd0fa124ce5a9",
      "width": 640,
      "height": 640
    },
    {
      "link": "https://i.scdn.co/image/9c833978203ca62ea13202e9d729b1a574e16f4b",
      "width": 640,
      "height": 640
    },
    {
      "link": "https://i.scdn.co/image/c2d1c283624213760bc32ec8adce1fe144ae5b1a",
      "width": 640,
      "height": 640
    },
    {
      "link": "https://i.scdn.co/image/e2789900977e1eadc0d39430c0be8ccc3423eecb",
      "width": 640,
      "height": 640
    },
    {
      "link": "https://i.scdn.co/image/5dc490f10f4bad0c71fa9d873b9aca79ade3607a",
      "width": 640,
      "height": 640
    },
    {
      "link": "https://i.scdn.co/image/074730a7c319fcb3f4fd6bda7bbc5c7c5cb4e04a",
      "width": 640,
      "height": 640
    },
    {
      "link": "https://i.scdn.co/image/b5c6fec7aaea0e70715e86b6aefe1d21330425e7",
      "width": 640,
      "height": 640
    },
    {
      "link": "https://i.scdn.co/image/1188cc78e9174abaa112c1bc436a94b3000b9f0d",
      "width": 640,
      "height": 640
    }
  ]
}