# California FHSZ Disclosure Screen — 4-Property Demo

**Use case:** 

Ready-to-run CalFire FHSZ check for 4 CA properties: hazard class, SRA/LRA responsibility area, and the natural-hazard disclosure flag for each site.

## Input

```json
{
  "assets": [
    {
      "lat": 39.759,
      "lon": -121.621,
      "label": "Paradise CA"
    },
    {
      "lat": 37.849,
      "lon": -122.219,
      "label": "Oakland Hills CA"
    },
    {
      "lat": 34.083,
      "lon": -118.78,
      "label": "Santa Monica Mtns (federal land)"
    },
    {
      "lat": 38.582,
      "lon": -121.494,
      "label": "Downtown Sacramento"
    }
  ],
  "checkNearby": true,
  "nearbyRadiusMiles": 0.5,
  "maxAssets": 500
}
```

## Output

```json
{
  "asset_label": {
    "label": "Asset label",
    "format": "string"
  },
  "asset_lat": {
    "label": "Asset latitude",
    "format": "number"
  },
  "asset_lon": {
    "label": "Asset longitude",
    "format": "number"
  },
  "in_fhsz": {
    "label": "In FHSZ",
    "format": "boolean"
  },
  "hazard_class": {
    "label": "Hazard class",
    "format": "string"
  },
  "responsibility_area": {
    "label": "Responsibility area",
    "format": "string"
  },
  "zone_status": {
    "label": "Zone status",
    "format": "string"
  },
  "disclosure_required": {
    "label": "Disclosure required",
    "format": "boolean"
  },
  "nearby_zone_within_radius": {
    "label": "Nearby zone within radius",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [CalFire Fire Hazard Severity Zone (FHSZ) Screener — CA Parcels](https://apify.com/malonestar/calfire-fhsz-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/calfire-fhsz-screener) to learn more, explore other use cases, and run it yourself.