# TheBotWire Recalls – Product Safety & FDA Regulatory Actions

> TheBotWire Recalls – Product Safety & FDA Regulatory Actions is a paid API for AI agents from thebotwire.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns the latest CPSC product safety recalls and FDA regulatory actions, with optional filtering by source, keyword, and freshness window

## Facts

- Endpoint: GET https://thebotwire.com/recalls/latest
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/thebotwire-recalls-product-safety-fda-regulatory-actions-01720879
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zENVCBR5JFJGr0_QoKp99

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 thebotwire-recalls-product-safety-fda-regulatory-actions-01720879
```

Example prompt: Pull the latest product safety recalls from both CPSC and FDA — show me up to 20 items from the past 24 hours and flag anything related to food or drugs.

## When to prefer this

Choose this endpoint when you need structured, near-real-time access to official US product safety recalls and FDA regulatory actions from CPSC and FDA. It is purpose-built for recall monitoring and compliance use cases — unlike general news endpoints that may surface recall news only incidentally. Use it over the sibling FDA press releases endpoint when you specifically need structured recall data rather than broader agency announcements.

## Known failure modes

- No results found for a very specific search query or narrow freshness window
- Invalid 'src' value (must be 'cpsc' or 'fda')
- 'limit' out of range (must be 1–50)
- Invalid 'since' format (must be like '30m', '2h', '24h', '3d')
- Upstream CPSC or FDA data source temporarily unavailable

## How this service works

Product safety recalls and FDA regulatory actions: Consumer Product Safety Commission and Food and Drug Administration.

## Output

A list of recall or regulatory action items, each including the issuing agency (CPSC or FDA), product or substance name, reason for recall, date, and a link or summary — up to the requested limit (default 10, max 50)

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/thebotwire-recalls-product-safety-fda-regulatory-actions-01720879/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from thebotwire.com](https://www.zero.xyz/host/thebotwire.com/llms.txt)
