CMS Hospital General Information Scraper avatar

CMS Hospital General Information Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
CMS Hospital General Information Scraper

CMS Hospital General Information Scraper

Extract CMS Hospital General Info for 5,400+ U.S. hospitals. Filter by state, hospital type, ownership, overall star rating, and emergency services. Includes addresses, phone, and mortality/safety/readmission measure counts.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Compute Edge

Compute Edge

Maintained by Community

Actor stats

1

Bookmarked

4

Total users

2

Monthly active users

20 days ago

Last modified

Categories

Share

Extract structured data on 5,400+ U.S. hospitals from the CMS Hospital General Information dataset — names, addresses, hospital types, ownership, overall star ratings, mortality and safety measure counts, emergency services availability, and birthing-friendly designation.

What this Actor does

This Actor pulls the live CMS Hospital General Information dataset directly from the official data.cms.gov provider data API. It enriches each record with normalized booleans and rating integers, then writes structured JSON ready for analytics, sales prospecting, or feeding into RAG pipelines.

Output fields include:

FieldDescription
facilityIdCMS Certification Number (CCN)
facilityNameHospital legal name
address, city, state, zipCode, countyFull mailing address
phoneHospital main phone number
hospitalTypeAcute Care, Critical Access, Psychiatric, Children's, etc.
hospitalOwnershipGovernment, Voluntary, Proprietary, etc.
emergencyServicesBoolean — emergency department on-site
overallRatingCMS overall star rating (1–5)
birthingFriendlyDesignationBoolean — meets birthing-friendly criteria
mortalityMeasuresBetter / mortalityMeasuresWorseMortality measure counts vs. national average
safetyMeasuresBetter / safetyMeasuresWorseSafety of care measure counts
readmissionMeasuresBetter / readmissionMeasuresWorseReadmission measure counts

How to scrape CMS Hospital data

  1. Click Try for free to add this Actor to your Apify account.
  2. Configure filters (all optional):
    • State — two-letter abbreviation, e.g. CA
    • Hospital Type — partial match, e.g. Acute Care
    • Ownership Contains — partial match, e.g. Government
    • Minimum Rating — 1–5
    • Emergency Services Only
    • Max Results — 0 for unlimited
  3. Click Start. The Actor paginates through the full dataset and returns matching records.

Pricing

  • $0.003 per result — cheap because the upstream API is public and fast.
  • Typical full-state run (~200 hospitals) costs around $0.60.
  • Full national pull (~5,400 hospitals) costs around $16.20 plus Apify compute.

Example input

{
"state": "CA",
"minRating": 4,
"emergencyOnly": true,
"maxResults": 500
}

Example output

{
"facilityId": "050001",
"facilityName": "SOUTHEAST HEALTH MEDICAL CENTER",
"city": "DOTHAN",
"state": "AL",
"hospitalType": "Acute Care Hospitals",
"hospitalOwnership": "Government - Hospital District or Authority",
"overallRating": 4,
"emergencyServices": true,
"phone": "(334) 793-8701"
}

Use cases

  • Healthcare B2B sales — find hospitals by ownership type, state, or rating for medical device, IT, or staffing pitches.
  • Quality benchmarking — compare hospital ratings within a market or compare a target hospital to peers.
  • Market research — analyze hospital mix and ownership patterns across states.
  • Policy & academic research — get fresh CMS quality data without scraping HTML.

Other Actors

  • medicare-provider-scraper — Medicare-enrolled providers
  • hhs-oig-exclusions-scraper — OIG exclusion list
  • fda-food-recalls-scraper — FDA enforcement reports

FAQ

Where does the data come from? The official CMS data.cms.gov provider data API (resource xubh-q36u). Public domain U.S. government data.

How fresh is it? CMS updates this dataset on its regular quality reporting cadence (usually quarterly). The Actor fetches the live API every run.

Do I need an API key? No — the CMS endpoint is open.

This Actor only retrieves public, non-personal data from a U.S. federal government source. Use the data in compliance with applicable laws. The Actor is provided "as is" without warranty. For questions, contact the Actor maintainer through Apify Console.