Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
If you go to this site, you can see that it says "xxx,xxx In-Game". How can i take this number and put it somewhere on my site, so the number automatically gets updated on my site when it changes?
Posted

You likely can't. You would have to contact steam to see if they have an api you can call. The only other option is to download the page via c# (many examples online) and then parse the html to find what you want.

I'd suggest contacting steam first.
 
Share this answer
 
Comments
phil.o 1-Dec-15 16:35pm    
5'd. I provided a link to Steam's web API.
ZurdoDev 1-Dec-15 18:32pm    
Thanks for adding the info.
In complement to RyanDev's solution, here's where you should have a look at:
Steam Web API[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900