But sadly, still can't find my insurance company's download links.
I can't wait to lose a weekend doing something with this data, it's a dream dataset and a perfect example of a very narrow type of project I love doing.
Is there a canonical list of the major insurance companies?
> It looks like a json file with links to more gziped json files
Yup! Should be pretty easy to whip up a parser, it's just JSON and HTTP, you could do it in shell if you cared to. The challenge is what are you parsing it _to_. That is to say, what's your data model. I'd choose that first, then worry about parsing.
Here's Cigna: https://www.cigna.com/legal/compliance/machine-readable-file...
UCLA Health keeps theirs: https://uclahealth.s3-us-west-1.amazonaws.com/price-transpar...
But sadly, still can't find my insurance company's download links.
I can't wait to lose a weekend doing something with this data, it's a dream dataset and a perfect example of a very narrow type of project I love doing.
Is there a canonical list of the major insurance companies?