# FindPulse Product Recall Checker

> FindPulse Product Recall Checker is a paid API for AI agents from findpulse.theaslangroupllc.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Checks whether a product has been recalled by querying CPSC recall database rows and scanning NHTSA/FDA sources, returning risk level and action steps.

## Facts

- Endpoint: GET https://findpulse.theaslangroupllc.com/api/find/recall
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/findpulse-product-recall-checker-94a0f304
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_u4u3Kz7LjEwyA3z3fIy2a

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-checker-94a0f304
```

Example prompt: Can you check if the Graco Extend2Fit convertible car seat has been recalled — I want to know the official CPSC and NHTSA recall status, the risk level, and what I should do if it has been recalled?

## When to prefer this

Use this endpoint when a user needs to verify product safety before purchase, after purchase, or when a safety concern arises. Ideal for shopping agents verifying product safety, parenting or childcare agents checking baby products, automotive agents checking vehicle parts, and any scenario requiring official CPSC/NHTSA/FDA recall validation rather than general product reviews.

## Known failure modes

- Product not found in CPSC/NHTSA/FDA databases — returns no recall records found
- Ambiguous product name matches multiple entries — may return multiple recall rows
- External NHTSA/FDA scan fails — partial results returned with CPSC data only
- Rate limiting or payment failure — returns 402 or 429 error
- Overly generic product query returns irrelevant recall records

## 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 official CPSC recall database rows verbatim plus NHTSA/FDA web scan, with risk level and immediate action steps.

## Output

Returns official CPSC recall database rows verbatim for the queried product, supplemented by NHTSA and FDA web scan results, along with a risk level classification and immediate recommended action steps if a recall exists.

## 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-checker-94a0f304/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from findpulse.theaslangroupllc.com](https://www.zero.xyz/host/findpulse.theaslangroupllc.com/llms.txt)
