# Bronx Motivated-Seller Leads — Violations & Liens

**Use case:** 

Ready-to-run NYC distress screen for Bronx investors: 120 ranked parcels with open HPD violations, evictions, distress score and owner contact.

## Input

```json
{
  "borough": "BRONX",
  "minSignals": 2,
  "lookbackMonths": 12,
  "maxResults": 120
}
```

## Output

```json
{
  "bbl": {
    "label": "BBL",
    "format": "string"
  },
  "borough": {
    "label": "Borough",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "distress_score": {
    "label": "Distress score",
    "format": "number"
  },
  "signals_present": {
    "label": "Signals present",
    "format": "array"
  },
  "open_violations_c": {
    "label": "Open class-C violations",
    "format": "integer"
  },
  "open_violations_b": {
    "label": "Open class-B violations",
    "format": "integer"
  },
  "open_violations_a": {
    "label": "Open class-A violations",
    "format": "integer"
  },
  "lien_sale_cycle": {
    "label": "Lien sale cycle",
    "format": "string"
  },
  "evictions_count": {
    "label": "Evictions",
    "format": "integer"
  },
  "owner_contact": {
    "label": "Owner contact",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [NYC Distressed Property Leads — Violations, Liens, Evictions](https://apify.com/malonestar/distressed-property-signal-stacker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/distressed-property-signal-stacker) to learn more, explore other use cases, and run it yourself.