Spotify Scraper

ENDPOINTS
GET/artists/top-tracks

Artist Top Tracks

Get an artist's 10 most popular tracks with exact play counts.

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
{
  "artist": {
    "id": "06HL4z0CvFAxyc27GXpf02",
    "name": "Taylor Swift",
    "link": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
  },
  "results": [
    {
      "id": "53iuhJlwXhSER5J2IYYv1W",
      "name": "The Fate of Ophelia",
      "link": "https://open.spotify.com/track/53iuhJlwXhSER5J2IYYv1W",
      "track_number": null,
      "disc_number": 1,
      "duration_ms": 226073,
      "duration_text": "3:46",
      "is_explicit": false,
      "is_playable": true,
      "has_video": true,
      "playcount": 1665656522,
      "artists": [
        {
          "id": "06HL4z0CvFAxyc27GXpf02",
          "name": "Taylor Swift",
          "link": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
        }
      ],
      "album": {
        "id": "4a6NzYL1YHRUgx9e3YZI6I",
        "name": null,
        "link": "https://open.spotify.com/album/4a6NzYL1YHRUgx9e3YZI6I",
        "release_date": null,
        "images": [
          {
            "link": "https://i.scdn.co/image/ab67616d0000b273d7812467811a7da6e6a44902",
            "width": 640,
            "height": 640
          },
          {
            "link": "https://i.scdn.co/image/ab67616d00001e02d7812467811a7da6e6a44902",
            "width": 300,
            "height": 300
          },
          {
            "link": "https://i.scdn.co/image/ab67616d00004851d7812467811a7da6e6a44902",
            "width": 64,
            "height": 64
          }
        ]
      }
    },
    {
      "id": "1p80LdxRV74UKvL8gnD7ky",
      "name": "Blank Space",
      "link": "https://open.spotify.com/track/1p80LdxRV74UKvL8gnD7ky",
      "track_number": null,
      "disc_number": 1,
      "duration_ms": 231826,
      "duration_text": "3:51",
      "is_explicit": false,
      "is_playable": true,
      "has_video": true,
      "playcount": 2595751215,
      "artists": [
        {
          "id": "06HL4z0CvFAxyc27GXpf02",
          "name": "Taylor Swift",
          "link": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
        }
      ],
      "album": {
        "id": "2QJmrSgbdM35R67eoGQo4j",
        "name": null,
        "link": "https://open.spotify.com/album/2QJmrSgbdM35R67eoGQo4j",
        "release_date": null,
        "images": [
          {
            "link": "https://i.scdn.co/image/ab67616d0000b2739abdf14e6058bd3903686148",
            "width": 640,
            "height": 640
          },
          {
            "link": "https://i.scdn.co/image/ab67616d00001e029abdf14e6058bd3903686148",
            "width": 300,
            "height": 300
          },
          {
            "link": "https://i.scdn.co/image/ab67616d000048519abdf14e6058bd3903686148",
            "width": 64,
            "height": 64
          }
        ]
      }
    },
    {
      "id": "5uPaqMMt59KGrdKIitDRqa",
      "name": "I Knew It, I Knew You - From \"Toy Story 5\"",
      "link": "https://open.spotify.com/track/5uPaqMMt59KGrdKIitDRqa",
      "track_number": null,
      "disc_number": 1,
      "duration_ms": 178186,
      "duration_text": "2:58",
      "is_explicit": false,
      "is_playable": true,
      "has_video": true,
      "playcount": 188983482,
      "artists": [
        {
          "id": "06HL4z0CvFAxyc27GXpf02",
          "name": "Taylor Swift",
          "link": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
        }
      ],
      "album": {
        "id": "3ZLIShtR6Fjs4nTWFpBUB6",
        "name": null,
        "link": "https://open.spotify.com/album/3ZLIShtR6Fjs4nTWFpBUB6",
        "release_date": null,
        "images": [
          {
            "link": "https://i.scdn.co/image/ab67616d0000b273a35a1d4983e2b4fd0094f910",
            "width": 640,
            "height": 640
          },
          {
            "link": "https://i.scdn.co/image/ab67616d00001e02a35a1d4983e2b4fd0094f910",
            "width": 300,
            "height": 300
          },
          {
            "link": "https://i.scdn.co/image/ab67616d00004851a35a1d4983e2b4fd0094f910",
            "width": 64,
            "height": 64
          }
        ]
      }
    },
    {
      "id": "3yWuTOYDztXjZxdE2cIRUa",
      "name": "Opalite",
      "link": "https://open.spotify.com/track/3yWuTOYDztXjZxdE2cIRUa",
      "track_number": null,
      "disc_number": 1,
      "duration_ms": 235355,
      "duration_text": "3:55",
      "is_explicit": false,
      "is_playable": true,
      "has_video": true,
      "playcount": 875411646,
      "artists": [
        {
          "id": "06HL4z0CvFAxyc27GXpf02",
          "name": "Taylor Swift",
          "link": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
        }
      ],
      "album": {
        "id": "4a6NzYL1YHRUgx9e3YZI6I",
        "name": null,
        "link": "https://open.spotify.com/album/4a6NzYL1YHRUgx9e3YZI6I",
        "release_date": null,
        "images": [
          {
            "link": "https://i.scdn.co/image/ab67616d0000b273d7812467811a7da6e6a44902",
            "width": 640,
            "height": 640
          },
          {
            "link": "https://i.scdn.co/image/ab67616d00001e02d7812467811a7da6e6a44902",
            "width": 300,
            "height": 300
          },
          {
            "link": "https://i.scdn.co/image/ab67616d00004851d7812467811a7da6e6a44902",
            "width": 64,
            "height": 64
          }
        ]
      }
    },
    {
      "id": "1BxfuPKGuaTgP7aM0Bbdwr",
      "name": "Cruel Summer",
      "link": "https://open.spotify.com/track/1BxfuPKGuaTgP7aM0Bbdwr",
      "track_number": null,
      "disc_number": 1,
      "duration_ms": 178426,
      "duration_text": "2:58",
      "is_explicit": false,
      "is_playable": true,
      "has_video": false,
      "playcount": 3487416380,
      "artists": [
        {
          "id": "06HL4z0CvFAxyc27GXpf02",
          "name": "Taylor Swift",
          "link": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
        }
      ],
      "album": {
        "id": "1NAmidJlEaVgA3MpcPFYGq",
        "name": null,
        "link": "https://open.spotify.com/album/1NAmidJlEaVgA3MpcPFYGq",
        "release_date": null,
        "images": [
          {
            "link": "https://i.scdn.co/image/ab67616d0000b273e787cffec20aa2a396a61647",
            "width": 640,
            "height": 640
          },
          {
            "link": "https://i.scdn.co/image/ab67616d00001e02e787cffec20aa2a396a61647",
            "width": 300,
            "height": 300
          },
          {
            "link": "https://i.scdn.co/image/ab67616d00004851e787cffec20aa2a396a61647",
            "width": 64,
            "height": 64
          }
        ]
      }
    },
    {
      "id": "4lIxdJw6W3Fg4vUIYCB0S5",
      "name": "Style",
      "link": "https://open.spotify.com/track/4lIxdJw6W3Fg4vUIYCB0S5",
      "track_number": null,
      "disc_number": 1,
      "duration_ms": 231000,
      "duration_text": "3:51",
      "is_explicit": false,
      "is_playable": true,
      "has_video": true,
      "playcount": 1901400102,
      "artists": [
        {
          "id": "06HL4z0CvFAxyc27GXpf02",
          "name": "Taylor Swift",
          "link": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
        }
      ],
      "album": {
        "id": "2QJmrSgbdM35R67eoGQo4j",
        "name": null,
        "link": "https://open.spotify.com/album/2QJmrSgbdM35R67eoGQo4j",
        "release_date": null,
        "images": [
          {
            "link": "https://i.scdn.co/image/ab67616d0000b2739abdf14e6058bd3903686148",
            "width": 640,
            "height": 640
          },
          {
            "link": "https://i.scdn.co/image/ab67616d00001e029abdf14e6058bd3903686148",
            "width": 300,
            "height": 300
          },
          {
            "link": "https://i.scdn.co/image/ab67616d000048519abdf14e6058bd3903686148",
            "width": 64,
            "height": 64
          }
        ]
      }
    },
    {
      "id": "3hUxzQpSfdDqwM3ZTFQY0K",
      "name": "august",
      "link": "https://open.spotify.com/track/3hUxzQpSfdDqwM3ZTFQY0K",
      "track_number": null,
      "disc_number": 1,
      "duration_ms": 261922,
      "duration_text": "4:21",
      "is_explicit": false,
      "is_playable": true,
      "has_video": false,
      "playcount": 1890647094,
      "artists": [
        {
          "id": "06HL4z0CvFAxyc27GXpf02",
          "name": "Taylor Swift",
          "link": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
        }
      ],
      "album": {
        "id": "2fenSS68JI1h4Fo296JfGr",
        "name": null,
        "link": "https://open.spotify.com/album/2fenSS68JI1h4Fo296JfGr",
        "release_date": null,
        "images": [
          {
            "link": "https://i.scdn.co/image/ab67616d0000b27395f754318336a07e85ec59bc",
            "width": 640,
            "height": 640
          },
          {
            "link": "https://i.scdn.co/image/ab67616d00001e0295f754318336a07e85ec59bc",
            "width": 300,
            "height": 300
          },
          {
            "link": "https://i.scdn.co/image/ab67616d0000485195f754318336a07e85ec59bc",
            "width": 64,
            "height": 64
          }
        ]
      }
    },
    {
      "id": "5xTtaWoae3wi06K5WfVUUH",
      "name": "Shake It Off",
      "link": "https://open.spotify.com/track/5xTtaWoae3wi06K5WfVUUH",
      "track_number": null,
      "disc_number": 1,
      "duration_ms": 219200,
      "duration_text": "3:39",
      "is_explicit": false,
      "is_playable": true,
      "has_video": true,
      "playcount": 1996320251,
      "artists": [
        {
          "id": "06HL4z0CvFAxyc27GXpf02",
          "name": "Taylor Swift",
          "link": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
        }
      ],
      "album": {
        "id": "2QJmrSgbdM35R67eoGQo4j",
        "name": null,
        "link": "https://open.spotify.com/album/2QJmrSgbdM35R67eoGQo4j",
        "release_date": null,
        "images": [
          {
            "link": "https://i.scdn.co/image/ab67616d0000b2739abdf14e6058bd3903686148",
            "width": 640,
            "height": 640
          },
          {
            "link": "https://i.scdn.co/image/ab67616d00001e029abdf14e6058bd3903686148",
            "width": 300,
            "height": 300
          },
          {
            "link": "https://i.scdn.co/image/ab67616d000048519abdf14e6058bd3903686148",
            "width": 64,
            "height": 64
          }
        ]
      }
    },
    {
      "id": "4R2kfaDFhslZEMJqAFNpdd",
      "name": "cardigan",
      "link": "https://open.spotify.com/track/4R2kfaDFhslZEMJqAFNpdd",
      "track_number": null,
      "disc_number": 1,
      "duration_ms": 239560,
      "duration_text": "3:59",
      "is_explicit": false,
      "is_playable": true,
      "has_video": true,
      "playcount": 2075347684,
      "artists": [
        {
          "id": "06HL4z0CvFAxyc27GXpf02",
          "name": "Taylor Swift",
          "link": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
        }
      ],
      "album": {
        "id": "2fenSS68JI1h4Fo296JfGr",
        "name": null,
        "link": "https://open.spotify.com/album/2fenSS68JI1h4Fo296JfGr",
        "release_date": null,
        "images": [
          {
            "link": "https://i.scdn.co/image/ab67616d0000b27395f754318336a07e85ec59bc",
            "width": 640,
            "height": 640
          },
          {
            "link": "https://i.scdn.co/image/ab67616d00001e0295f754318336a07e85ec59bc",
            "width": 300,
            "height": 300
          },
          {
            "link": "https://i.scdn.co/image/ab67616d0000485195f754318336a07e85ec59bc",
            "width": 64,
            "height": 64
          }
        ]
      }
    },
    {
      "id": "1dGr1c8CrMLDpV6mPbImSI",
      "name": "Lover",
      "link": "https://open.spotify.com/track/1dGr1c8CrMLDpV6mPbImSI",
      "track_number": null,
      "disc_number": 1,
      "duration_ms": 221306,
      "duration_text": "3:41",
      "is_explicit": false,
      "is_playable": true,
      "has_video": true,
      "playcount": 2116556195,
      "artists": [
        {
          "id": "06HL4z0CvFAxyc27GXpf02",
          "name": "Taylor Swift",
          "link": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
        }
      ],
      "album": {
        "id": "1NAmidJlEaVgA3MpcPFYGq",
        "name": null,
        "link": "https://open.spotify.com/album/1NAmidJlEaVgA3MpcPFYGq",
        "release_date": null,
        "images": [
          {
            "link": "https://i.scdn.co/image/ab67616d0000b273e787cffec20aa2a396a61647",
            "width": 640,
            "height": 640
          },
          {
            "link": "https://i.scdn.co/image/ab67616d00001e02e787cffec20aa2a396a61647",
            "width": 300,
            "height": 300
          },
          {
            "link": "https://i.scdn.co/image/ab67616d00004851e787cffec20aa2a396a61647",
            "width": 64,
            "height": 64
          }
        ]
      }
    }
  ]
}