Announcements

Help Wizard

Step 1

NEXT STEP

How to get up-to-date list of all albums and songs from Spotify API Ask Question

How to get up-to-date list of all albums and songs from Spotify API Ask Question

We are making an app where user can search for all albums, tracks and artists on Spotify. The Spotify search API does not provide any endpoint to get all albums or artists present in its stock, so we make use of the search end point to query albums through terms like "aa", "ab", etc. to get all albums in its repertoire. That is pretty expensive, and can only be done once, and then, further new albums added to its stocks should be added on top of our data.

 

However, Spotify does not give any proper way to get latest releases in last x days as well. All it does it offer a latest releases API which gives upto 100-150 albums, with no idea about since when does it consider those albums as "latest".

 

Is there a way I can keep our stock of Spotify albums consistent with the actual data regularly? Which API, or combination of APIs, can I use to get up-to-date list of albums in Spotify at any point in time?

Reply
0 Replies

Suggested posts