# AgentToll Health Outbreaks — CDC Disease Outbreak Data

> AgentToll Health Outbreaks — CDC Disease Outbreak Data is a paid API for AI agents from agenttoll.dev, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Returns CDC disease outbreak rows, optionally filtered by disease or pathogen name and limited to a specified count

## Facts

- Endpoint: POST https://agenttoll.dev/paid/health/outbreaks
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agenttoll-health-outbreaks-cdc-disease-outbreak-data-3f943496
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TMR23eOBhNIttki8jkGO0

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 agenttoll-health-outbreaks-cdc-disease-outbreak-data-3f943496 -d '<json body>'
```

Example prompt: Pull the latest CDC outbreak records for influenza — give me up to 30 rows so I can see what's been reported recently.

## When to prefer this

Choose this endpoint when you need structured CDC outbreak surveillance data for a specific disease or want a broad snapshot of recent outbreak events. It is ideal for public health monitoring, epidemiological research, or feeding outbreak data into analytical pipelines. Prefer this over web scraping CDC pages when you need clean, query-filtered rows delivered via a paid, reliable API with per-call USDC pricing.

## Known failure modes

- Invalid limit value above 100 may be rejected or clamped
- Unrecognized or misspelled disease/pathogen query term returns empty or unfiltered results
- Payment failure (insufficient USDC balance) blocks the call
- CDC data source unavailability causes delayed or empty response
- Generic response schema means field names may vary and require defensive parsing

## How this service works

108+ receipt-backed x402 work products for AI agents. Clear prices, spend caps, buyer metadata, and structured results over Base USDC.

## Output

A JSON object containing CDC outbreak rows, each representing a reported outbreak event with fields likely including disease/pathogen name, location, case counts, and report date, limited to the requested row count (default 20, max 100).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "integer",
   "description": "optional integer; number of CDC rows to return, default 20, max 100"
  },
  "query": {
   "type": "string",
   "description": "optional disease/pathogen search term, e.g. influenza"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agenttoll-health-outbreaks-cdc-disease-outbreak-data-3f943496/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agenttoll.dev](https://www.zero.xyz/host/agenttoll.dev/llms.txt)
