# Hospital Price Transparency Dataset Export

**Use case:** 

Build a hospital price transparency dataset from public CMS facility profiles and MRF rate files with Apify exports and API access.

## Input

```json
{
  "mrfUrls": [
    {
      "url": "https://raw.githubusercontent.com/CMSgov/hospital-price-transparency/master/examples/JSON/v3_json_format_example.json"
    },
    {
      "url": "https://raw.githubusercontent.com/CMSgov/hospital-price-transparency/master/examples/CSV/Tall%20Format%20Examples/V3.0.0_Tall_CSV_Format_Example.csv"
    },
    {
      "url": "https://raw.githubusercontent.com/CMSgov/hospital-price-transparency/master/examples/CSV/Wide%20Format%20Examples/V3.0.0_Wide_CSV_Format_Example.csv"
    }
  ],
  "facilityState": "",
  "facilityNames": [],
  "facilityCcns": [],
  "billingCodeType": "",
  "billingCodes": [],
  "payerNames": [],
  "maxRecords": 150
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type",
    "format": "string"
  },
  "facility": {
    "label": "Facility",
    "format": "object"
  },
  "mrf": {
    "label": "MRF",
    "format": "object"
  },
  "billing": {
    "label": "Billing",
    "format": "object"
  },
  "payer": {
    "label": "Payer",
    "format": "object"
  },
  "setting": {
    "label": "Setting",
    "format": "string"
  },
  "methodology": {
    "label": "Methodology",
    "format": "string"
  },
  "charges": {
    "label": "Charges",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Hospital Price Transparency Scraper](https://apify.com/maximedupre/hospital-price-transparency-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/hospital-price-transparency-scraper) to learn more, explore other use cases, and run it yourself.