# Scrape Troubled & Low-REAC HUD Properties

**Use case:** 

Find troubled HUD properties with low REAC inspection scores: Property, City, State, Troubled, REAC score and Lead score. Export to CSV.

## Input

```json
{
  "datasets": [
    "assisted",
    "insured",
    "pha"
  ],
  "states": [
    "WY"
  ],
  "hasEmail": false,
  "hasPhone": false,
  "subsidizedOnly": false,
  "troubledOnly": true,
  "reacScoreBelow": 60,
  "maxResults": 1000,
  "sortBy": "recentInspection",
  "deduplicateResults": true,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Property"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "financingType": {
    "label": "Financing"
  },
  "originalLoanAmount": {
    "label": "Loan $"
  },
  "loanMaturityDate": {
    "label": "Loan matures"
  },
  "earliestContractExpiration": {
    "label": "Contract expires"
  },
  "troubledStatus": {
    "label": "Troubled"
  },
  "isOnWatchList": {
    "label": "Watch list?"
  },
  "reacInspectionScore": {
    "label": "REAC score"
  },
  "leadScore": {
    "label": "Lead score"
  }
}
```

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