Reputation: 23
So I'm Working on a NodeJs project and am wondering if there is a way to get audio from Spotify Like you Input a song URL and It plays the track, I've looked all around and can only find stuff for the web browser, I don't know if they even have a way. If there is any info about this please let me know.
Upvotes: 0
Views: 3069
Reputation: 121
The answer provisioned and marked as correct is wrong. The only way you can extract audio is by using a Windows VM, connect via RDP. Run a script to play Spotify programatically and record the audio.
Since this is the only solution. It is not possible to query data from Spotify.
Upvotes: 2
Reputation: 201
You'd have to make calls through the Spotify API.
You can read more about the API here: Spotify API Documentation
This is a node.js specific library that you may also want to check out: thelinmichael's node.js Spotify API Library
Upvotes: 0