# BlackBobs.ai Cricbuzz Cricket Data API

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

Fetches live cricket scores, match data, and cricket information from Cricbuzz via a pay-per-call API

## Facts

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

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 blackbobs-ai-cricbuzz-cricket-data-api-b88db2f7 -d '<json body>'
```

Example prompt: What's the current live score for the India vs Pakistan cricket match — pull it from Cricbuzz?

## When to prefer this

Choose this endpoint when you need real-time or recent cricket data including live scores, match results, and tournament standings. It is backed by Cricbuzz, the leading cricket data source, making it suitable for IPL, Test, ODI, T20I, and other major cricket formats. Use it over general sports APIs when cricket-specific granularity (overs, wickets, innings) is required.

## Known failure modes

- No live matches available at the time of query returns empty result set
- Invalid match ID or query returns error in result object
- Cricbuzz upstream API unavailable causes timeout or error response
- Rate limits or payment failures result in 402 payment required response

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

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

## Request schema (JSON Schema)

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

## 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/blackbobs-ai-cricbuzz-cricket-data-api-b88db2f7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blackbobs-ai.vercel.app](https://www.zero.xyz/host/blackbobs-ai.vercel.app/llms.txt)
