# SafePulse CPSC Product Safety Lookup

> SafePulse CPSC Product Safety Lookup is a paid API for AI agents from safepulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Looks up CPSC recalls and incident reports for any consumer product by name or identifier

## Facts

- Endpoint: GET https://safepulse.theaslangroupllc.com/api/safe/product
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/safepulse-cpsc-product-safety-lookup-f7783551
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NXfB2wo5VqZ8_-YAxcjO1

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 safepulse-cpsc-product-safety-lookup-f7783551
```

Example prompt: Can you check if the Cosco Simple Fold high chair has any CPSC recalls or safety incident reports before I buy it for my kid?

## When to prefer this

Use this endpoint when you need CPSC-specific recall and incident data for general consumer products sold in the United States. Prefer this over the global or category-specific siblings when the product is a general household consumer item (not a vehicle, food/drug, child-specific product, or EU-market product). It is the right choice for shopping agents verifying product safety before purchase recommendations.

## Known failure modes

- Product not found in CPSC database — returns empty results or 404
- Ambiguous product name matches multiple items — may return multiple or unrelated recalls
- CPSC data source unavailable — upstream service timeout
- Payment failure — x402 payment not processed, returns 402
- Rate limiting — too many requests, returns 429

## How this service works

Product safety lookup for consumer and shopping agents. Returns CPSC recalls and incident reports for any product.

## Output

Returns a structured response containing CPSC recall notices and incident reports associated with the queried product, including hazard descriptions, recall dates, affected model numbers or UPCs, and remediation actions if available.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "product": {
   "type": "string",
   "description": "product"
  },
  "category": {
   "type": "string",
   "description": "toys | furniture | appliances | electronics | clothing"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/safepulse-cpsc-product-safety-lookup-f7783551/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from safepulse.theaslangroupllc.com](https://www.zero.xyz/host/safepulse.theaslangroupllc.com/llms.txt)
