{
  "openapi": "3.0.1",
  "info": {
    "title": "Steam Scraper | Fast & Reliable",
    "description": "Scrape Steam into clean, structured game listings. Get pricing/discounts details, review signals, tags, release details, screenshots, supported platforms, and full system requirements. Ideal for catalog building, price tracking, trend research, and market intelligence.",
    "version": "0.1",
    "x-build-id": "bWpFBenmNYYCjrZSl"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/fatihtahta~steam-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-fatihtahta-steam-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/fatihtahta~steam-scraper/runs": {
      "post": {
        "operationId": "runs-sync-fatihtahta-steam-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/fatihtahta~steam-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-fatihtahta-steam-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "startUrls": {
            "title": "Start URLs (Search results, Category pages, and individual listings)",
            "type": "array",
            "description": "Paste one or more Steam Store URLs to scrape directly. You can mix search result pages, tag/category pages, and individual product pages in the same run. This option is best when you already have URLs and want precise control over what gets collected.",
            "items": {
              "type": "string"
            }
          },
          "queries": {
            "title": "Search queries",
            "type": "array",
            "description": "Enter one or more keywords to search on the Steam Store (for example, a game title, franchise, genre, tag, publisher, or developer). Use this if you don’t have URLs yet — the actor will discover relevant listings via search and save the results to your dataset.",
            "items": {
              "type": "string"
            }
          },
          "language": {
            "title": "Language",
            "enum": [
              "arabic",
              "bulgarian",
              "schinese",
              "tchinese",
              "czech",
              "danish",
              "dutch",
              "english",
              "finnish",
              "french",
              "german",
              "greek",
              "hungarian",
              "indonesian",
              "italian",
              "japanese",
              "koreana",
              "norwegian",
              "polish",
              "portuguese",
              "brazilian",
              "romanian",
              "russian",
              "spanish",
              "latam",
              "swedish",
              "thai",
              "turkish",
              "ukrainian",
              "vietnamese"
            ],
            "type": "string",
            "description": "Choose the Steam search language (used for the supportedlang query parameter).",
            "default": "english"
          },
          "maxPrice": {
            "title": "💵 Filter by Maximum price",
            "enum": [
              "",
              "free",
              "5",
              "10",
              "15",
              "20",
              "25",
              "30",
              "35",
              "40",
              "45",
              "50",
              "55",
              "60"
            ],
            "type": "string",
            "description": "Optional maximum price filter for Steam search results. Leave empty to keep the full price range.",
            "default": ""
          },
          "hideFreeToPlay": {
            "title": "Hide free-to-play games/products",
            "type": "boolean",
            "description": "Exclude free-to-play games from Steam search results.",
            "default": false
          },
          "discountsOnly": {
            "title": "Show products with discounts & promotions only",
            "type": "boolean",
            "description": "Only include games currently on sale or promotion.",
            "default": false
          },
          "limit": {
            "title": "Maximum listings to save (per query)",
            "minimum": 10,
            "type": "integer",
            "description": "Stop the run after this many listings have been saved for each query. Set a smaller number for quick sampling and testing, or increase it for deeper coverage when building larger datasets.",
            "default": 50000
          },
          "tags": {
            "title": "🏷️ Filter by Tags",
            "uniqueItems": true,
            "type": "array",
            "description": "Select one or more Steam tags to filter search results.",
            "items": {
              "type": "string",
              "enum": [
                "Atmospheric",
                "Fantasy",
                "Relaxing",
                "Funny",
                "Horror",
                "Sci-fi",
                "Family Friendly",
                "Retro",
                "Dark",
                "Mystery",
                "Survival",
                "Comedy",
                "Psychological Horror",
                "Medieval",
                "Magic",
                "Management",
                "Old School",
                "Sports",
                "Building",
                "Tactical",
                "Drama",
                "Space",
                "Romance",
                "Racing",
                "Futuristic",
                "Crafting",
                "Dark Fantasy",
                "Logic",
                "Emotional",
                "Survival Horror",
                "Nature",
                "1990's",
                "Education",
                "Surreal",
                "1980s",
                "Post-apocalyptic",
                "War",
                "Historical",
                "Zombies",
                "Stealth",
                "Lore-Rich",
                "Investigation",
                "Economy",
                "LGBTQ+",
                "Psychological",
                "Thriller",
                "Military",
                "Detective",
                "Dark Humor",
                "Demons",
                "Cyberpunk",
                "Supernatural",
                "Aliens",
                "Driving",
                "Robots",
                "Comic Book",
                "Modern",
                "Dystopian",
                "Loot",
                "Psychedelic",
                "Artificial Intelligence",
                "Cats",
                "Flight",
                "Alternate History",
                "Parkour",
                "Memes",
                "Mythology",
                "Crime",
                "Game Development",
                "Automation",
                "Capitalism",
                "Destruction",
                "Philosophical",
                "Dark Comedy",
                "Cooking",
                "Noir",
                "Lovecraftian",
                "Swordplay",
                "America",
                "Science",
                "Parody",
                "Dragons",
                "Conspiracy",
                "Agriculture",
                "Gothic",
                "World War II",
                "Satire",
                "Martial Arts",
                "Underground",
                "Mechs",
                "Mining",
                "Transportation",
                "Fishing",
                "Dog",
                "Pirates",
                "Steampunk",
                "Time Travel",
                "Underwater",
                "Political",
                "Vampire",
                "Trains",
                "Tanks",
                "Gambling",
                "Ninja",
                "Hunting",
                "Otome",
                "Western",
                "Politics",
                "Hacking",
                "Faith",
                "Dinosaurs",
                "Programming",
                "Superhero",
                "Diplomacy",
                "Assassin",
                "Naval",
                "Snow",
                "Heist",
                "Sailing",
                "Cold War",
                "Archery",
                "Foreign",
                "Horses",
                "Football (Soccer)",
                "Offroad",
                "Transhumanism",
                "Sniper",
                "Jet",
                "Illuminati",
                "Boxing",
                "Werewolves",
                "Mars",
                "Motorbike",
                "Golf",
                "Basketball",
                "World War I",
                "Submarine",
                "Bikes",
                "Rome",
                "Baseball",
                "Dwarf",
                "LEGO",
                "Skateboarding",
                "Mini Golf",
                "Wrestling",
                "Football (American)",
                "Pool",
                "Skating",
                "Tennis",
                "Cycling",
                "Warhammer 40K",
                "Motocross",
                "Vikings",
                "Hockey",
                "Bowling",
                "Lemmings",
                "Skiing",
                "Snowboarding",
                "Elf",
                "BMX",
                "ATV",
                "Indie",
                "Action",
                "Casual",
                "Adventure",
                "Simulation",
                "RPG",
                "Strategy",
                "Action-Adventure",
                "Software",
                "2D",
                "3D",
                "Colorful",
                "Cute",
                "Pixel Graphics",
                "First-Person",
                "Anime",
                "Stylized",
                "Third Person",
                "Top-Down",
                "Realistic",
                "Cartoony",
                "Hand-drawn",
                "Minimalist",
                "VR",
                "Cartoon",
                "Cinematic",
                "Text-Based",
                "2.5D",
                "Isometric",
                "Abstract",
                "3D Vision",
                "Split Screen",
                "Voxel",
                "FMV",
                "Beautiful",
                "360 Video",
                "Story Rich",
                "Combat",
                "Controller",
                "Female Protagonist",
                "Choices Matter",
                "PvE",
                "Linear",
                "PvP",
                "Open World",
                "Multiple Endings",
                "Physics",
                "Character Customization",
                "Resource Management",
                "Turn-Based Tactics",
                "Procedural Generation",
                "Turn-Based Combat",
                "Hack and Slash",
                "Tabletop",
                "Base Building",
                "Score Attack",
                "Narration",
                "Conversation",
                "Deckbuilding",
                "Tutorial",
                "Nonlinear",
                "Team-Based",
                "Perma Death",
                "Inventory Management",
                "Grid-Based Movement",
                "Level Editor",
                "Moddable",
                "Class-Based",
                "Vehicular Combat",
                "Gun Customization",
                "Trading",
                "6DOF",
                "Bullet Time",
                "Quick-Time Events",
                "Time Manipulation",
                "Dynamic Narration",
                "Hex Grid",
                "Naval Combat",
                "Music-Based Procedural Generation",
                "Asymmetric VR",
                "Puzzle",
                "Arcade",
                "Shooter",
                "Platformer",
                "Visual Novel",
                "Roguelike",
                "Sandbox",
                "Action RPG",
                "Point & Click",
                "Action Roguelike",
                "Interactive Fiction",
                "Turn-Based Strategy",
                "Dating Sim",
                "Walking Simulator",
                "JRPG",
                "Party-Based RPG",
                "Card Game",
                "Life Sim",
                "Design & Illustration",
                "Strategy RPG",
                "Utilities",
                "Board Game",
                "RTS",
                "Tower Defense",
                "City Builder",
                "Web Publishing",
                "Beat 'em up",
                "Automobile Sim",
                "2D Fighter",
                "Rhythm",
                "Farming Sim",
                "3D Fighter",
                "Auto Battler",
                "Word Game",
                "eSports",
                "Colony Sim",
                "Grand Strategy",
                "Space Sim",
                "Animation & Modeling",
                "MMORPG",
                "Battle Royale",
                "Party Game",
                "Audio Production",
                "God Game",
                "Video Production",
                "4X",
                "MOBA",
                "Photo Editing",
                "Trivia",
                "Immersive Sim",
                "Political Sim",
                "Outbreak Sim",
                "Medical Sim",
                "Exploration",
                "2D Platformer",
                "Roguelite",
                "FPS",
                "3D Platformer",
                "Choose Your Own Adventure",
                "Side Scroller",
                "Shoot 'Em Up",
                "Hidden Object",
                "Puzzle Platformer",
                "Bullet Hell",
                "Dungeon Crawler",
                "Clicker",
                "Top-Down Shooter",
                "Third-Person Shooter",
                "Time Management",
                "Idler",
                "Collectathon",
                "Precision Platformer",
                "Real Time Tactics",
                "Arena Shooter",
                "Tactical RPG",
                "Card Battler",
                "Wargame",
                "Metroidvania",
                "Souls-like",
                "Creature Collector",
                "Runner",
                "CRPG",
                "Twin Stick Shooter",
                "Mystery Dungeon",
                "Match 3",
                "Looter Shooter",
                "Spectacle fighter",
                "Hero Shooter",
                "Solitaire",
                "Combat Racing",
                "Action RTS",
                "Trading Card Game",
                "Sokoban",
                "Boomer Shooter",
                "Typing",
                "Traditional Roguelike",
                "Shop Keeper",
                "On-Rails Shooter",
                "Spelling",
                "Roguevania",
                "Mahjong",
                "Cricket",
                "Short",
                "Movie",
                "Episodic",
                "Gaming",
                "Documentary",
                "Profile Features Limited",
                "Demo Available",
                "AI Content Disclosed",
                "Adult Content",
                "Hentai",
                "Cozy",
                "Fighting",
                "Wholesome",
                "Classic",
                "Roguelike Deckbuilder",
                "Narrative",
                "Open World Survival Craft",
                "Immersive",
                "Party",
                "Escape Room",
                "Job Simulator",
                "Nostalgia",
                "Farming",
                "Addictive",
                "Social Deduction",
                "Cult Classic",
                "Pinball",
                "Spaceships",
                "Electronic Music",
                "Ambient",
                "Jump Scare",
                "Extraction Shooter",
                "Dice",
                "Boss Rush",
                "Instrumental Music",
                "Well-Written",
                "Epic",
                "Rock Music",
                "Birds",
                "8-bit Music",
                "Musou",
                "Electronic",
                "Fox",
                "Hobby Sim",
                "Coding",
                "Volleyball",
                "Rugby",
                "Snooker",
                "Reboot",
                "Singleplayer",
                "Multiplayer",
                "Co-op",
                "Online Co-Op",
                "Massively Multiplayer",
                "Local Multiplayer",
                "Local Co-Op",
                "4 Player Local",
                "Co-op Campaign",
                "Asynchronous Multiplayer",
                "Based On A Novel",
                "Free to Play",
                "Early Access",
                "Experimental",
                "Software Training",
                "Minigames",
                "Remake",
                "Sequel",
                "Experience",
                "Kickstarter",
                "Crowdfunded",
                "Benchmark",
                "Feature Film",
                "Difficult",
                "Competitive",
                "Unforgiving",
                "Turn-Based",
                "Replay Value",
                "Fast-Paced",
                "Real-Time",
                "Time Attack",
                "Real-Time with Pause",
                "Sexual Content",
                "Nudity",
                "Mature",
                "NSFW",
                "Character Action Game",
                "Villain Protagonist",
                "Silent Protagonist",
                "Chess",
                "Violent",
                "Gore",
                "Blood",
                "Mouse only",
                "Touch-Friendly",
                "Intentionally Awkward Controls",
                "Voice Control",
                "Soundtrack",
                "Great Soundtrack",
                "Music",
                "Mod",
                "RPGMaker",
                "GameMaker",
                "Dungeons & Dragons",
                "Games Workshop",
                "TrackIR",
                "Hardware",
                "Steam Machine"
              ],
              "enumTitles": [
                "🎭 Themes & Moods | Atmospheric",
                "🎭 Themes & Moods | Fantasy",
                "🎭 Themes & Moods | Relaxing",
                "🎭 Themes & Moods | Funny",
                "🎭 Themes & Moods | Horror",
                "🎭 Themes & Moods | Sci-fi",
                "🎭 Themes & Moods | Family Friendly",
                "🎭 Themes & Moods | Retro",
                "🎭 Themes & Moods | Dark",
                "🎭 Themes & Moods | Mystery",
                "🎭 Themes & Moods | Survival",
                "🎭 Themes & Moods | Comedy",
                "🎭 Themes & Moods | Psychological Horror",
                "🎭 Themes & Moods | Medieval",
                "🎭 Themes & Moods | Magic",
                "🎭 Themes & Moods | Management",
                "🎭 Themes & Moods | Old School",
                "🎭 Themes & Moods | Sports",
                "🎭 Themes & Moods | Building",
                "🎭 Themes & Moods | Tactical",
                "🎭 Themes & Moods | Drama",
                "🎭 Themes & Moods | Space",
                "🎭 Themes & Moods | Romance",
                "🎭 Themes & Moods | Racing",
                "🎭 Themes & Moods | Futuristic",
                "🎭 Themes & Moods | Crafting",
                "🎭 Themes & Moods | Dark Fantasy",
                "🎭 Themes & Moods | Logic",
                "🎭 Themes & Moods | Emotional",
                "🎭 Themes & Moods | Survival Horror",
                "🎭 Themes & Moods | Nature",
                "🎭 Themes & Moods | 1990's",
                "🎭 Themes & Moods | Education",
                "🎭 Themes & Moods | Surreal",
                "🎭 Themes & Moods | 1980s",
                "🎭 Themes & Moods | Post-apocalyptic",
                "🎭 Themes & Moods | War",
                "🎭 Themes & Moods | Historical",
                "🎭 Themes & Moods | Zombies",
                "🎭 Themes & Moods | Stealth",
                "🎭 Themes & Moods | Lore-Rich",
                "🎭 Themes & Moods | Investigation",
                "🎭 Themes & Moods | Economy",
                "🎭 Themes & Moods | LGBTQ+",
                "🎭 Themes & Moods | Psychological",
                "🎭 Themes & Moods | Thriller",
                "🎭 Themes & Moods | Military",
                "🎭 Themes & Moods | Detective",
                "🎭 Themes & Moods | Dark Humor",
                "🎭 Themes & Moods | Demons",
                "🎭 Themes & Moods | Cyberpunk",
                "🎭 Themes & Moods | Supernatural",
                "🎭 Themes & Moods | Aliens",
                "🎭 Themes & Moods | Driving",
                "🎭 Themes & Moods | Robots",
                "🎭 Themes & Moods | Comic Book",
                "🎭 Themes & Moods | Modern",
                "🎭 Themes & Moods | Dystopian",
                "🎭 Themes & Moods | Loot",
                "🎭 Themes & Moods | Psychedelic",
                "🎭 Themes & Moods | Artificial Intelligence",
                "🎭 Themes & Moods | Cats",
                "🎭 Themes & Moods | Flight",
                "🎭 Themes & Moods | Alternate History",
                "🎭 Themes & Moods | Parkour",
                "🎭 Themes & Moods | Memes",
                "🎭 Themes & Moods | Mythology",
                "🎭 Themes & Moods | Crime",
                "🎭 Themes & Moods | Game Development",
                "🎭 Themes & Moods | Automation",
                "🎭 Themes & Moods | Capitalism",
                "🎭 Themes & Moods | Destruction",
                "🎭 Themes & Moods | Philosophical",
                "🎭 Themes & Moods | Dark Comedy",
                "🎭 Themes & Moods | Cooking",
                "🎭 Themes & Moods | Noir",
                "🎭 Themes & Moods | Lovecraftian",
                "🎭 Themes & Moods | Swordplay",
                "🎭 Themes & Moods | America",
                "🎭 Themes & Moods | Science",
                "🎭 Themes & Moods | Parody",
                "🎭 Themes & Moods | Dragons",
                "🎭 Themes & Moods | Conspiracy",
                "🎭 Themes & Moods | Agriculture",
                "🎭 Themes & Moods | Gothic",
                "🎭 Themes & Moods | World War II",
                "🎭 Themes & Moods | Satire",
                "🎭 Themes & Moods | Martial Arts",
                "🎭 Themes & Moods | Underground",
                "🎭 Themes & Moods | Mechs",
                "🎭 Themes & Moods | Mining",
                "🎭 Themes & Moods | Transportation",
                "🎭 Themes & Moods | Fishing",
                "🎭 Themes & Moods | Dog",
                "🎭 Themes & Moods | Pirates",
                "🎭 Themes & Moods | Steampunk",
                "🎭 Themes & Moods | Time Travel",
                "🎭 Themes & Moods | Underwater",
                "🎭 Themes & Moods | Political",
                "🎭 Themes & Moods | Vampire",
                "🎭 Themes & Moods | Trains",
                "🎭 Themes & Moods | Tanks",
                "🎭 Themes & Moods | Gambling",
                "🎭 Themes & Moods | Ninja",
                "🎭 Themes & Moods | Hunting",
                "🎭 Themes & Moods | Otome",
                "🎭 Themes & Moods | Western",
                "🎭 Themes & Moods | Politics",
                "🎭 Themes & Moods | Hacking",
                "🎭 Themes & Moods | Faith",
                "🎭 Themes & Moods | Dinosaurs",
                "🎭 Themes & Moods | Programming",
                "🎭 Themes & Moods | Superhero",
                "🎭 Themes & Moods | Diplomacy",
                "🎭 Themes & Moods | Assassin",
                "🎭 Themes & Moods | Naval",
                "🎭 Themes & Moods | Snow",
                "🎭 Themes & Moods | Heist",
                "🎭 Themes & Moods | Sailing",
                "🎭 Themes & Moods | Cold War",
                "🎭 Themes & Moods | Archery",
                "🎭 Themes & Moods | Foreign",
                "🎭 Themes & Moods | Horses",
                "🎭 Themes & Moods | Football (Soccer)",
                "🎭 Themes & Moods | Offroad",
                "🎭 Themes & Moods | Transhumanism",
                "🎭 Themes & Moods | Sniper",
                "🎭 Themes & Moods | Jet",
                "🎭 Themes & Moods | Illuminati",
                "🎭 Themes & Moods | Boxing",
                "🎭 Themes & Moods | Werewolves",
                "🎭 Themes & Moods | Mars",
                "🎭 Themes & Moods | Motorbike",
                "🎭 Themes & Moods | Golf",
                "🎭 Themes & Moods | Basketball",
                "🎭 Themes & Moods | World War I",
                "🎭 Themes & Moods | Submarine",
                "🎭 Themes & Moods | Bikes",
                "🎭 Themes & Moods | Rome",
                "🎭 Themes & Moods | Baseball",
                "🎭 Themes & Moods | Dwarf",
                "🎭 Themes & Moods | LEGO",
                "🎭 Themes & Moods | Skateboarding",
                "🎭 Themes & Moods | Mini Golf",
                "🎭 Themes & Moods | Wrestling",
                "🎭 Themes & Moods | Football (American)",
                "🎭 Themes & Moods | Pool",
                "🎭 Themes & Moods | Skating",
                "🎭 Themes & Moods | Tennis",
                "🎭 Themes & Moods | Cycling",
                "🎭 Themes & Moods | Warhammer 40K",
                "🎭 Themes & Moods | Motocross",
                "🎭 Themes & Moods | Vikings",
                "🎭 Themes & Moods | Hockey",
                "🎭 Themes & Moods | Bowling",
                "🎭 Themes & Moods | Lemmings",
                "🎭 Themes & Moods | Skiing",
                "🎭 Themes & Moods | Snowboarding",
                "🎭 Themes & Moods | Elf",
                "🎭 Themes & Moods | BMX",
                "🎭 Themes & Moods | ATV",
                "🎮 Top-Level Genres | Indie",
                "🎮 Top-Level Genres | Action",
                "🎮 Top-Level Genres | Casual",
                "🎮 Top-Level Genres | Adventure",
                "🎮 Top-Level Genres | Simulation",
                "🎮 Top-Level Genres | RPG",
                "🎮 Top-Level Genres | Strategy",
                "🎮 Top-Level Genres | Action-Adventure",
                "🎮 Top-Level Genres | Software",
                "🎨 Visuals & Viewpoint | 2D",
                "🎨 Visuals & Viewpoint | 3D",
                "🎨 Visuals & Viewpoint | Colorful",
                "🎨 Visuals & Viewpoint | Cute",
                "🎨 Visuals & Viewpoint | Pixel Graphics",
                "🎨 Visuals & Viewpoint | First-Person",
                "🎨 Visuals & Viewpoint | Anime",
                "🎨 Visuals & Viewpoint | Stylized",
                "🎨 Visuals & Viewpoint | Third Person",
                "🎨 Visuals & Viewpoint | Top-Down",
                "🎨 Visuals & Viewpoint | Realistic",
                "🎨 Visuals & Viewpoint | Cartoony",
                "🎨 Visuals & Viewpoint | Hand-drawn",
                "🎨 Visuals & Viewpoint | Minimalist",
                "🎨 Visuals & Viewpoint | VR",
                "🎨 Visuals & Viewpoint | Cartoon",
                "🎨 Visuals & Viewpoint | Cinematic",
                "🎨 Visuals & Viewpoint | Text-Based",
                "🎨 Visuals & Viewpoint | 2.5D",
                "🎨 Visuals & Viewpoint | Isometric",
                "🎨 Visuals & Viewpoint | Abstract",
                "🎨 Visuals & Viewpoint | 3D Vision",
                "🎨 Visuals & Viewpoint | Split Screen",
                "🎨 Visuals & Viewpoint | Voxel",
                "🎨 Visuals & Viewpoint | FMV",
                "🎨 Visuals & Viewpoint | Beautiful",
                "🎨 Visuals & Viewpoint | 360 Video",
                "✨ Features | Story Rich",
                "✨ Features | Combat",
                "✨ Features | Controller",
                "✨ Features | Female Protagonist",
                "✨ Features | Choices Matter",
                "✨ Features | PvE",
                "✨ Features | Linear",
                "✨ Features | PvP",
                "✨ Features | Open World",
                "✨ Features | Multiple Endings",
                "✨ Features | Physics",
                "✨ Features | Character Customization",
                "✨ Features | Resource Management",
                "✨ Features | Turn-Based Tactics",
                "✨ Features | Procedural Generation",
                "✨ Features | Turn-Based Combat",
                "✨ Features | Hack and Slash",
                "✨ Features | Tabletop",
                "✨ Features | Base Building",
                "✨ Features | Score Attack",
                "✨ Features | Narration",
                "✨ Features | Conversation",
                "✨ Features | Deckbuilding",
                "✨ Features | Tutorial",
                "✨ Features | Nonlinear",
                "✨ Features | Team-Based",
                "✨ Features | Perma Death",
                "✨ Features | Inventory Management",
                "✨ Features | Grid-Based Movement",
                "✨ Features | Level Editor",
                "✨ Features | Moddable",
                "✨ Features | Class-Based",
                "✨ Features | Vehicular Combat",
                "✨ Features | Gun Customization",
                "✨ Features | Trading",
                "✨ Features | 6DOF",
                "✨ Features | Bullet Time",
                "✨ Features | Quick-Time Events",
                "✨ Features | Time Manipulation",
                "✨ Features | Dynamic Narration",
                "✨ Features | Hex Grid",
                "✨ Features | Naval Combat",
                "✨ Features | Music-Based Procedural Generation",
                "✨ Features | Asymmetric VR",
                "🧭 Genres | Puzzle",
                "🧭 Genres | Arcade",
                "🧭 Genres | Shooter",
                "🧭 Genres | Platformer",
                "🧭 Genres | Visual Novel",
                "🧭 Genres | Roguelike",
                "🧭 Genres | Sandbox",
                "🧭 Genres | Action RPG",
                "🧭 Genres | Point & Click",
                "🧭 Genres | Action Roguelike",
                "🧭 Genres | Interactive Fiction",
                "🧭 Genres | Turn-Based Strategy",
                "🧭 Genres | Dating Sim",
                "🧭 Genres | Walking Simulator",
                "🧭 Genres | JRPG",
                "🧭 Genres | Party-Based RPG",
                "🧭 Genres | Card Game",
                "🧭 Genres | Life Sim",
                "🧭 Genres | Design & Illustration",
                "🧭 Genres | Strategy RPG",
                "🧭 Genres | Utilities",
                "🧭 Genres | Board Game",
                "🧭 Genres | RTS",
                "🧭 Genres | Tower Defense",
                "🧭 Genres | City Builder",
                "🧭 Genres | Web Publishing",
                "🧭 Genres | Beat 'em up",
                "🧭 Genres | Automobile Sim",
                "🧭 Genres | 2D Fighter",
                "🧭 Genres | Rhythm",
                "🧭 Genres | Farming Sim",
                "🧭 Genres | 3D Fighter",
                "🧭 Genres | Auto Battler",
                "🧭 Genres | Word Game",
                "🧭 Genres | eSports",
                "🧭 Genres | Colony Sim",
                "🧭 Genres | Grand Strategy",
                "🧭 Genres | Space Sim",
                "🧭 Genres | Animation & Modeling",
                "🧭 Genres | MMORPG",
                "🧭 Genres | Battle Royale",
                "🧭 Genres | Party Game",
                "🧭 Genres | Audio Production",
                "🧭 Genres | God Game",
                "🧭 Genres | Video Production",
                "🧭 Genres | 4X",
                "🧭 Genres | MOBA",
                "🧭 Genres | Photo Editing",
                "🧭 Genres | Trivia",
                "🕹️ Simulation | Immersive Sim",
                "🕹️ Simulation | Political Sim",
                "🕹️ Simulation | Outbreak Sim",
                "🕹️ Simulation | Medical Sim",
                "🧩 Sub-Genres | Exploration",
                "🧩 Sub-Genres | 2D Platformer",
                "🧩 Sub-Genres | Roguelite",
                "🧩 Sub-Genres | FPS",
                "🧩 Sub-Genres | 3D Platformer",
                "🧩 Sub-Genres | Choose Your Own Adventure",
                "🧩 Sub-Genres | Side Scroller",
                "🧩 Sub-Genres | Shoot 'Em Up",
                "🧩 Sub-Genres | Hidden Object",
                "🧩 Sub-Genres | Puzzle Platformer",
                "🧩 Sub-Genres | Bullet Hell",
                "🧩 Sub-Genres | Dungeon Crawler",
                "🧩 Sub-Genres | Clicker",
                "🧩 Sub-Genres | Top-Down Shooter",
                "🧩 Sub-Genres | Third-Person Shooter",
                "🧩 Sub-Genres | Time Management",
                "🧩 Sub-Genres | Idler",
                "🧩 Sub-Genres | Collectathon",
                "🧩 Sub-Genres | Precision Platformer",
                "🧩 Sub-Genres | Real Time Tactics",
                "🧩 Sub-Genres | Arena Shooter",
                "🧩 Sub-Genres | Tactical RPG",
                "🧩 Sub-Genres | Card Battler",
                "🧩 Sub-Genres | Wargame",
                "🧩 Sub-Genres | Metroidvania",
                "🧩 Sub-Genres | Souls-like",
                "🧩 Sub-Genres | Creature Collector",
                "🧩 Sub-Genres | Runner",
                "🧩 Sub-Genres | CRPG",
                "🧩 Sub-Genres | Twin Stick Shooter",
                "🧩 Sub-Genres | Mystery Dungeon",
                "🧩 Sub-Genres | Match 3",
                "🧩 Sub-Genres | Looter Shooter",
                "🧩 Sub-Genres | Spectacle fighter",
                "🧩 Sub-Genres | Hero Shooter",
                "🧩 Sub-Genres | Solitaire",
                "🧩 Sub-Genres | Combat Racing",
                "🧩 Sub-Genres | Action RTS",
                "🧩 Sub-Genres | Trading Card Game",
                "🧩 Sub-Genres | Sokoban",
                "🧩 Sub-Genres | Boomer Shooter",
                "🧩 Sub-Genres | Typing",
                "🧩 Sub-Genres | Traditional Roguelike",
                "🧩 Sub-Genres | Shop Keeper",
                "🧩 Sub-Genres | On-Rails Shooter",
                "🧩 Sub-Genres | Spelling",
                "🧩 Sub-Genres | Roguevania",
                "🧩 Sub-Genres | Mahjong",
                "🧩 Sub-Genres | Cricket",
                "🎬 Video Genres | Short",
                "🎬 Video Genres | Movie",
                "🎬 Video Genres | Episodic",
                "🎬 Video Genres | Gaming",
                "🎬 Video Genres | Documentary",
                "📦 Uncategorized | Profile Features Limited",
                "📦 Uncategorized | Demo Available",
                "📦 Uncategorized | AI Content Disclosed",
                "📦 Uncategorized | Adult Content",
                "📦 Uncategorized | Hentai",
                "📦 Uncategorized | Cozy",
                "📦 Uncategorized | Fighting",
                "📦 Uncategorized | Wholesome",
                "📦 Uncategorized | Classic",
                "📦 Uncategorized | Roguelike Deckbuilder",
                "📦 Uncategorized | Narrative",
                "📦 Uncategorized | Open World Survival Craft",
                "📦 Uncategorized | Immersive",
                "📦 Uncategorized | Party",
                "📦 Uncategorized | Escape Room",
                "📦 Uncategorized | Job Simulator",
                "📦 Uncategorized | Nostalgia",
                "📦 Uncategorized | Farming",
                "📦 Uncategorized | Addictive",
                "📦 Uncategorized | Social Deduction",
                "📦 Uncategorized | Cult Classic",
                "📦 Uncategorized | Pinball",
                "📦 Uncategorized | Spaceships",
                "📦 Uncategorized | Electronic Music",
                "📦 Uncategorized | Ambient",
                "📦 Uncategorized | Jump Scare",
                "📦 Uncategorized | Extraction Shooter",
                "📦 Uncategorized | Dice",
                "📦 Uncategorized | Boss Rush",
                "📦 Uncategorized | Instrumental Music",
                "📦 Uncategorized | Well-Written",
                "📦 Uncategorized | Epic",
                "📦 Uncategorized | Rock Music",
                "📦 Uncategorized | Birds",
                "📦 Uncategorized | 8-bit Music",
                "📦 Uncategorized | Musou",
                "📦 Uncategorized | Electronic",
                "📦 Uncategorized | Fox",
                "📦 Uncategorized | Hobby Sim",
                "📦 Uncategorized | Coding",
                "📦 Uncategorized | Volleyball",
                "📦 Uncategorized | Rugby",
                "📦 Uncategorized | Snooker",
                "📦 Uncategorized | Reboot",
                "👥 Players | Singleplayer",
                "👥 Players | Multiplayer",
                "👥 Players | Co-op",
                "👥 Players | Online Co-Op",
                "👥 Players | Massively Multiplayer",
                "👥 Players | Local Multiplayer",
                "👥 Players | Local Co-Op",
                "👥 Players | 4 Player Local",
                "👥 Players | Co-op Campaign",
                "👥 Players | Asynchronous Multiplayer",
                "📚 Story | Based On A Novel",
                "🗂️ Miscellaneous | Free to Play",
                "🗂️ Miscellaneous | Early Access",
                "🗂️ Miscellaneous | Experimental",
                "🗂️ Miscellaneous | Software Training",
                "🗂️ Miscellaneous | Minigames",
                "🗂️ Miscellaneous | Remake",
                "🗂️ Miscellaneous | Sequel",
                "🗂️ Miscellaneous | Experience",
                "🗂️ Miscellaneous | Kickstarter",
                "🗂️ Miscellaneous | Crowdfunded",
                "🗂️ Miscellaneous | Benchmark",
                "🗂️ Miscellaneous | Feature Film",
                "🏆 Challenge | Difficult",
                "🏆 Challenge | Competitive",
                "🏆 Challenge | Unforgiving",
                "⏱️ Time | Turn-Based",
                "⏱️ Time | Replay Value",
                "⏱️ Time | Fast-Paced",
                "⏱️ Time | Real-Time",
                "⏱️ Time | Time Attack",
                "⏱️ Time | Real-Time with Pause",
                "🔞 Adult Content | Sexual Content",
                "🔞 Adult Content | Nudity",
                "🔞 Adult Content | Mature",
                "🔞 Adult Content | NSFW",
                "🧑 Character | Character Action Game",
                "🧑 Character | Villain Protagonist",
                "🧑 Character | Silent Protagonist",
                "🃏 Card & Board Genres | Chess",
                "💥 Violence | Violent",
                "💥 Violence | Gore",
                "💥 Violence | Blood",
                "🎮 Controls | Mouse only",
                "🎮 Controls | Touch-Friendly",
                "🎮 Controls | Intentionally Awkward Controls",
                "🎮 Controls | Voice Control",
                "🎵 Audio | Soundtrack",
                "🎵 Audio | Great Soundtrack",
                "🎵 Audio | Music",
                "🧩 Mods | Mod",
                "🛠️ Tools | RPGMaker",
                "🛠️ Tools | GameMaker",
                "📚 Franchises | Dungeons & Dragons",
                "📚 Franchises | Games Workshop",
                "💾 Hardware | TrackIR",
                "💾 Hardware | Hardware",
                "💾 Hardware | Steam Machine"
              ]
            }
          },
          "type": {
            "title": "Filter by Product Type",
            "uniqueItems": true,
            "type": "array",
            "description": "Select one or more Steam content types to include.",
            "items": {
              "type": "string",
              "enum": [
                "Games",
                "Software",
                "Downloadable Content",
                "Demos",
                "Soundtracks",
                "Playtests",
                "Videos",
                "Mods",
                "Hardware"
              ],
              "enumTitles": [
                "🎮 Type | Games",
                "🛠️ Type | Software",
                "📦 Type | Downloadable Content",
                "🎬 Type | Demos",
                "🎵 Type | Soundtracks",
                "🧪 Type | Playtests",
                "📹 Type | Videos",
                "🧩 Type | Mods",
                "💾 Type | Hardware"
              ]
            }
          },
          "proxyConfiguration": {
            "title": "Proxy configuration (recommended for stability)",
            "type": "object",
            "description": "Optional connection settings that can improve reliability on larger runs or during busy periods. The default configuration works well for most users — you typically only need to adjust this if you’re running at scale or encountering inconsistent results.",
            "default": {
              "useApifyProxy": true,
              "apifyProxyGroups": [
                "RESIDENTIAL"
              ]
            }
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}