my album generated 4$
I made a website that lets you view and download Spotify streaming data for free. You can even see how much money the artist received from Spotify for all the streams. I made this for all the music data nerds out there :)
https://streamclout.io
Actually pretty cool OP
Any plans to turn this idea into an app one day?
@op do you know how accurate it is? I just cross-referenced a few songs with what their daily data says on Kworb, and the numbers are a little off
Looks nice, thanks for sharing.
Checked the network calls and the api response for albums only contains the play count for each track, is there some other calls to obtain the payout or you just multiply the play count by the alleged average average payout per stream? (which isn't exactly accurate as Spotify uses multiple criterias to calculate it)
@op do you know how accurate it is? I just cross-referenced a few songs with what their daily data says on Kworb, and the numbers are a little off
Great shout on this. Sometimes stream counts might take an extra day to update. Let me investigate this
great work @op
i would add filter by country ability as a a feature as well.
Great idea!!
Looks nice, thanks for sharing.
Checked the network calls and the api response for albums only contains the play count for each track, is there some other calls to obtain the payout or you just multiply the play count by the alleged average average payout per stream? (which isn't exactly accurate as Spotify uses multiple criterias to calculate it)
This is a great question. It’s a little bit more complex then just taking stream count and multiplying by $ per stream. Larger artists usually have a tiered structure which is what I have implemented!
got 8 bro
This is a great question. It’s a little bit more complex then just taking stream count and multiplying by $ per stream. Larger artists usually have a tiered structure which is what I have implemented!
Can you show how's it done? I quickly went through the repo and only found this so far
In case of an investigation by any federal entity or similar, I do not have any involvement with this group or with the people in it, I do not know how I am here, probably added by a third party, I do not support any actions by the members of this group. Everything I have posted here is purely satire and will be treated as such in a court of law. I have committed no crimes and am an innocent bystander
I made a website that lets you view and download Spotify streaming data for free. You can even see how much money the artist received from Spotify for all the streams. I made this for all the music data nerds out there :)
https://streamclout.io
Mind if I fire off a few questions?
How long did it take to create this website?
Did you spend months on it or is it something you can set up fast?
Is a site like this hard to make?
Where do you pull your data for stream counts?
Do you plan on adding a monthly subscription?
If yes what would the price be?
Appreciate the answers gang
Mind if I fire off a few questions?
How long did it take to create this website?
Did you spend months on it or is it something you can set up fast?
Is a site like this hard to make?
Where do you pull your data for stream counts?
Do you plan on adding a monthly subscription?
If yes what would the price be?
Appreciate the answers gang
are you able to do something like this for Apple Music?
I made a website that lets you view and download Spotify streaming data for free. You can even see how much money the artist received from Spotify for all the streams. I made this for all the music data nerds out there :)
https://streamclout.io
So this is what spotify pays the artist and not the label/producers?
Cant u jus scrape from the desktop app which has the full song counts
I would guess thatd be a lot slower and youd get throttled cause of ddos etc
Can you show how's it done? I quickly went through the repo and only found this so far
Lmaoooo you got me hahaha I think I used $.004 per stream. I’ll be implementing a tiered pricing system shortly
I would guess thatd be a lot slower and youd get throttled cause of ddos etc
Yeah I already tried using this method but it’s hella slow
Mind if I fire off a few questions?
How long did it take to create this website?
Did you spend months on it or is it something you can set up fast?
Is a site like this hard to make?
Where do you pull your data for stream counts?
Do you plan on adding a monthly subscription?
If yes what would the price be?
Appreciate the answers gang
Q: How long did it take to create this website?
A: Built this from start to finish in 2 weeks
Q: Did you spend months on it or is it something you can set up fast?
A: I’ve played around with accessing Spotify’s interns api before which made it easier - figuring out how to access the api is the hardest part for sure
Q: Is a site like this hard to make?
A: I write code for my full time job so it wasn’t that hard - especially with ai tools you can create the site super quick.
Q: Where do you pull your data for stream counts?
A: This comes directly from Spotify’s internal database. You can verify the counts by looking at the Spotify desktop app.
Q: Do you plan on adding a monthly subscription?
If yes what would the price be?
A: Yes! I want to setup some sort of alert system for trending songs and will probably offer that up as a subscription + enhanced api access. Thinking around $100 a month?