# SeniorPulse Nursing Home Quality Comparison

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

Ranks and compares nursing home facilities by inspection results, staffing levels, and quality measures for a specified area using CMS Care Compare data.

## Facts

- Endpoint: GET https://seniorpulse.vercel.app/api/senior/nh-compare
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/seniorpulse-nursing-home-quality-comparison-a9842cbc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WdLxtBAVAJdD2IPBytW8P

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-quality-comparison-a9842cbc
```

Example prompt: Can you pull up a ranked comparison of nursing homes in the Portland, Oregon area — I need to see how they score on inspections, staffing, and quality measures so I can help my dad's family pick the best option?

## When to prefer this

Use this endpoint when a caregiver agent or senior-care assistant needs objective, CMS-sourced quality rankings for nursing homes in a specific area — especially when comparing multiple facilities on inspection history, staffing ratios, and quality metrics rather than just finding a single listing.

## Known failure modes

- No facilities found for the specified area — try a broader location or nearby zip code
- CMS Care Compare data unavailable or stale for the requested region
- Invalid or unrecognizable location input returns an error
- Payment of $0.15 USDC required per call; unpaid requests return 402

## 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 ranked list of nursing home facilities in the requested area, each scored and compared on CMS Care Compare dimensions including inspection results, staffing levels, and quality measures, helping caregivers identify the top-performing facilities.

## 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-quality-comparison-a9842cbc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from seniorpulse.vercel.app](https://www.zero.xyz/host/seniorpulse.vercel.app/llms.txt)
