Steam Make integrationAutomate Steam with Make.
Want your Steam library and game news to land where your team already works? The Steam Make integration gives you 4 modules: three searches and one open API call. This page walks you through the API key, the connection and a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Steam Make integration do for you?
The Steam Make integration lets a Make scenario (the automation you build, a chain of bricks called modules) read data from Steam: the games a profile owns, the games it played in the last two weeks, and the news published about a game. You then send that data to any other app Make supports, without writing code.
A news digest for a game you follow. A studio or a community manager points List News for App at one game and forwards each item to a team chat or a spreadsheet. Each news item arrives as a bundle, meaning one item passed from one module to the next.
A library snapshot. List Owned Games pulls the games tied to a profile ID, so a gaming club or a streamer can keep an up-to-date list in a table such as the one described on the Airtable Make integration page.
A recent activity feed. List Recently Played Games returns what a profile played over the last two weeks, handy for a community newsletter or a personal play log.
Know the limits before you build. Steam has no trigger in Make, so a scenario starts on a schedule or on another app's event. The three searches only read data. Anything else in the Steam Web API goes through Make an API Call, which reuses the same connection. The official Make doc for Steam also warns that it was generated by AI and may contain mistakes, so check key details on Steam's side.
If you are still choosing a platform, the n8n vs Make comparison sets the criteria side by side, and the Make training covers scenario building from scratch.
How do you connect your Steam account to Make?
- 01
Create a Web API key in Steam
In your Steam account, open Users and Permissions, then Manage Groups. Pick or create a group for Web API key access, click Create WebAPI Key, choose the permissions, then Save Changes.
- 02
Copy the key from the sidebar
Once saved, Steam shows the API key in the right-hand sidebar. Copy it now. Make needs this key, together with a Steam account, before any Steam module can run.
- 03
Add a Steam module and create the connection
In your scenario, add any Steam module and click Create a connection. Give it a name in Connection name if you like, paste the key, and save. That connection is then reused by every Steam module.
Your first Steam scenario in Make
GoalWhen a profile has played games recently, Make fetches the latest news for each of those games.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the + in the middle of the editor to place the first module.
- 02
Add List Recently Played Games
Search for Steam, pick List Recently Played Games and select the connection you created. Fill in the profile the module should read.
- 03
Chain List News for App
Click the + on the right of the first module, add List News for App and map the game coming from the previous module, so each played game gets its own news lookup.
- 04
Test with Run once
Click Run once. Make runs the scenario one time and shows the bundles each module received: the games first, then the news items for each game.
- 05
Schedule it and switch it on
Open the clock on the first module. A new scenario runs every 15 minutes by default, and 15 minutes is also the shortest interval on the Free plan. Pick your interval and switch the scenario on.
What the Steam modules do in Make
Steam gives you 4 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Reach any part of the Steam Web API that the three listed searches leave out, using the connection you already set up. You write the request, Make adds your credentials.
List News for App
SearchIn Make“Gets all news about specified app.”
Get every news item published about a given game, each one as its own bundle that you can post, store or filter further down the scenario.
List Owned Games
SearchIn Make“Gets a list of owned games by profile ID.”
Pull the full list of games owned by a Steam profile, found through its profile ID, and turn a library into rows you can sort and count elsewhere.
List Recently Played Games
SearchIn Make“Gets a list recently played games of two weeks on specified account.”
See what a Steam account has played over the last two weeks, a short window that reflects current activity rather than the whole library.
Need help automating Steam with Make?
A person reads every message.