# Phase I ESA Tank & Spill Screen — NY/CA Portfolio Demo

**Use case:** 

Ready-to-run UST/LUST and spill screen for a 6-site NY/CA portfolio: NY DEC spills + CA GeoTracker cases with status, contaminant, distance, open-case flag.

## Input

```json
{
  "assets": [
    {
      "lat": 40.678,
      "lon": -73.944,
      "label": "Brooklyn NY commercial site"
    },
    {
      "lat": 40.742,
      "lon": -73.935,
      "label": "Long Island City NY industrial"
    },
    {
      "lat": 40.812,
      "lon": -73.884,
      "label": "Hunts Point Bronx NY"
    },
    {
      "lat": 34.052,
      "lon": -118.243,
      "label": "Downtown LA CA"
    },
    {
      "lat": 37.804,
      "lon": -122.271,
      "label": "Oakland CA waterfront"
    },
    {
      "lat": 38.48,
      "lon": -98.02,
      "label": "Rural KS clean control"
    }
  ],
  "radiusMiles": 1,
  "states": [
    "NY",
    "CA"
  ],
  "includeNational": true,
  "openCasesOnly": false,
  "maxResultsPerAsset": 50
}
```

## Output

```json
{
  "asset_label": {
    "label": "Asset label",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "source": {
    "label": "Source registry",
    "format": "string"
  },
  "site_name": {
    "label": "Site / facility name",
    "format": "string"
  },
  "case_type": {
    "label": "Case type",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "is_open": {
    "label": "Is open",
    "format": "boolean"
  },
  "distance_miles": {
    "label": "Distance (mi)",
    "format": "number"
  },
  "contaminant": {
    "label": "Contaminant / material",
    "format": "string"
  },
  "quantity_released": {
    "label": "Quantity released",
    "format": "number"
  },
  "units": {
    "label": "Units",
    "format": "string"
  },
  "event_date": {
    "label": "Event date",
    "format": "string"
  },
  "closure_date": {
    "label": "Closure / NFA date",
    "format": "string"
  },
  "county": {
    "label": "County",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "phase1_flag": {
    "label": "Phase I flag (asset rollup)",
    "format": "boolean"
  },
  "clear_flag": {
    "label": "Clear flag",
    "format": "boolean"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [UST, LUST & Spill Registry Screener — National + NY/CA/TX/FL](https://apify.com/malonestar/state-tank-spill-registry-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/state-tank-spill-registry-screener) to learn more, explore other use cases, and run it yourself.