# Scrape Texas Mobile Home Park Leads

**Use case:** 

Scrape mobile home parks across Texas with park / community, city, county, lots, owner / operator, phone and lead score. Export to JSON, CSV or Excel.

## Input

```json
{
  "outputType": "parks",
  "states": [
    "Texas"
  ],
  "parkSizeCategory": [],
  "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"
  },
  "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.