# AgentToll Food Safety Data

> AgentToll Food Safety Data is a paid API for AI agents from agenttoll.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Retrieves FDA food safety recall and alert data for specific food products or brands

## Facts

- Endpoint: POST https://agenttoll.dev/paid/health/food-safety
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agenttoll-food-safety-data-812b947e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jqf6_HMR8xp6aOIKoBOdU

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-food-safety-data-812b947e -d '<json body>'
```

Example prompt: Can you check if there are any food safety recalls or alerts for Dole brand products? Show me up to 10 results.

## When to prefer this

Use this endpoint when you need to quickly verify whether a specific food product or brand has active or historical FDA safety recalls without building a direct FDA API integration. Ideal for consumer safety checks, meal planning agents, grocery shopping assistants, or compliance monitoring workflows that need pay-per-call access without subscription overhead.

## Known failure modes

- No results found for obscure or misspelled product/brand names
- Generic 500 error if upstream FDA data source is unavailable
- Empty response if no recalls exist for the queried product
- Rate limiting or payment failure if USDC balance is insufficient

## 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

Returns a list of food safety recall records and alerts matching the queried product or brand, including recall details such as product name, reason for recall, affected dates, and regulatory notice information. Result count is bounded by the optional limit parameter (5–50).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "integer",
   "description": "optional int 5-50"
  },
  "query": {
   "type": "string",
   "description": "optional food product or brand"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agenttoll-food-safety-data-812b947e/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)
