Scrape album uris/urls from song and artist searches #7
Replies: 3 comments
-
You can probably construct that information through the Song API. IIRC there's a lot of meta data in the response so you could most likely do that with ease. If I'm wrong please let me know, I haven't looked at this code in 3 months. |
Beta Was this translation helpful? Give feedback.
-
I can get track, album, and artist info through this API. But I cannot get artist albums, which would be a real timesaver. It would be nice if that part of the Spotify API could be emulated somehow (scraping an artist page's releases?) |
Beta Was this translation helpful? Give feedback.
-
I'll see what I can do, feel free to open a pull request if you can figure it out |
Beta Was this translation helpful? Give feedback.
-
I've found your API to be more capable than Spotify's current API as they have limited the average user so much. But to make your API more capable, it would be very useful if we could obtain the album uris or urls from the song and artist searches. Since there is no album search implemented, this would be an interim solution.
Beta Was this translation helpful? Give feedback.
All reactions