# Bronx Landlord Leads — Owners of 5-50 HPD Buildings

**Use case:** 

Ready-to-run NYC landlord lead list for property-management, insurance and lender sales: 200 corporate owners and agents holding 5-50 Bronx buildings.

## Input

```json
{
  "borough": "BRONX",
  "contactTypes": [
    "HeadOfficer",
    "Agent"
  ],
  "minPortfolioBuildings": 5,
  "maxPortfolioBuildings": 50,
  "entityOnly": true,
  "includeExpired": false,
  "maxResults": 200
}
```

## Output

```json
{
  "contact_name": {
    "label": "Contact name",
    "format": "string"
  },
  "corporation": {
    "label": "Corporation",
    "format": "string"
  },
  "contact_type": {
    "label": "Contact type",
    "format": "string"
  },
  "buildings_count": {
    "label": "Portfolio size (buildings)",
    "format": "integer"
  },
  "boroughs": {
    "label": "Boroughs",
    "format": "array"
  },
  "business_address": {
    "label": "Business address",
    "format": "string"
  },
  "business_city": {
    "label": "Business city",
    "format": "string"
  },
  "business_state": {
    "label": "Business state",
    "format": "string"
  },
  "business_zip": {
    "label": "Business ZIP",
    "format": "string"
  },
  "sample_buildings": {
    "label": "Sample buildings",
    "format": "array"
  },
  "is_entity": {
    "label": "Is entity",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [NYC Landlord Registry Lead List — HPD Portfolio Contacts](https://apify.com/malonestar/nyc-landlord-registry-lead-list) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/nyc-landlord-registry-lead-list) to learn more, explore other use cases, and run it yourself.