# Nursing homes under new ownership

**Use case:** 

Nursing homes that changed owner in the last 12 months, with phone, beds, occupancy and star ratings. The strongest buying signal in the sector.

## Input

```json
{
  "states": [
    "CA",
    "FL",
    "OH"
  ],
  "minBeds": 0,
  "minOverallRating": 0,
  "maxOverallRating": 0,
  "ownership": "any",
  "chainFilter": "any",
  "abuseFlaggedOnly": false,
  "recentOwnershipChangeOnly": true,
  "includeDeficiencies": false,
  "maxItems": 300
}
```

## 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.