ToolAssay

Search GAMEMAXXING's video games and gaming knowledge base for game concepts acr

Search GAMEMAXXING's video games and gaming knowledge base for game concepts across game design, game business, game culture, and gaming history, then return ranked JSON hits with full content first and source URLs second.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
728 msmedian answer time
$0.001listed price per call
$0.001price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://gamemaxxing.baes.so/api/agent/v1/search

CategoryImage and media
Provider hostgamemaxxing.baes.so
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days6 from 5 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.001 728 ms

Example input (from the provider)

{
  "body": {
    "category": "game-business",
    "limit": 5,
    "offset": 0,
    "query": "battle pass retention"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "category": {
              "description": "Optional GAMEMAXXING internal category slug used to narrow results to part of the GAMEMAXXING video game knowledge base.",
              "enum": [
                "game-design",
                "game-mechanics",
                "gaming-history",
                "speedrunning",
                "esports",
                "graphics-tech",
                "game-audio",
                "narrative",
                "gaming-culture",
                "player-psychology",
                "game-business",
                "game-genres",
                "indie-games",
                "game-tech",
                "iconic-games",
                "action-adventure-games",
                "roguelike-games",
                "rpg-games",
                "shooter-games",
                "survival-crafting-games",
                "horror-games",
                "strategy-management-games",
                "simulation-games",
                "sports-racing-games",
                "fighting-brawler-games",
                "puzzle-platformer-games",
                "narrative-adventure-games",
                "card-board-games",
                "onchain-gaming",
                "game-consoles",
                "game-studios",
                "gaming-people",
                "game-engines",
                "gaming-characters",
                "pokemon-games"
              ],
              "type": "string"
            },
            "limit": {
              "description": "Maximum number of ranked concept hits to return.",
              "maximum": 12,
              "minimum": 1,
              "type": "integer"
            },
            "offset": {
              "description": "Zero-based result offset for pagination. Start at 0, then send pageInfo.nextOffset while pageInfo.hasMore is true.",
              "maximum": 5000,
              "minimum": 0,
              "type": "integer"
            },
            "query": {
              "description": "Natural-language game or video game query to run against GAMEMAXXING's concept corpus, including game design, game business, and game culture topics.",
              "maxLength": 160,
              "minLength": 2,
              "type": "string"
            }
          },
          "required": [
            "query"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "additionalProperties": false,
          "properties": {
            "apiVersion": {
              "description": "API version string.",
              "type": "string"
            },
            "categoryHits": {
              "description": "Category-level aggregation over all matching ranked hits.",
              "items": {
                "additionalProperties": false,
                "properties": {
                  "category": {
                    "description": "Optional GAMEMAXXING internal category slug used to narrow results to part of the GAMEMAXXING video game knowledge base.",
                    "enum": [
                      "game-design",
                      "game-mechanics",
                      "gaming-history",
                      "speedrunning",
                      "esports",
                      "graphics-tech",
                      "game-audio",
                      "narrative",
                      "gaming-culture",
                      "player-psychology",
                      "game-business",
                      "game-genres",
                      "indie-games",
                      "game-tech",
                      "iconic-games",
                      "action-adventure-games",
                      "roguelike-games",
                      "rpg-games",
                      "shooter-games",
                      "survival-crafting-games",
                      "horror-games",
                      "strategy-management-games",
                      "simulation-games",
                      "sports-racing-games",
                      "fighting-brawler-games",
                      "puzzle-platformer-games",
                      "narrative-adventure-games",
                      "card-board-games",
                      "onchain-gaming",
                      "game-consoles",
                      "game-studios",
                      "gaming-people",
                      "game-engines",
                      "gaming-characters",
                      "pokemon-games"
                    ],
                    "type": "string"
                  },
                  "count": {
                    "description": "Number of hits returned for the category in the current result set.",
                    "type": "integer"
                  },
                  "label": {
                    "description": "Human-readable category label.",
                    "type": "string"
                  },
                  "score": {
                    "description": "Aggregate relevance score for the category bucket.",
                    "type": "number"
                  }
                },
                "required": [
                  "category",
                  "label",
                  "count",
                  "score"
           

This page as JSON