# AgentPayStore NFL Las Vegas Raiders Live Analysis

> AgentPayStore NFL Las Vegas Raiders Live 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-15).

Delivers live NFL analysis for the Las Vegas Raiders including roster, injuries, matchups, betting lines, player props, and situational trends.

## Facts

- Endpoint: GET https://agentpaystore.com/gridiron/team/las-vegas/api/query
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentpaystore-nfl-las-vegas-raiders-live-analysis-4ddca8d8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7ynYFfNqJaBdNKZ1w3siL

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-nfl-las-vegas-raiders-live-analysis-4ddca8d8
```

Example prompt: What's the latest on the Las Vegas Raiders this week — any injuries I should know about, and what are the current betting lines and player props for their next game?

## When to prefer this

Choose this endpoint when you need real-time, Las Vegas Raiders-specific NFL intelligence — especially for betting lines, injury news, player props, or matchup analysis. Prefer this over general sports APIs when you need a single focused query that aggregates roster, injury, odds, and trend data in one call for the Raiders franchise specifically.

## Known failure modes

- Vague or empty 'reply' query string may return generic or no data
- Off-season periods may yield limited live injury or line data
- Payment failure (402) if USDC balance is insufficient
- Query unrelated to Raiders or NFL may return irrelevant results
- Rate limiting if too many requests are made in short succession

## How this service works

Live NFL analysis for the Las Vegas franchise: roster, injuries, matchups, betting lines, player props and situational trends.

## Output

Returns structured NFL analysis for the Las Vegas Raiders including current roster status, injury report, upcoming matchup details, live betting lines (spread, moneyline, over/under), individual player props, and situational trends relevant to betting, fantasy, or general game preparation.

## 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-nfl-las-vegas-raiders-live-analysis-4ddca8d8/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)
