Installer Steam						
					
				
				
									log på
											 | 
						sprog
						
																																					简体中文 (forenklet kinesisk)
																													繁體中文 (traditionelt kinesisk)
																													日本語 (japansk)
																													한국어 (koreansk)
																													ไทย (thai)
																													Български (bulgarsk)
																													Čeština (tjekkisk)
																																							Deutsch (tysk)
																													English (engelsk)
																													Español – España (spansk – Spanien)
																													Español – Latinoamérica (spansk – Latinamerika)
																													Ελληνικά (græsk)
																													Français (fransk)
																													Italiano (italiensk)
																													Bahasa indonesia (indonesisk)
																													Magyar (ungarsk)
																													Nederlands (hollandsk)
																													Norsk
																													Polski (polsk)
																													Português (portugisisk – Portugal)
																													Português – Brasil (portugisisk – Brasilien)
																													Română (rumænsk)
																													Русский (russisk)
																													Suomi (finsk)
																													Svenska (svensk)
																													Türkçe (tyrkisk)
																													Tiếng Việt (Vietnamesisk)
																													Українська (ukrainsk)
																									Rapporter et oversættelsesproblem
							
						
 
											 
													 
					 Diskussionsregler og retningslinjer
 Diskussionsregler og retningslinjer
 Rapporter dette indlæg
 Rapporter dette indlæg


https://steamcharts.com/
Or just use the Steam store...?
https://partner.steamgames.com/doc/webapi/ISteamApps#GetAppList
1- store the appids in a db.
https://api.steampowered.com/ISteamApps/GetAppList/v2/
https://wiki.teamfortress.com/wiki/User:RJackson/StorefrontAPI
2- use the storefront api.
http://store.steampowered.com/api/appdetails/
Parameters: appids
example:
http://store.steampowered.com/api/appdetails/?appids=<appid1>,<appid2>
to get the data for each appid.
you could also avoid using a db and simply make the requests as the search is happening.
or maybe not entirely when i think about that as you would need to convert the name to appid and that you need a db for.