spotify-web-api-node
spotify-web-api-node copied to clipboard
How to fetch more than 100 tracks from a spotify playlist at once using python
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
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.