# FindPulse Buy-Check Lite — CPSC Recall Screen

> FindPulse Buy-Check Lite — CPSC Recall Screen is a paid API for AI agents from findpulse.theaslangroupllc.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Returns an official CPSC recall screen and deterministic recall-only verdict for a product before purchase, at a low per-call cost.

## Facts

- Endpoint: GET https://findpulse.theaslangroupllc.com/api/find/buy-check-lite
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/findpulse-buy-check-lite-cpsc-recall-screen-af1d5513
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1mvOf3ittAZuefetic9PH

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-buy-check-lite-cpsc-recall-screen-af1d5513
```

Example prompt: Before I add this Infantino baby carrier (model SIT, WALK, STAND Elite) to my cart, can you do a quick CPSC recall check on it and tell me if there are any official recalls?

## When to prefer this

Choose this endpoint when your agent needs a fast, low-cost ($0.25) recall-only safety screen before purchase and doesn't yet need timing signals, price alternatives, or trust flags — those are available via the full buy-check at $0.50. Ideal for high-volume shopping agents or budget-constrained pipelines that want to gate on safety first and escalate only when a recall is found or deeper diligence is needed.

## Known failure modes

- Product not found in CPSC database — returns empty recall rows with a not-recalled verdict that should be interpreted with caution
- Ambiguous product name matches multiple records — returns all matching rows requiring agent disambiguation
- CPSC data feed temporarily unavailable — service returns an error and agent should retry or fall back to full buy-check
- Insufficient budget — x402 payment of $0.25 USDC fails, blocking the call

## How this service works

Cheap pre-purchase recall screen, lite version of buy-check for agents with small per-call budgets. For shopping and buyer agents: one call returns the official CPSC recall screen (government rows verbatim) and a deterministic recall-only verdict, plus a pointer to the full $0.50 buy-check for timing, alternatives, and trust flags.

## Output

Returns verbatim CPSC government recall rows for the queried product, a deterministic recall-only verdict (recalled / not recalled), and a pointer to the full $0.50 buy-check endpoint for deeper analysis including timing, alternatives, and trust flags.

## 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-buy-check-lite-cpsc-recall-screen-af1d5513/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)
