# FindPulse Product Recall Lookup

> FindPulse Product Recall Lookup is a paid API for AI agents from findpulse-omega.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Looks up active product safety recalls from CPSC, NHTSA, and FDA databases and returns risk level and recommended immediate action steps.

## Facts

- Endpoint: GET https://findpulse-omega.vercel.app/api/find/recall
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/findpulse-product-recall-lookup-874de69d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_STAYA0JwjEPWbdCbdmbjw

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 findpulse-product-recall-lookup-874de69d
```

Example prompt: Can you check if the Graco FastAction Fold stroller has any active safety recalls from CPSC, NHTSA, or FDA, and tell me how serious the risk is and what I should do if it's recalled?

## When to prefer this

Use this endpoint when a shopping or safety agent needs to verify whether a specific product has an active government-issued safety recall before recommending purchase or when a user reports concern about a product they already own. Prefer this over general web search when structured, authoritative recall data with risk levels and action steps is needed from CPSC, NHTSA, or FDA.

## Known failure modes

- Product not found in any recall database — returns empty results
- Ambiguous product name matches multiple recall entries — returns multiple candidates
- Agency database temporarily unavailable — returns partial results or error
- Overly generic query (e.g. 'chair') yields too many results — may need more specific input
- Rate limiting or payment failure returns 402 or 429 error

## How this service works

Is this product recalled, product recall check, safety recall lookup, is it safe to use. For shopping and safety agents: takes a product and returns CPSC, NHTSA, and FDA safety recalls with risk level and immediate action steps.

## Output

Returns a list of matching product safety recalls sourced from CPSC, NHTSA, and/or FDA, including recall title, issuing agency, risk level classification, and immediate recommended action steps for the consumer.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "product"
 ],
 "properties": {
  "product": {
   "type": "string",
   "description": "product"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/findpulse-product-recall-lookup-874de69d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from findpulse-omega.vercel.app](https://www.zero.xyz/host/findpulse-omega.vercel.app/llms.txt)
