PriceClear by Atlas Health

What does that procedure actually cost?

$47,000 price gap for the same knee replacement

Search 10,500+ real CMS hospital pricing records. Compare gross charges, cash prices, and negotiated rates across hospitals in seconds.

10,500+
Pricing Records
Real CMS Data
Hospital Compare Source
50 States
Nationwide Coverage
100%
Price Transparency
Pricing intelligence for everyone
The same procedure can cost 5x more at the hospital across town. PriceClear makes that visible.
🏢
SMB Employers
Steer employees to fair-priced hospitals. Reduce plan costs by 15-40% on common procedures. Build reference-based pricing into your benefits strategy.
📊
Benefits Consultants
Access real pricing data for client proposals. Compare negotiated rates across networks. Build data-driven recommendations that win trust.
🧑‍⚕️
Patients
Know what you should actually pay before your procedure. Compare cash prices across hospitals. Stop being surprised by bills.
📰
Journalists & Researchers
Investigate pricing disparities with real data. Export structured CMS records. Build stories about the true cost of American healthcare.
Build with real hospital pricing data
RESTful JSON API. One key for all Atlas Health data ventures. Free tier included.
GET /v1/prices/compare
Compare prices across hospitals by procedure, state, city, or payer
GET /v1/prices/search
Search pricing records by procedure name or code
GET /api/hospital/:id
All procedures and pricing for a specific hospital
GET /api/procedure/:code
National pricing by procedure code, with state-level aggregation
GET /api/savings
Calculate savings vs. current price with cheaper alternatives
GET /api/stats
Database statistics: hospitals by state, average pricing by procedure
// Compare knee replacement prices in Colorado
fetch('https://atlashealth.com/v1/prices/compare?procedure=knee&state=CO', {
  headers: { 'X-API-Key': 'your_key' }
})
.then(r => r.json())
.then(data => {
  // data.savings_summary.max_savings
  // data.results[0].cash_price
  console.log(data)
})
Full API Documentation →
Stop overpaying for healthcare
Get your free API key and start querying 10,500+ hospital pricing records today. Free tier includes 100 calls per month.
Get API Key — Free Try a Search
Free: 100 calls/mo  •  Builder: $49/mo  •  Enterprise: Custom