logo of Steam Review Summarizer on the GPT Store

Steam Review Summarizer on the GPT Store

Use Steam Review Summarizer on ChatGPT

GPT Description

Enter a link to a game on the Steam store and receive a detailed summary on hundreds of reviews

GPT Action OpenAPI Spec

{
  "openapi": "3.1.0",
  "info": {
    "title": "Steam Game Reviews Summarizer",
    "description": "Creates sentiment-focused summaries of Steam game reviews, given a game URL or AppID.",
    "version": "v1.0.0"
  },
  "servers": [
    {
      "url": "https://store.steampowered.com/appreviews/"
    }
  ],
  "paths": {
    "/summarize_reviews": {
      "get": {
        "description": "Summarize Steam game reviews based on AppID or game URL",
        "operationId": "SummarizeGameReviews",
        "parameters": [
          {
            "name": "appid_or_url",
            "in": "query",
            "description": "The Steam game URL or AppID for which to summarize reviews",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "deprecated": false,
        "responses": {
          "200": {
            "description": "A summary of reviews with sentiment analysis",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "summary": {
                      "type": "string"
                    },
                    "sentiment": {
                      "type": "string",
                      "enum": [
                        "positive",
                        "neutral",
                        "negative"
                      ]
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {}
  }
}

Steam Review Summarizer GPT FAQs

Currently, access to this GPT requires a ChatGPT Plus subscription.
Visit the largest GPT directory GPTsHunter.com, search to find the current GPT: "Steam Review Summarizer", click the button on the GPT detail page to navigate to the GPT Store. Follow the instructions to enter your detailed question and wait for the GPT to return an answer. Enjoy!
We are currently calculating its ranking on the GPT Store. Please check back later for updates.