I would like to have a list of most streamed 10000 Soundcloud songs of all time? Each track should include the artist, song name, & the stream count.
I'm currently stuck as I don't know any Soundcloud API that could provide it.
The only way possible I see is scraping all pages of Soundcloud (without getting rate limited or blacklisted) & then creating that list.
Is there a way to do it better than this? If not, how would you approach the problem?