# Scrape New York Mobile Home Park Owner Contacts

**Use case:** 

Export mobile home park owner contacts in New York with owner, operator, owner phone, owner mailing address and park address. Ready-to-use contact list.

## Input

```json
{
  "outputType": "parks",
  "states": [
    "New York"
  ],
  "parkSizeCategory": [],
  "absenteeOwnerOnly": false,
  "entityOwnedOnly": false,
  "withOwnerNameOnly": false,
  "withOwnerPhoneOnly": true,
  "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"
  },
  "ownerName": {
    "label": "Owner"
  },
  "operatorName": {
    "label": "Operator"
  },
  "contactName": {
    "label": "Contact"
  },
  "ownerPhone": {
    "label": "Owner phone"
  },
  "parkPhone": {
    "label": "Park phone"
  },
  "ownerMailingAddress": {
    "label": "Owner mailing address"
  },
  "isAbsenteeOwner": {
    "label": "Absentee?"
  },
  "fullAddress": {
    "label": "Park address"
  },
  "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.