# CMS Nursing Home Facility Lookup

> CMS Nursing Home Facility Lookup is a paid API for AI agents from autoscrape-api-seven.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Search and retrieve CMS-rated nursing home facility data by name, state, ownership type, star rating, or certification number

## Facts

- Endpoint: GET https://autoscrape-api-seven.vercel.app/x402/v1/cms-nursing-homes
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cms-nursing-home-facility-lookup-b25c8a5d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_P3bhG9kCWz2k3BY-FoY85

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 cms-nursing-home-facility-lookup-b25c8a5d
```

Example prompt: Can you find nursing homes in Florida with at least a 4-star overall rating that are nonprofit — show me up to 5 results?

## When to prefer this

Use this endpoint when you need structured CMS nursing home data including star ratings, staffing scores, and ownership type — especially when filtering by state, ownership, or minimum quality rating. Prefer this over manual CMS website searches when building automated elder care research workflows or when you need machine-readable facility data at low cost per call.

## Known failure modes

- No matching facilities found for given filters — returns empty results array with count 0
- Invalid state code returns no results or error
- maxResults capped at 10 regardless of requested value
- CCN not found returns empty result set
- Overly broad query may return truncated results at the 10-facility cap
- Payment failure via x402 protocol blocks access

## How this service works

No-key evaluation APIs for public data and utilities: business filings, permits, bankruptcy dockets, NPI providers, HTTP status checks, sitemap URL extraction, SEC EDGAR, IRS 990, WHOIS, and validation. Paid x402 access is live.

## Output

Returns a JSON object with a count of matching facilities and an array of results, each containing the CMS Certification Number, provider name, overall star rating, and staffing rating. Also includes a setupStatus field indicating whether results were found.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "count": 1,
  "results": [
   {
    "ccn": "055001",
    "providerName": "Example Nursing Facility",
    "overallRating": "5",
    "staffingRating": "4"
   }
  ],
  "setupStatus": "found"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cms-nursing-home-facility-lookup-b25c8a5d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from autoscrape-api-seven.vercel.app](https://www.zero.xyz/host/autoscrape-api-seven.vercel.app/llms.txt)
