spotify-web-api-node icon indicating copy to clipboard operation
spotify-web-api-node copied to clipboard

How to fetch more than 100 tracks from a spotify playlist at once using python

Open 70milan opened this issue 2 years ago • 1 comments

I want to get the full list of tracks from a Spotify playlist, but I can only get the first 100. I have around 700 tracks and I am trying to fetch them all at once. I am not using spotipy module fyi

70milan avatar Dec 08 '22 02:12 70milan

This is a limitation of Spotify's API itself, if you want more than 100 songs, you'll need to do multiple requests. You'll need to use the offset option to get the next 100 elemenets.

MaximoMachado avatar Dec 24 '22 20:12 MaximoMachado