# Severe Repetitive Loss Property List by NFIP

**Use case:** 

One row per FEMA repetitive-loss and severe-repetitive-loss property for Hoboken, Staten Island and Wilkes-Barre, with flood zone, losses and mitigation.

## Input

```json
{
  "assets": [
    {
      "lat": 40.744,
      "lon": -74.0324,
      "label": "Hoboken, NJ"
    },
    {
      "lat": 40.5795,
      "lon": -74.1502,
      "label": "Staten Island, NY"
    },
    {
      "lat": 41.2459,
      "lon": -75.8813,
      "label": "Wilkes-Barre, PA"
    }
  ],
  "includeCountyCommunity": true,
  "includeTribalEtjLayer": true,
  "includeLossProperties": true,
  "maxLossPropertiesPerCommunity": 15,
  "simulateOutage": "none"
}
```

## Output

```json
{
  "record_type": {
    "label": "Record type",
    "format": "string"
  },
  "asset_label": {
    "label": "Asset label",
    "format": "string"
  },
  "community_id_number": {
    "label": "Community id number",
    "format": "string"
  },
  "community_name": {
    "label": "Community name",
    "format": "string"
  },
  "community_layer_type": {
    "label": "Community layer type",
    "format": "string"
  },
  "is_governing_community": {
    "label": "Is governing community",
    "format": "boolean"
  },
  "participating_in_nfip": {
    "label": "Participating in nfip",
    "format": "boolean"
  },
  "crs_class_rating": {
    "label": "Crs class rating",
    "format": "number"
  },
  "crs_sfha_discount_pct": {
    "label": "Crs sfha discount pct",
    "format": "number"
  },
  "multiple_loss_properties_total": {
    "label": "Multiple loss properties total",
    "format": "number"
  },
  "severe_repetitive_loss_count": {
    "label": "Severe repetitive loss count",
    "format": "number"
  },
  "currently_insured_share": {
    "label": "Currently insured share",
    "format": "number"
  },
  "mitigated_share": {
    "label": "Mitigated share",
    "format": "number"
  },
  "res_penetration_rate_sfha": {
    "label": "Res penetration rate sfha",
    "format": "number"
  },
  "res_penetration_rate": {
    "label": "Res penetration rate",
    "format": "number"
  },
  "flood_market_screen_level": {
    "label": "Flood market screen level",
    "format": "string"
  },
  "all_sources_ok": {
    "label": "All sources ok",
    "format": "boolean"
  },
  "drift_gate_status": {
    "label": "Drift gate status",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [FEMA NFIP Repetitive Loss & Flood Insurance Market Screener](https://apify.com/malonestar/fema-repetitive-loss-flood-market-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/fema-repetitive-loss-flood-market-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/fema-repetitive-loss-flood-market-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).
