# Texas Petroleum Storage Tank & Spill Screen

**Use case:** 

Ready-to-run Texas petroleum storage tank and spill screen for 4 sites: registered and leaking tank records within 1 mile of each parcel, Phase I ready.

## Input

```json
{
  "assets": [
    {
      "lat": 29.7604,
      "lon": -95.3698,
      "label": "Houston TX"
    },
    {
      "lat": 32.7767,
      "lon": -96.797,
      "label": "Dallas TX"
    },
    {
      "lat": 29.4241,
      "lon": -98.4936,
      "label": "San Antonio TX"
    },
    {
      "lat": 30.2672,
      "lon": -97.7431,
      "label": "Austin TX"
    }
  ],
  "radiusMiles": 1,
  "states": [
    "TX"
  ],
  "includeNational": true,
  "openCasesOnly": false,
  "maxResultsPerAsset": 25
}
```

## 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"
  },
  "match_basis": {
    "label": "Match basis",
    "format": "string"
  },
  "screen_complete": {
    "label": "Screen complete",
    "format": "boolean"
  },
  "sources_failed": {
    "label": "Registries that did NOT answer",
    "format": "string"
  },
  "records_truncated": {
    "label": "Records truncated",
    "format": "boolean"
  }
}
```

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