Steam has the best metadata out there and is easy to access and parse in JSON format.
A list of all the app ids is available at https://api.steampowered.com/ISteamApps/GetAppList/v0002/?key={API_KEY}&format=json
A daily task could be run to update the local DB with this information for quick searching.
With the app id, the metadata can be grabbed at https://store.steampowered.com/api/appdetails?appids={APP_ID}
Steam has the best metadata out there and is easy to access and parse in JSON format.
A list of all the app ids is available at
https://api.steampowered.com/ISteamApps/GetAppList/v0002/?key={API_KEY}&format=jsonA daily task could be run to update the local DB with this information for quick searching.
With the app id, the metadata can be grabbed at
https://store.steampowered.com/api/appdetails?appids={APP_ID}