# GameDataKit — Live Steam Market Intelligence

> GameDataKit — Live Steam Market Intelligence is a paid API for AI agents from api.borisinc.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Fetches live Steam market data and pricing intelligence for AI agents via pay-per-call x402 micropayments

## Facts

- Endpoint: GET https://api.borisinc.com/paid/util/json
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gamedatakit-live-steam-market-intelligence-75c572b9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Zq3Zb7Za0NHrVeEm7i9tB

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability gamedatakit-live-steam-market-intelligence-75c572b9
```

Example prompt: What's the current Steam market price for the AK-47 Redline Field-Tested skin in CS2?

## When to prefer this

Choose this endpoint when you need real-time Steam Community Market pricing and item data without setting up an account or managing API keys — ideal for AI agents that need pay-per-call Steam economy data via x402 micropayments. Prefer this over scraping Steam directly or using unofficial libraries when you need structured JSON output and reliable pricing intelligence.

## Known failure modes

- Missing or invalid query parameters result in an error response
- Payment failure via x402 prevents access to data
- Steam market API downtime causes upstream errors
- Querying a non-existent or delisted item may return empty or error JSON
- Rate limiting if too many calls are made in rapid succession

## How this service works

Live Steam best-sellers, deals, per-app detail and IGDB metadata, Twitch hype scores, and agent utilities for verification and extraction. From $0.001 a call, free samples on every endpoint, auth-then-capture. MCP and HTTP.

## Output

A JSON object containing live Steam market data such as current lowest listing price, buy order prices, volume, and item statistics for the queried Steam marketplace item.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "schema": {
   "type": "object",
   "properties": {
    "a": {
     "type": "integer"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gamedatakit-live-steam-market-intelligence-75c572b9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.borisinc.com](https://www.zero.xyz/host/api.borisinc.com/llms.txt)
