# SafePulse Home Safety Lookup

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

Returns CPSC hazard and recall data for home products, with fire and electrical risk context, to help homeowners and safety agents assess product dangers.

## Facts

- Endpoint: GET https://safepulse.theaslangroupllc.com/api/safe/home
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/safepulse-home-safety-lookup-d53aa91b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_o917-nR_6giLDtFdsCvRd

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-home-safety-lookup-d53aa91b
```

Example prompt: Can you check if my GE space heater has any CPSC recalls or fire and electrical hazard warnings? I want to know if it's safe to keep using it at home.

## When to prefer this

Use this endpoint when you specifically need CPSC-sourced hazard and recall data for home products, especially with fire and electrical risk context. Prefer this over the general product safety endpoint when the user is a homeowner asking about household appliances, electrical devices, or home safety equipment. Choose this over the child product or vehicle safety siblings when the query is about adult-use home goods.

## Known failure modes

- Product not found in CPSC database — returns empty or no-match result
- Ambiguous product name yields multiple or irrelevant results
- CPSC data feed temporarily unavailable — service may return error or stale data
- Payment not processed — x402 payment required before response is returned
- Rate limiting if too many requests are made in a short window

## How this service works

Home safety lookup for homeowner and safety agents. Returns CPSC hazard and recall data for home products, with fire and electrical risk context.

## Output

The agent receives CPSC recall records, hazard reports, and fire/electrical risk context for the queried home product, including incident data and any active safety warnings.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "room": {
   "type": "string",
   "description": "kitchen | bedroom | bathroom | garage | nursery"
  },
  "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/safepulse-home-safety-lookup-d53aa91b/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)
