# SeniorPulse Nursing Home Comparison

> SeniorPulse Nursing Home Comparison is a paid API for AI agents from seniorpulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Compares nursing home and senior care facility quality ratings near a ZIP code or between named facilities using official regulatory data

## Facts

- Endpoint: GET https://seniorpulse.theaslangroupllc.com/api/senior/nh-compare
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/seniorpulse-nursing-home-comparison-1d3a669e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CPGzGBbuRjkowVeVooFA-

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 seniorpulse-nursing-home-comparison-1d3a669e
```

Example prompt: Can you compare these two nursing homes for me — Sunrise Senior Living Austin and Brookdale South Austin — and tell me which one has better quality ratings? We're in the US.

## When to prefer this

Use this endpoint when a user needs to compare nursing home or skilled nursing facility quality ratings — either discovering top facilities near a location or evaluating specific named facilities head-to-head. It is best suited for US-based comparisons using CMS Care Compare data, but also supports international queries. Prefer this over generic web search when structured, regulatory-grade quality data is needed for family care decisions.

## Known failure modes

- ZIP code not found or invalid — no facilities returned
- Named facilities not recognized in regulatory database — no match found
- Non-US country specified but no equivalent regulator data available — empty or error response
- Missing both zip and facilities parameters — ambiguous request with no search anchor
- Rate limit or payment failure — 402 response if USDC payment not processed

## How this service works

Nursing-home quality comparison / CMS Care Compare ratings: ranks facilities on inspection, staffing, and quality measures for any area. For caregiver and senior-care agents — informational.

## Output

A structured JSON response comparing nursing home facilities with quality ratings and care metrics sourced from CMS Care Compare (US) or the relevant national care regulator, either for top-rated facilities near a given ZIP code or a head-to-head comparison of specified facilities by name or address.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "zip": {
   "type": "string",
   "description": "ZIP code to find top-rated nursing homes in the area (used if no specific facilities named)"
  },
  "lang": {
   "type": "string",
   "description": "Response language — any language supported"
  },
  "country": {
   "type": "string",
   "description": "Country of residence — defaults to US CMS Care Compare data if omitted. Set for non-US countries (e.g. 'United Kingdom', 'Canada', 'Australia') to use that country's care-home quality regulator instead."
  },
  "facilities": {
   "type": "string",
   "description": "Comma-separated facility names or addresses to compare head-to-head (e.g. 'Sunrise Senior Living Austin,Brookdale South Austin')"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/seniorpulse-nursing-home-comparison-1d3a669e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from seniorpulse.theaslangroupllc.com](https://www.zero.xyz/host/seniorpulse.theaslangroupllc.com/llms.txt)
