{
  "x402Version": 2,
  "id": 4481,
  "slug": "4481",
  "resource": "https://dataforagents.net/v1/steam/search",
  "description": "DataForAgents — Steam catalog search for agents (name, genre, price filters)",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x5d4ECba4458C49b6F92Fd5384686f0cAf0C3080B",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "genre": "Indie",
            "limit": "5",
            "price_max": "20",
            "q": "terraria"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "data": [
              {
                "appid": 105600,
                "current_price_usd": 9.99,
                "developer": "Re-Logic",
                "genres": [
                  "Action",
                  "Adventure",
                  "Indie",
                  "RPG"
                ],
                "is_free": false,
                "name": "Terraria",
                "review_score_pct": 97,
                "total_reviews": 900000
              }
            ],
            "results_count": 1,
            "status": "success"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "genre": {
                    "description": "Genre filter (exact/partial match)",
                    "type": "string"
                  },
                  "limit": {
                    "description": "Max results to return (default 20)",
                    "type": "string"
                  },
                  "price_max": {
                    "description": "Max current price in USD (number as string query param)",
                    "type": "string"
                  },
                  "q": {
                    "description": "Free-text game name query",
                    "type": "string"
                  }
                },
                "required": [],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "dataforagents.net",
  "lastUpdated": "2026-09-17T03:45:24.997Z",
  "quality": {
    "calls30d": 6,
    "uniquePayers30d": 4,
    "lastCalledAt": "2026-09-17T03:45:24.821Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "dataforagents.net",
    "manifest_name": "dataforagents.net",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}