# Scrape Mobile Home Park Occupancy Intelligence

**Use case:** 

Build a mobile home park intelligence file for New York with lots, occupied, occupancy %, vacant, amenities, utilities and reg. year. Export to CSV or Excel.

## Input

```json
{
  "outputType": "parks",
  "states": [
    "New York"
  ],
  "parkSizeCategory": [],
  "minOccupancyRate": 80,
  "absenteeOwnerOnly": false,
  "entityOwnedOnly": false,
  "withOwnerNameOnly": false,
  "withOwnerPhoneOnly": false,
  "withAnyPhoneOnly": false,
  "withGeoOnly": false,
  "activeOnly": true,
  "hasViolationsOnly": false,
  "includeInspections": true,
  "includeOwnerEnrichment": true,
  "sortBy": "leadScore",
  "maxResults": 100,
  "monitorMode": false,
  "deduplicateResults": true,
  "includeRawFields": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "parkName": {
    "label": "Park / community"
  },
  "sourceState": {
    "label": "State"
  },
  "siteCapacity": {
    "label": "Lots"
  },
  "sitesOccupancy": {
    "label": "Occupied"
  },
  "occupancyRate": {
    "label": "Occupancy %"
  },
  "vacantSites": {
    "label": "Vacant"
  },
  "amenityCount": {
    "label": "# Amenities"
  },
  "utilitiesProvided": {
    "label": "Utilities"
  },
  "lastInspected": {
    "label": "Last inspected"
  },
  "registrationYear": {
    "label": "Reg. year"
  }
}
```

## About this Actor

This example demonstrates how to use [US Mobile Home & Manufactured Housing Park Leads Scraper](https://apify.com/scrapesage/mobile-home-park-leads) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/mobile-home-park-leads) to learn more, explore other use cases, and run it yourself.