Announcements
Happy Values Week! Today we celebrate *Inclusion* in the Spotify Stars Program!

Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

API calls to get list of all collaborative playlists given a genre, category, or keyword

Solved!

API calls to get list of all collaborative playlists given a genre, category, or keyword

I'm an artist who's also a software engineer looking to do something clever for the music community. 

 

I am having a hard time finding playlists to submit my song to. Lots of platforms have high costs and often deliver bot playlists. Also it's hard to find curators from Spotify because there's no contact info shared unless it's in their playlist description. They don't respond often anyway even when contacted. 

 

My goal is to leverage the Spotify API to build a small search engine for collaborative playlists. This way, people can work together to grow their playlists for free and like minded artists can grow their listenership together. 

 

Because collaborative playlists are not currently searchable within the Spotify UI, it would be nice to use the API to fetch all the playlists that have `collaborative: true` and display the username and possible contact info scraped from a playlists description to connect people. 

 

Maybe the app could have a social aspect as well for people to network and grow playlists together. 

 

Is there an easy way to do this without having to crawl the Spotify database with a long running job and data collection from tracks? Ideally an endpoint to gather all playlists given a genre or keyword with the collaborative property would be the fastest way. 

 

Otherwise I would likely use the following search endpoint described in the doc below to query in batches or small fetches at a time to slowly scan and collect the information, similar to how I imagine other search engines build out their search results. 

 

Curious to see what others think, thanks!

Reply

Accepted Solutions
Marked as solution

You're welcome @drewg2009  ❤️ If you could leave my answer as "Solution", I would really appreciate it!

Have a great day 🙂

ribezazSpotify Star
Help others find this answer and click "Accept as Solution".
If you appreciate my answer, maybe give me a Like.
Note: I'm not a Spotify employee.

View solution in original post

5 Replies

Hey, how are you?

 

There is no direct and efficient method to find collaborative playlists with just a single endpoint. The most viable way would be to use search, filter the results, and build a database of collaborative playlists over time.


You can share your idea to Community and the Spotify team can review it! You can check out the idea board here.

https://community.spotify.com/t5/Ideas/ct-p/newideas

Keep me updated!

Cheers,
ribezaz

ribezazSpotify Star
Help others find this answer and click "Accept as Solution".
If you appreciate my answer, maybe give me a Like.
Note: I'm not a Spotify employee.

Awesome, thanks I will do that!

Marked as solution

You're welcome @drewg2009  ❤️ If you could leave my answer as "Solution", I would really appreciate it!

Have a great day 🙂

ribezazSpotify Star
Help others find this answer and click "Accept as Solution".
If you appreciate my answer, maybe give me a Like.
Note: I'm not a Spotify employee.

You're welcome! I'll give your idea a like

ribezazSpotify Star
Help others find this answer and click "Accept as Solution".
If you appreciate my answer, maybe give me a Like.
Note: I'm not a Spotify employee.

Suggested posts