{
  "openapi": "3.0.1",
  "info": {
    "title": "CMS Inpatient Hospital Utilization & Payments Scraper API",
    "description": "Search CMS's official 2024 Medicare inpatient hospital provider aggregates by hospital and geography, utilization, charges, Medicare payments, demographics, and selected condition percentages.",
    "version": "0.1",
    "x-build-id": "mdsPeIOX4GanQnfha"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/pink_comic~cms-inpatient-hospital-utilization-payments/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-pink_comic-cms-inpatient-hospital-utilization-payments",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/pink_comic~cms-inpatient-hospital-utilization-payments/runs": {
      "post": {
        "operationId": "runs-sync-pink_comic-cms-inpatient-hospital-utilization-payments",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/pink_comic~cms-inpatient-hospital-utilization-payments/run-sync": {
      "post": {
        "operationId": "run-sync-pink_comic-cms-inpatient-hospital-utilization-payments",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "ccn": {
            "title": "Exact CCN",
            "pattern": "^$|^[0-9]{6}$",
            "type": "string",
            "description": "Exact six-digit CMS Certification Number."
          },
          "organization": {
            "title": "Exact Organization Name",
            "type": "string",
            "description": "Optional exact organization name filter or result-control setting. See the README for exact source semantics, bounds, and examples."
          },
          "city": {
            "title": "Exact City",
            "type": "string",
            "description": "Optional exact city filter or result-control setting. See the README for exact source semantics, bounds, and examples."
          },
          "state": {
            "title": "State",
            "pattern": "^$|^[A-Za-z]{2}$",
            "type": "string",
            "description": "Optional state filter or result-control setting. See the README for exact source semantics, bounds, and examples."
          },
          "zipCode": {
            "title": "ZIP Code",
            "pattern": "^$|^[0-9]{5}$",
            "type": "string",
            "description": "Optional zip code filter or result-control setting. See the README for exact source semantics, bounds, and examples."
          },
          "minBeneficiaries": {
            "title": "Minimum Beneficiaries",
            "minimum": 0,
            "type": "integer",
            "description": "Optional minimum beneficiaries filter or result-control setting. See the README for exact source semantics, bounds, and examples.",
            "default": 0
          },
          "minDischarges": {
            "title": "Minimum Discharges",
            "minimum": 0,
            "type": "integer",
            "description": "Optional minimum discharges filter or result-control setting. See the README for exact source semantics, bounds, and examples.",
            "default": 0
          },
          "minCoveredDays": {
            "title": "Minimum Covered Days",
            "minimum": 0,
            "type": "integer",
            "description": "Optional minimum covered days filter or result-control setting. See the README for exact source semantics, bounds, and examples.",
            "default": 0
          },
          "minCharges": {
            "title": "Minimum Submitted Covered Charges (USD)",
            "minimum": 0,
            "type": "number",
            "description": "Optional minimum submitted covered charges (usd) filter or result-control setting. See the README for exact source semantics, bounds, and examples.",
            "default": 0
          },
          "maxCharges": {
            "title": "Maximum Submitted Covered Charges (USD)",
            "minimum": 0,
            "type": "number",
            "description": "Optional maximum submitted covered charges (usd) filter or result-control setting. See the README for exact source semantics, bounds, and examples.",
            "default": 0
          },
          "minMedicarePayments": {
            "title": "Minimum Medicare Payments (USD)",
            "minimum": 0,
            "type": "number",
            "description": "Optional minimum medicare payments (usd) filter or result-control setting. See the README for exact source semantics, bounds, and examples.",
            "default": 0
          },
          "maxMedicarePayments": {
            "title": "Maximum Medicare Payments (USD)",
            "minimum": 0,
            "type": "number",
            "description": "Optional maximum medicare payments (usd) filter or result-control setting. See the README for exact source semantics, bounds, and examples.",
            "default": 0
          },
          "minAverageAge": {
            "title": "Minimum Average Age",
            "minimum": 0,
            "type": "number",
            "description": "Optional minimum average age filter or result-control setting. See the README for exact source semantics, bounds, and examples.",
            "default": 0
          },
          "maxAverageAge": {
            "title": "Maximum Average Age",
            "minimum": 0,
            "type": "number",
            "description": "Optional maximum average age filter or result-control setting. See the README for exact source semantics, bounds, and examples.",
            "default": 0
          },
          "minDualEligibleShare": {
            "title": "Minimum Dual-Eligible Share (%)",
            "minimum": 0,
            "maximum": 100,
            "type": "number",
            "description": "Optional minimum dual-eligible share (%) filter or result-control setting. See the README for exact source semantics, bounds, and examples.",
            "default": 0
          },
          "condition": {
            "title": "Selected Condition",
            "enum": [
              "",
              "adhd",
              "alcoholDrug",
              "tobacco",
              "dementia",
              "anxiety",
              "depression",
              "asthma",
              "atrialFibrillation",
              "cancer",
              "chronicKidneyDisease",
              "copd",
              "diabetes",
              "heartFailure",
              "hypertension",
              "ischemicHeartDisease",
              "arthritis",
              "strokeTIA"
            ],
            "type": "string",
            "description": "Optional selected condition filter or result-control setting. See the README for exact source semantics, bounds, and examples.",
            "default": ""
          },
          "minConditionPercent": {
            "title": "Minimum Selected Condition (%)",
            "minimum": 0,
            "maximum": 100,
            "type": "number",
            "description": "Optional minimum selected condition (%) filter or result-control setting. See the README for exact source semantics, bounds, and examples.",
            "default": 0
          },
          "maxConditionPercent": {
            "title": "Maximum Selected Condition (%)",
            "minimum": 0,
            "maximum": 100,
            "type": "number",
            "description": "Optional maximum selected condition (%) filter or result-control setting. See the README for exact source semantics, bounds, and examples.",
            "default": 0
          },
          "sortBy": {
            "title": "Sort By",
            "enum": [
              "organization",
              "beneficiaries",
              "discharges",
              "coveredDays",
              "charges",
              "medicarePayments",
              "averageAge",
              "dualEligibleShare",
              "conditionPercent"
            ],
            "type": "string",
            "description": "Optional sort by filter or result-control setting. See the README for exact source semantics, bounds, and examples.",
            "default": "organization"
          },
          "sortDirection": {
            "title": "Sort Direction",
            "enum": [
              "",
              "asc",
              "desc"
            ],
            "type": "string",
            "description": "Optional sort direction filter or result-control setting. See the README for exact source semantics, bounds, and examples.",
            "default": ""
          },
          "maxCandidates": {
            "title": "Maximum Candidates Checked",
            "minimum": 1,
            "maximum": 5000,
            "type": "integer",
            "description": "Bound before local thresholds and sorting.",
            "default": 1000
          },
          "maxPages": {
            "title": "Maximum CMS Pages",
            "minimum": 1,
            "maximum": 50,
            "type": "integer",
            "description": "Optional maximum cms pages filter or result-control setting. See the README for exact source semantics, bounds, and examples.",
            "default": 10
          },
          "maxResults": {
            "title": "Maximum Paid Results",
            "minimum": 1,
            "maximum": 500,
            "type": "integer",
            "description": "Total output cap. At $0.002/item, the one-record default costs at most $0.0021 including start.",
            "default": 1
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}