CMS Nursing Home - Ratings & Inspections avatar

CMS Nursing Home - Ratings & Inspections

Pricing

from $2.00 / 1,000 results

Go to Apify Store
CMS Nursing Home - Ratings & Inspections

CMS Nursing Home - Ratings & Inspections

Search CMS Nursing Home Compare. Find nursing homes by name, city, or state with star ratings, inspections, and staffing. For eldercare consultants, healthcare investors, insurance analysts, and family caregivers. Pay per result.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Ava Torres

Ava Torres

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

CMS Nursing Home Compare

Search CMS Nursing Home Compare quality data for 14,700+ Medicare- and Medicaid-certified nursing facilities across the United States. Filter by state, facility name, star rating, ownership type, or CMS Certification Number. Returns structured quality ratings, staffing levels, fine history, and contact data. No API key required.


Data Source

CMS Nursing Home Compare via the CMS Care Compare API. Official federal data maintained by the Centers for Medicare & Medicaid Services and updated on a regular basis.


Output Fields

FieldTypeDescription
ccnstringCMS Certification Number (unique facility identifier)
providerNamestringFacility name
citystringCity
statestringState abbreviation
overallRatingstringOverall star rating (1-5)
healthInspectionRatingstringHealth inspection star rating (1-5)
staffingRatingstringStaffing star rating (1-5)
qualityRatingstringQuality measures star rating (1-5)
ownershipTypestringFor Profit, Non-Profit, or Government
certifiedBedsstringNumber of CMS-certified beds
totalFinesInDollarsstringTotal federal fines assessed in dollars
phonestringFacility phone number

Use Cases

  • Healthcare lead generation -- build prospect lists of nursing facilities by state, rating tier, or ownership type for B2B sales targeting (medical supplies, staffing, software, food service).
  • Market research -- analyze facility density, rating distribution, and ownership concentration by geography.
  • Compliance and due diligence -- screen facilities for deficiency history, fine totals, and rating trends prior to partnership, acquisition, or referral.
  • Consumer guidance tools -- surface quality and staffing data for families researching care options.
  • Competitive analysis -- map competitor networks by chain affiliation, ownership, or geographic footprint.
  • Policy and advocacy research -- examine staffing and quality disparities across ownership types or states.

How to Use

Set the input fields and run the actor. Results are pushed to the Apify dataset and can be exported as JSON, CSV, or Excel.

Input Parameters

ParameterTypeDefaultDescription
searchTypestringstatestate, name (facility name keyword), rating (minimum star rating), or ccn (direct lookup)
statestringTwo-letter state code (e.g., CA, TX, NY, FL)
facilityNamestringPartial facility name to search. Used with name search type
minOverallRatinginteger0Minimum overall star rating (1-5). Used with rating search type
ownershipTypestringFilter by For profit, Non profit, or Government. Leave empty for all
ccnstringCMS Certification Number for a direct facility lookup
maxResultsinteger100Maximum facility records to return (1-15000)

Example -- All Facilities in California

{
"searchType": "state",
"state": "CA",
"maxResults": 1500
}

Example -- 5-Star Facilities in Texas

{
"searchType": "rating",
"state": "TX",
"minOverallRating": 5,
"maxResults": 500
}

Example -- For-Profit Facilities in New York

{
"searchType": "state",
"state": "NY",
"ownershipType": "For profit",
"maxResults": 500
}

Example -- Direct Lookup by CCN

{
"searchType": "ccn",
"ccn": "555038",
"maxResults": 1
}

Cost

  • Actor start fee: ~$0.10 per run
  • Compute: minimal -- typical runs complete in seconds to under a minute for large state queries
  • Data cost: $0.005 per result

Pulling all 14,700+ facilities costs approximately $0.84 in data fees plus the start fee.


Output Formats

Results are available in the Apify dataset viewer and can be exported as:

  • JSON
  • CSV
  • Excel (XLSX)
  • XML
  • RSS

FAQ

Do I need a CMS account or API key? No. The CMS Care Compare API is fully public and requires no authentication.

How often is the data updated? CMS updates Nursing Home Compare data quarterly. Health inspection and staffing data may update on different schedules.

Can I retrieve all 14,700+ facilities in one run? Yes. Set maxResults to 15000 and use a broad search (e.g., by state without other filters, or multiple state runs). Each facility record costs $0.005.

What is the CCN? The CMS Certification Number is the unique federal identifier for each nursing facility. It is used across CMS datasets and is stable across name changes.

Does the data include chain/corporate affiliation? The output fields shown above represent the core CMS fields returned. Chain affiliation is available in the raw CMS dataset and may be present depending on CMS API response structure.

What does the total fines field represent? totalFinesInDollars reflects the cumulative federal fines assessed against the facility through CMS enforcement actions. It does not include state-level penalties.