# CalFire FHSZ Screen - Napa & Sonoma County

**Use case:** 

Ready-to-run California FHSZ disclosure screen for 4 Napa and Sonoma wine-country properties: fire hazard severity zone and responsibility area per parcel.

## Input

```json
{
  "assets": [
    {
      "lat": 38.5025,
      "lon": -122.465,
      "label": "St. Helena, Napa CA"
    },
    {
      "lat": 38.44,
      "lon": -122.71,
      "label": "Santa Rosa fringe, Sonoma CA"
    },
    {
      "lat": 38.297,
      "lon": -122.286,
      "label": "Napa city edge, CA"
    },
    {
      "lat": 38.598,
      "lon": -122.575,
      "label": "Calistoga, CA"
    }
  ],
  "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"
  },
  "verdict": {
    "label": "Verdict",
    "format": "string"
  },
  "in_hazard_severity_zone": {
    "label": "In hazard severity zone (adopted maps)",
    "format": "boolean"
  },
  "hazard_class_current": {
    "label": "Hazard class (adopted maps)",
    "format": "string"
  },
  "responsibility_area_current": {
    "label": "Responsibility area (adopted maps)",
    "format": "string"
  },
  "disclosure_required": {
    "label": "Disclosure required",
    "format": "boolean"
  },
  "nhd_sra_disclosure": {
    "label": "NHD: State Responsibility Area box",
    "format": "boolean"
  },
  "nhd_vhfhsz_disclosure": {
    "label": "NHD: Very High FHSZ box",
    "format": "boolean"
  },
  "near_boundary_band": {
    "label": "Near-boundary band",
    "format": "string"
  },
  "legacy_disagrees_with_current": {
    "label": "Legacy disagrees with current",
    "format": "boolean"
  },
  "partial_result": {
    "label": "Partial result",
    "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.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/malonestar/calfire-fhsz-screener.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
