VOOZH about

URL: https://apify.com/crawlerbros/turquoise-health-scraper

โ‡ฑ Turquoise Health / Hospital Price Transparency Scraper ยท Apify


๐Ÿ‘ Turquoise Health / Hospital Price Transparency Scraper avatar

Turquoise Health / Hospital Price Transparency Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store

Turquoise Health / Hospital Price Transparency Scraper

Scrape hospital price transparency data (CMS-mandated since 2021) from Turquoise Health and the CMS Hospital Price Transparency dataset. Get cash prices, negotiated rates, and price ranges for medical procedures across US hospitals.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

24 days ago

Last modified

Share

Scrape hospital procedure pricing data from CMS Hospital Price Transparency โ€” the same public dataset that powers Turquoise Health's aggregation platform. All US hospitals are required by CMS law (effective January 1, 2021) to publish their pricing data publicly.

Data Source Note

Turquoise Health's UI (turquoise.health) requires login for their aggregated interface. This actor uses the same underlying source: the CMS public Hospital Price Transparency dataset available at data.cms.gov, which is the mandated public data that Turquoise Health and similar aggregators ingest. No API key or login required.

What data does it collect?

  • Procedure name and CPT/billing code
  • Hospital name, address, city, state, ZIP code
  • Cash/self-pay price
  • Negotiated/payer-specific charges
  • Minimum and maximum negotiated prices
  • Payer name and insurance plan
  • Inpatient/outpatient setting

Modes

ModeDescription
searchProceduresSearch procedures by name or CPT code across hospitals
hospitalPricesGet pricing for a specific hospital
searchHospitalsSearch hospitals by name or state

Input

{
"mode":"searchProcedures",
"procedureName":"MRI brain",
"state":"CA",
"maxItems":20
}

Input fields

FieldTypeDescription
modestring (required)One of searchProcedures, hospitalPrices, searchHospitals
procedureNamestringMedical procedure name to search
cptCodestringCPT/HCPCS procedure code
hospitalNamestringHospital name or partial name
statestring2-letter US state code
maxItemsintegerMax records to return (default: 20, max: 1000)

Output

{
"procedureName":"MRI Brain with Contrast",
"cptCode":"70553",
"codeType":"CPT",
"hospitalName":"UCLA Medical Center",
"city":"Los Angeles",
"state":"CA",
"zipCode":"90095",
"cashPrice":1500.00,
"negotiatedPrice":850.00,
"minimumPrice":680.00,
"maximumPrice":3200.00,
"payerName":"Blue Cross Blue Shield",
"dataSource":"CMS Hospital Price Transparency",
"recordType":"hospitalPrice",
"scrapedAt":"2024-01-15T10:30:00+00:00"
}

FAQs

Why does this use CMS data instead of turquoise.health directly? Turquoise Health requires account login to view their aggregated interface. The underlying data โ€” hospital machine-readable files mandated by CMS โ€” is publicly available at data.cms.gov and is the same data Turquoise Health ingests.

Is this legal to scrape? Yes. CMS hospital price transparency data is a public US government dataset, and hospitals are legally required to publish their prices publicly.

How many procedures and hospitals are covered? CMS covers approximately 5,000+ hospitals with millions of procedure-payer combinations.

What is a CPT code? CPT (Current Procedural Terminology) codes are standardized codes used to identify medical procedures. Common examples: 70553 (MRI Brain), 45378 (Colonoscopy), 27447 (Total Knee Replacement).

Data Source

CMS Hospital Price Transparency โ€” mandated public pricing data from all US hospitals, aggregated via data.cms.gov.

You might also like

Hospital Price Transparency MRF Normalizer

george.the.developer/hospital-mrf-normalizer

Normalize hospital price transparency MRF files into clean payer, code, and negotiated rate rows for builders and buyers.

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.

Hospital Price Transparency Scraper

maximedupre/hospital-price-transparency-scraper

Scrape CMS hospital facility data and public MRF payer-rate records. Export facility profiles, CPT/HCPCS codes, gross charges, cash prices, negotiated rates, payer names, and plan names.

๐Ÿ‘ User avatar

Maxime Duprรฉ

2

CMS Hospital General Info Scraper

parseforge/cms-hospital-general-info-scraper

Pull the CMS Hospital General Information dataset filtered by state code. Returns facility identifier, hospital name, address, city, ZIP, ownership, hospital type, and emergency services flag. Useful for healthcare market mapping, provider directories, and quality benchmarking.

CMS Hospital Price Transparency Scraper

jungle_synthesizer/cms-hospital-price-transparency-scraper

Extract hospital standard charges from CMS-mandated machine-readable files (MRF). Parses CMS v1/v2/v3 JSON schemas into rows by billing code (CPT, HCPCS, MS-DRG, NDC) and payer/plan. Fetches hospital identity from the CMS enrollment dataset. Filter by state, CCN, code type, billing code, or payer.

๐Ÿ‘ User avatar

BowTiedRaccoon

4

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

CMS Hospital General Information Scraper

compute-edge/cms-hospital-general-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.

Medicare Hospital Compare Scraper | Quality Ratings Data

parseforge/hospital-compare-medicare-scraper

Export US hospital quality ratings from Medicare Hospital Compare: name, address, type, ownership, overall star rating, mortality and safety scores. Filter by state, city, hospital type or rating. CSV, Excel, JSON or XML for healthcare research.