# Scrape Entity-Owned Mobile Home Park Leads

**Use case:** 

Export entity-owned mobile home parks with a high lead score: park / community, state, city, lots, owner / operator and phone. Ready-to-use contact list.

## Input

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

## Output

```json
{
  "parkName": {
    "label": "Park / community"
  },
  "sourceState": {
    "label": "State"
  },
  "city": {
    "label": "City"
  },
  "county": {
    "label": "County"
  },
  "siteCapacity": {
    "label": "Lots"
  },
  "ownerName": {
    "label": "Owner / operator"
  },
  "primaryPhone": {
    "label": "Phone"
  },
  "isAbsenteeOwner": {
    "label": "Absentee?"
  },
  "parkSizeCategory": {
    "label": "Size"
  },
  "leadScore": {
    "label": "Lead score"
  }
}
```

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