VOOZH about

URL: https://apify.com/themineworks/cms-hospital-quality

โ‡ฑ CMS Hospital Quality Scraper - Star Ratings & HCAHPS ยท Apify


๐Ÿ‘ CMS Hospital Quality Scraper - Star Ratings & HCAHPS (No Key) avatar

CMS Hospital Quality Scraper - Star Ratings & HCAHPS (No Key)

Pricing

$2.00 / 1,000 hospital scrapeds

Go to Apify Store

CMS Hospital Quality Scraper - Star Ratings & HCAHPS (No Key)

Scrape CMS Hospital Compare data: overall star ratings, HCAHPS patient scores, complication & timely-care rates for 4,500+ US hospitals. Filter by state, city or stars. No API key. Clean JSON. Use it as an MCP server in Claude, ChatGPT & AI agents.

Pricing

$2.00 / 1,000 hospital scrapeds

Rating

0.0

(0)

Developer

๐Ÿ‘ The Mine Works

The Mine Works

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

18 hours ago

Last modified

Share

CMS Hospital Quality โ€” Overall Star Ratings & Hospital Directory

Pull CMS hospital quality data from Medicare.gov โ€” the overall star rating (1โ€“5) plus each hospital's name, type, ownership, location, contact details and emergency-services flag โ€” for 4,500+ US hospitals, as clean structured JSON. Built for healthcare analytics, site selection, quality benchmarking, and investment due diligence. No API key required.

Scope note: This actor returns the CMS overall star rating and hospital general information. It does not return raw HCAHPS survey scores, complication rates, or individual timely-care measures. The overall star rating is a composite that incorporates those underlying CMS measures, but the underlying domain-level scores are not in the output. See the FAQ for a companion-actor option.

Keywords: CMS hospital quality, Medicare star ratings, hospital compare, hospital ratings API, CMS provider data.


Why this actor

The Centers for Medicare & Medicaid Services (CMS) publishes the Hospital Compare dataset โ€” the federal government's official hospital quality benchmark. It is the same data that powers Medicare.gov's hospital finder and is used by insurers, health systems, investors, and researchers to compare hospital performance. The underlying Socrata API is open but requires understanding dataset IDs and SODA query syntax. This actor handles that complexity and gives you one clean record per hospital.

  • 4,500+ hospitals covered across all US states.
  • Overall star rating (1โ€“5 stars) from CMS's composite methodology.
  • Filter by state, city, or hospital name for targeted pulls.
  • No API key โ€” official CMS Provider Data Catalog.

Input

FieldTypeDefaultDescription
statestringCA2-letter US state code. Leave blank for all states.
citystringโ€”Filter by city name.
hospitalNamestringโ€”Partial name match.
minStarsintegerโ€”Minimum overall star rating (1โ€“5).
maxResultsinteger200Maximum hospitals to return.

Example

{"state":"NY","minStars":4,"maxResults":100}

Output

{
"hospital_name":"Cedars-Sinai Medical Center",
"facility_id":"050625",
"address":"8700 BEVERLY BLVD",
"city":"LOS ANGELES",
"state":"CA",
"zip_code":"90048",
"county_name":"LOS ANGELES",
"phone_number":"3104230141",
"hospital_type":"Acute Care Hospitals",
"hospital_ownership":"Voluntary non-profit - Private",
"overall_star_rating":"4",
"emergency_services":"Yes",
"scraped_at":"2026-06-15T00:00:00.000Z"
}

A final {"_type":"summary"} record reports total hospitals returned.


Pricing

First 25 hospitals free per account, then $0.004 per hospital ($4 per 1,000). Zero charge on empty runs.


FAQ

Do I need an API key? No โ€” the CMS Provider Data Catalog is fully open.

How current is the data? CMS updates the Hospital Compare dataset quarterly. The actor always queries the live endpoint.

How many hospitals are covered? Approximately 4,500 Medicare-certified acute care hospitals across all 50 states.

Can I get HCAHPS patient satisfaction scores? The overall star rating incorporates HCAHPS. For raw HCAHPS survey scores by domain (communication with nurses, responsiveness, etc.), contact us โ€” we can build a companion actor on the HCAHPS-specific CMS dataset.

What is the star rating based on? CMS calculates the overall star rating from up to 5 care areas: mortality, safety of care, readmission, patient experience, and timely and effective care. Hospitals with fewer than 3 scored groups receive no rating.

Can I filter to high-performing hospitals only? Yes โ€” set minStars to 4 or 5 to retrieve only top-rated hospitals in your target state or city.

Who uses this data? Healthcare investors benchmarking acquisition targets; health system consultants comparing regional performance; insurers building network adequacy models; researchers studying hospital quality variation; journalists covering healthcare.

How far back does the data go? The live endpoint reflects the most recent CMS release. Historical data is not available via this actor โ€” CMS archives prior releases at data.cms.gov if you need longitudinal comparison.

Can I automate regular refreshes? Yes โ€” schedule this actor quarterly on Apify to stay current with CMS updates.

Use in Claude, ChatGPT & any MCP agent

This actor is also a Model Context Protocol (MCP) server tool โ€” call it directly from Claude, ChatGPT, Cursor, Windsurf, or any MCP-compatible AI agent. The agent only pays for results delivered (same pay-per-result model).

  • Per-actor MCP endpoint: https://mcp.apify.com/?tools=themineworks/cms-hospital-quality
  • Full Mine Works MCP server (all tools): https://the-mine-works-mcp.hatchable.site/api/mcp
// Call this actor as a tool via apify-client (Node)
import{ ApifyClient }from'apify-client';
const client =newApifyClient({token:'YOUR_APIFY_TOKEN'});
const run =await client.actor('themineworks/cms-hospital-quality').call({/* input from the table above */});
const{ items }=await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

You might also like

CMS Hospital Compare Scraper

crawlerbros/cms-hospital-compare-scraper

Scrape CMS Hospital Compare data via the free data.cms.gov public API. Search hospitals by state or name, get ratings, quality measures, and contact info for all US hospitals. No API key required.

CMS Hospital Compare Scraper - Quality Ratings API

pink_comic/cms-hospital-quality-ratings

Scrape CMS Hospital Compare quality ratings for 5,400+ US hospitals. Filter by state, city, name, type, ownership, and star rating. Export Medicare star ratings, safety, readmissions, mortality, patient experience, and quality measures.

Trustpilot Scraper โ€” Reviews, Ratings & TrustScore โœ…

themineworks/trustpilot-reviews

Scrape Trustpilot business reviews by company domain: reviewer name, star rating, title, text, date and the business reply, plus the overall trust score and total review count. No login. Works in Claude, ChatGPT & any MCP-compatible AI agent. MCP server: the-mine-works-mcp.hatchable.site

๐Ÿ‘ User avatar

The Mine Works

1

Reddit Scraper โ€” Posts, Comments & Subreddits โœ… No Login

themineworks/reddit-scraper

Cheapest Reddit scraper: posts, comments, scores & subreddits. 100% free, no subscription, no API key. Works in Claude, ChatGPT & any MCP-compatible AI agent. MCP server: the-mine-works-mcp.hatchable.site

๐Ÿ‘ User avatar

The Mine Works

3

AliExpress Scraper โ€” Products, Prices & Ratings โœ… No Login

themineworks/aliexpress-products

Cheapest AliExpress product scraper: titles, prices, ratings & orders. $2.50/1,000 results, 25 free, pay-per-result, no subscription. Works in Claude, ChatGPT & any MCP-compatible AI agent. MCP server: the-mine-works-mcp.hatchable.site

๐Ÿ‘ User avatar

The Mine Works

1

Threads Scraper โ€” Posts, Profiles & Hashtags โœ… No Login

themineworks/threads-scraper

Affordable Threads scraper: posts, profiles & replies. $2/1,000 results, 25 free, pay-per-result, no subscription. Works in Claude, ChatGPT & any MCP-compatible AI agent. MCP server: the-mine-works-mcp.hatchable.site

๐Ÿ‘ User avatar

The Mine Works

7

CMS Hospital Quality Ratings Scraper

automation-lab/cms-hospital-quality-ratings-scraper

๐Ÿฅ Extract CMS hospital ratings, ownership, emergency services, contact info, and quality measure summaries from public Provider Data.

๐Ÿ‘ User avatar

Stas Persiianenko

2

Socrata Open Data Scraper โ€” US Government Datasets โœ… No API Key

themineworks/socrata-open-data

Cheapest Socrata open-data scraper: any government dataset portal. $1/1,000 results, 25 free, pay-per-result, no subscription. Works in Claude, ChatGPT & any MCP-compatible AI agent. MCP server: the-mine-works-mcp.hatchable.site

๐Ÿ‘ User avatar

The Mine Works

3