# Komo.ai Cricbuzz Cricket API

> Komo.ai Cricbuzz Cricket API is a paid API for AI agents from komo-ai.vercel.app, paid per call via x402, $0.060458/call, status unknown (last checked 2026-09-14).

Provides live cricket scores, match data, and cricket statistics via the Cricbuzz data source

## Facts

- Endpoint: POST https://komo-ai.vercel.app/api/cricbuzz-cricket
- Price: $0.060458/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/komo-ai-cricbuzz-cricket-api-cd9b0b09
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1vTfBF1vNxwdRhMuM1Ltl

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 komo-ai-cricbuzz-cricket-api-cd9b0b09 -d '<json body>'
```

Example prompt: What are the live scores and current scorecard for today's IPL cricket match?

## When to prefer this

Use this endpoint when you need live or recent cricket match data, scores, or statistics, especially from the Cricbuzz data source. Prefer this over general sports APIs when cricket-specific depth (scorecards, over-by-over data, player stats) is required.

## Known failure modes

- No live match currently in progress — returns empty or null data
- Invalid match ID — returns error or empty result
- Cricbuzz upstream API unavailable — returns 500 or timeout
- Payment not processed — returns 402 Payment Required
- Rate limit exceeded — returns 429 error

## How this service works

150 premium API endpoints with pay-per-call pricing via x402 protocol on Base chain

## Output

Returns cricket match data including live scores, match status, player statistics, and tournament information sourced from Cricbuzz.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/komo-ai-cricbuzz-cricket-api-cd9b0b09/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from komo-ai.vercel.app](https://www.zero.xyz/host/komo-ai.vercel.app/llms.txt)
