KevinBatdorf / steam-api

A simple Next.js API to search Steam games and get game data
https://steam-search.vercel.app
8 stars 1 forks source link

Add support for filtering non-game items out #53

Open LitoMore opened 1 month ago

LitoMore commented 1 month ago

While searching for games, there are so many non-game items. It would be good if we could have an option to filter non-game items out.

KevinBatdorf commented 1 month ago

The problem is the steam api doesn't differentiate. The api could be updated to query each item individually during the database seed process (it runs daily), but it's a lot of effort to build, compute intensive, and I dont know if it's used enough?

LitoMore commented 1 month ago

I used another API for checking if the app is a game. My scenario is to search for games and query their ProtonDB scores.

See https://github.com/raycast/extensions/pull/14891