# BlackBobs.ai Baseball Datafeeds API

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

Retrieves live or historical baseball data feeds including scores, stats, schedules, and game results

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/baseball-datafeeds
- Price: $0.172901/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-baseball-datafeeds-api-59241152
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_66Hw_Po0xrCKJjxW7-ee-

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-baseball-datafeeds-api-59241152 -d '<json body>'
```

Example prompt: Can you pull the latest baseball datafeed for today's MLB games — I want to see current scores, team stats, and any completed game results?

## When to prefer this

Choose this endpoint when you need pay-per-call access to baseball data feeds without a subscription commitment, and your agent is already operating within the x402 micropayment ecosystem on Base chain. Useful for infrequent or bursty baseball data needs where a monthly API subscription is cost-inefficient.

## Known failure modes

- Missing or malformed query parameters result in an empty or error response
- Upstream baseball data source unavailable returns a degraded or null result
- Invalid team or player identifiers may return empty datasets
- Payment failure via x402/Base chain blocks the request entirely

## How this service works

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

## Output

Returns a structured result object containing baseball data such as game scores, team or player statistics, schedules, or standings depending on the query parameters supplied. The response wraps data inside a 'result' object with relevant feed information.

## 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-baseball-datafeeds-api-59241152/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)
