# Scrape Section 8 Housing Leads in California

**Use case:** 

Pull Section 8 assisted housing leads in California with Management co., Contact, Title, Phone, Email and Units. Ready-to-use contact list.

## Input

```json
{
  "datasets": [
    "assisted"
  ],
  "states": [
    "CA"
  ],
  "hasEmail": false,
  "hasPhone": false,
  "subsidizedOnly": true,
  "troubledOnly": false,
  "maxResults": 1000,
  "sortBy": "leadScore",
  "deduplicateResults": true,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Property / Agency"
  },
  "managementCompany": {
    "label": "Management co."
  },
  "contactName": {
    "label": "Contact"
  },
  "contactTitle": {
    "label": "Title"
  },
  "bestPhone": {
    "label": "Phone"
  },
  "bestEmail": {
    "label": "Email"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "totalUnits": {
    "label": "Units"
  },
  "propertyTypes": {
    "label": "Type"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "leadSignals": {
    "label": "Signals"
  }
}
```

## About this Actor

This example demonstrates how to use [HUD Multifamily & Affordable Housing Leads](https://apify.com/scrapesage/hud-multifamily-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/hud-multifamily-scraper) to learn more, explore other use cases, and run it yourself.