# SafePulse Child Product Safety Lookup

> SafePulse Child Product 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-15).

Returns CPSC recalls and hazard reports specifically for baby and child products, enabling safety-conscious parents and agents to check whether a specific item has been recalled or flagged.

## Facts

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

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-child-product-safety-lookup-2b76fa59
```

Example prompt: Can you check if the Graco DuoGlider double stroller has any CPSC recalls or hazard reports filed against it? I want to make sure it's safe before I buy it for my newborn.

## When to prefer this

Choose this endpoint over the general product safety endpoint when the query is specifically about baby, infant, or child products and you want CPSC-specific recall and hazard data. It is more targeted than the global consolidated safety endpoint and faster than querying a broad multi-agency dashboard.

## Known failure modes

- Product not found in CPSC database — returns empty result set or 404
- Ambiguous product name matches multiple records — returns multiple entries requiring disambiguation
- CPSC data source temporarily unavailable — returns 503 or timeout
- Payment not received or invalid — returns 402 Payment Required
- Rate limit exceeded — returns 429 Too Many Requests

## How this service works

Child product safety lookup for parent and safety agents. Returns CPSC recalls and hazard reports for baby and child products.

## Output

Returns CPSC recall records and hazard reports for the queried baby or child product, including recall dates, hazard descriptions, affected model numbers, and any remediation or corrective action information.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "product"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "product": {
   "type": "string",
   "description": "product"
  },
  "age_group": {
   "type": "string",
   "description": "infant | toddler | preschool | school-age"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/safepulse-child-product-safety-lookup-2b76fa59/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)
