# FindPulse Buy-Check

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

Returns a buy/wait/avoid verdict with CPSC recall screening, purchase timing advice, two priced alternatives, and trust flags for a given product

## Facts

- Endpoint: GET https://findpulse.theaslangroupllc.com/api/find/buy-check
- Price: $0.5/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-3c64f016
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_v5dlbJQTD-L5A6VgMCOrG

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-3c64f016
```

Example prompt: Before I buy this Instant Pot Duo 7-in-1 on Amazon, can you do a quick buy-check — is it recalled, is now a good time to buy, and are there cheaper alternatives?

## When to prefer this

Use this endpoint when a shopping or buyer agent needs a comprehensive pre-purchase verdict in a single call — combining CPSC recall screening, buy timing, alternatives, and trust flags — rather than making separate calls to a recall lookup, price tracker, and product comparison service.

## Known failure modes

- Product not found or too vague — returns an error or low-confidence verdict
- CPSC database temporarily unavailable — recall section may be incomplete
- Ambiguous product name matches multiple items — may return generic results
- Network timeout at $0.50 per call with no result delivered

## How this service works

Should I buy this, pre-purchase check before checkout, is this product safe and well-timed. For shopping and buyer agents: one call returns a buy / wait / avoid verdict with an official CPSC recall screen (government rows included verbatim), buy-or-wait timing, two priced alternatives, and trust flags.

## Output

A structured verdict of buy, wait, or avoid; verbatim CPSC recall rows if any government recalls exist for the product; a buy-or-wait timing recommendation based on pricing trends; two priced alternative products; and trust flags indicating any concerns about the product or seller.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/findpulse-buy-check-3c64f016/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)
