# AgentPayStore SF Giants MLB Analysis

> AgentPayStore SF Giants MLB Analysis is a paid API for AI agents from agentpaystore.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-13).

Provides live MLB analysis for the San Francisco Giants including roster, injuries, matchups, betting lines, player props, and situational trends.

## Facts

- Endpoint: GET https://agentpaystore.com/duke/team/san-francisco/api/query
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentpaystore-sf-giants-mlb-analysis-7ed40b91
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pyKrz5GErltLscR3Q3UKX

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 agentpaystore-sf-giants-mlb-analysis-7ed40b91
```

Example prompt: What are the current betting lines and player props for tonight's Giants game, and are there any key injuries affecting the lineup?

## When to prefer this

Use this endpoint when you need real-time, team-specific MLB intelligence for the San Francisco Giants, especially for betting research, fantasy sports decisions, or pre-game analysis. Prefer this over generic sports APIs when you need integrated betting lines, player props, and injury reports in a single call specifically for the SF Giants franchise.

## Known failure modes

- Query is too vague or off-topic and returns generic or empty analysis
- Live data unavailable for a specific game not yet scheduled
- Payment not processed results in 402 response blocking access
- Injury data may lag real-time roster moves by hours
- Betting lines may not be available during off-season or non-game days

## How this service works

Live MLB analysis for the San Francisco franchise: roster, injuries, matchups, betting lines, player props and situational trends.

## Output

Returns live MLB data for the San Francisco Giants including current roster status, injury updates, upcoming matchup details, live or current betting lines, player proposition bets, and historical or situational performance trends — delivered as a natural language analysis response.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "agent": {
   "type": "string"
  },
  "analysis": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentpaystore-sf-giants-mlb-analysis-7ed40b91/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentpaystore.com](https://www.zero.xyz/host/agentpaystore.com/llms.txt)
