# Low-rated Texas nursing homes with 100+ beds

**Use case:** 

Texas nursing homes rated 2 stars or below with 100+ beds, including phone, occupancy, ownership and abuse flags. Turnaround target list. No API key.

## Input

```json
{
  "states": [
    "TX"
  ],
  "minBeds": 100,
  "minOverallRating": 0,
  "maxOverallRating": 2,
  "ownership": "any",
  "chainFilter": "any",
  "abuseFlaggedOnly": false,
  "recentOwnershipChangeOnly": false,
  "includeDeficiencies": false,
  "maxItems": 200
}
```

## Output

```json
{
  "name": {
    "label": "Facility"
  },
  "phone": {
    "label": "Phone"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "certified_beds": {
    "label": "Beds"
  },
  "occupancy_pct": {
    "label": "Occupancy %"
  },
  "overall_rating": {
    "label": "Overall ★"
  },
  "staffing_rating": {
    "label": "Staffing ★"
  },
  "health_inspection_rating": {
    "label": "Inspection ★"
  },
  "ownership_type": {
    "label": "Ownership"
  },
  "chain_name": {
    "label": "Chain"
  },
  "abuse_flag": {
    "label": "Abuse flag"
  },
  "changed_owner_last_12_months": {
    "label": "New owner"
  },
  "opportunity_tags": {
    "label": "Signals"
  },
  "cms_profile_url": {
    "label": "CMS profile"
  }
}
```

## About this Actor

This example demonstrates how to use [Nursing Home Leads - Ratings, Beds, Owners & Abuse Flags](https://apify.com/flash_scraper/nursing-home-leads) with a specific input configuration. Visit the [Actor detail page](https://apify.com/flash_scraper/nursing-home-leads) to learn more, explore other use cases, and run it yourself.