# LIHTC 130% Basis Boost - Northeast QCT Sites

**Use case:** 

Ready-to-run HUD Qualified Census Tract check for 4 Northeast affordable-housing sites: QCT status and 130% LIHTC basis-boost eligibility per parcel.

## Input

```json
{
  "assets": [
    {
      "lat": 40.815,
      "lon": -73.904,
      "label": "South Bronx, NY"
    },
    {
      "lat": 40.665,
      "lon": -73.91,
      "label": "Brownsville, Brooklyn NY"
    },
    {
      "lat": 40.735,
      "lon": -74.172,
      "label": "Newark, NJ"
    },
    {
      "lat": 39.99,
      "lon": -75.15,
      "label": "North Philadelphia, PA"
    }
  ],
  "maxAssets": 500
}
```

## Output

```json
{
  "asset_label": {
    "label": "Asset label",
    "format": "string"
  },
  "in_qct": {
    "label": "In QCT",
    "format": "boolean"
  },
  "lihtc_130_basis_boost_eligible": {
    "label": "LIHTC 130% basis boost eligible",
    "format": "boolean"
  },
  "tract_geoid": {
    "label": "Tract GEOID",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "county_fips": {
    "label": "County FIPS",
    "format": "string"
  },
  "tract": {
    "label": "Tract",
    "format": "string"
  },
  "qct_year": {
    "label": "QCT vintage",
    "format": "string"
  },
  "checked_at": {
    "label": "Checked at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [HUD QCT LIHTC Boost Screener — 130% Basis by Coordinate](https://apify.com/malonestar/hud-qct-lihtc-boost-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/hud-qct-lihtc-boost-screener) to learn more, explore other use cases, and run it yourself.