# Scrape Manufactured Home Dealers & Installers

**Use case:** 

Scrape manufactured-home dealers and installers in Texas with company, certification, city, state, cert #, expiry and lead score. Export to CSV or Excel.

## Input

```json
{
  "outputType": "businesses",
  "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
{
  "businessName": {
    "label": "Company"
  },
  "certificationType": {
    "label": "Certification"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "certificationNumber": {
    "label": "Cert #"
  },
  "certificationExpiration": {
    "label": "Expires"
  },
  "isActive": {
    "label": "Active?"
  },
  "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.