# FDA Recall Watch

> FDA Recall Watch is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.034/call, status unknown (last checked 2026-09-13).

Searches FDA recall records across drugs, food, and medical devices by keyword, company, ingredient, or recall classification

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/fda-recall-watch
- Price: $0.034/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fda-recall-watch-063e2205
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_02oGldqvdERjXv7tV8LWO

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 fda-recall-watch-063e2205
```

Example prompt: Search the FDA recall database for any Class I recalls involving Listeria in food products — show me up to 5 results.

## When to prefer this

Use this endpoint when an agent needs to check FDA recall status for any drug, food product, or medical device — especially for safety research, compliance checks, or consumer alerts. Ideal when the search spans multiple product categories simultaneously. Prefer over manual FDA website searches or generic web search when structured recall data with classification filtering is needed.

## Known failure modes

- No recalls found for the given query — empty result set returned
- Invalid product_type or class_filter enum value causes a 400-level error
- FDA API upstream unavailability causes a timeout or 5xx error
- Query too broad returns maximum results without covering all matches
- limit parameter outside 1–10 range rejected with validation error

## How this service works

FDA recall and enforcement search across drugs, food/cosmetics, and medical devices (85,000+ actions). Returns classification (Class I/II/III), recall reason, product description, status, and distribution pattern. Seam cap: fills the product-safety layer missing from drug-intel + company-due-diligence chains. No API key required.

## Output

Returns a list of FDA recall records (up to the requested limit per category) including recalled product names, companies, recall classification (Class I/II/III), reason for recall, and relevant identifiers, fetched in parallel across drugs, food, and/or devices depending on the product_type filter.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "limit": 5,
   "query": "acetaminophen",
   "class_filter": "any",
   "product_type": "drugs"
  }
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fda-recall-watch-063e2205/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
