Healthcare Pricing IsBroken by Design
You can comparison shop for almost anything—except the thing that can bankrupt you. Insurers negotiate rates behind closed doors, and the opacity isn't a bug. It's the business model.
The Problem
Try to find out what an MRI costs before you get one. Call your insurer, call the hospital, and you'll get a different number from each—if you get a number at all. The price depends on who your employer is, which plan you picked, and which facility you walk into. The same scan, same machine, same technician. Wildly different prices.
This isn't an accident. Insurers negotiate rates with every provider individually, and those rates are kept confidential. A hospital might charge one insurer $800 for a procedure and another $3,200. Neither you nor your employer sees the spread. You just get the bill.
When buyers can't see prices, sellers set them. When intermediaries control information, they capture value. The entire system runs on the fact that you don't know what things cost until it's too late to choose differently.
This opacity isn't a flaw in the system. It is the system.
The Transparency Rule
In 2022, the federal Transparency in Coverage rule went into effect. For the first time, health insurers are required to publish machine-readable files containing every negotiated rate for every covered item and service. Every insurer. Every provider. Every price.
On paper, this is revolutionary. In practice, the files are designed to be technically compliant and practically useless. A single insurer can publish tens of thousands of files, each hundreds of gigabytes. The formats vary. The data quality is inconsistent. No regular person—and few institutions—can make sense of it.
The rule forced the data into the open. But “public” and “accessible” are very different things.
Same Question. Different Universe.
“What does a knee MRI cost me?”
What We Built
We wrote a pipeline that downloads these files, parses the data, and loads it into a queryable database. Then we built tools to let you actually explore it—search by billing code, compare rates across insurers, look up what your provider gets paid.
Code Lookup
Search by billing code to compare what different insurers pay for the same procedure.
Provider Search
Find a doctor or hospital and see the rates insurers have negotiated with them.
Insured Groups
See which employer groups and plans are covered and how rates vary across them.
Insurers
Explore which insurers we track and how much data each has published.
Pipeline
Watch the data pipeline in real time as we download, parse, and load insurer files.
See Behind the Curtain
The data is public now. We just made it readable. Start with a billing code, a provider name, or dive into the raw pipeline.