# CMS Hospital General Info in Texas

**Use case:** 

Find and extract CMS Hospital General Info in Texas. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "state": "Texas",
  "maxItems": 10
}
```

## Output

```json
{
  "facility_id": {
    "label": "🔹 facility_id",
    "format": "text"
  },
  "facility_name": {
    "label": "🔹 facility_name",
    "format": "text"
  },
  "address": {
    "label": "🔹 address",
    "format": "text"
  },
  "city": {
    "label": "🔹 city",
    "format": "text"
  },
  "state": {
    "label": "🔹 state",
    "format": "text"
  },
  "zip": {
    "label": "🔹 zip",
    "format": "text"
  },
  "hospital_type": {
    "label": "🔹 hospital_type",
    "format": "text"
  },
  "ownership": {
    "label": "🔹 ownership",
    "format": "text"
  },
  "overall_rating": {
    "label": "🔹 overall_rating",
    "format": "text"
  },
  "url": {
    "label": "🔹 url",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "🔹 error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [CMS Hospital General Info Scraper](https://apify.com/parseforge/cms-hospital-general-info-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/cms-hospital-general-info-scraper) to learn more, explore other use cases, and run it yourself.