# Atlantic Barrier Island CBRS Screen - NC to NJ

**Use case:** 

Ready-to-run CBRS screen for 8 Atlantic barrier island sites: unit type, flood insurance prohibition date, map panel vintage and buffer zone flag.

## Input

```json
{
  "assets": [
    {
      "lat": 36.19788,
      "lon": -75.80285,
      "label": "CBRS Unit NC-01 - northern Outer Banks"
    },
    {
      "lat": 35.96467,
      "lon": -75.65739,
      "label": "CBRS Unit NC-02 - central Outer Banks"
    },
    {
      "lat": 35.24661,
      "lon": -75.59539,
      "label": "CBRS Unit L03 - Cape Hatteras barrier, NC"
    },
    {
      "lat": 37.5797,
      "lon": -75.62368,
      "label": "CBRS Unit K03 - Virginia barrier islands"
    },
    {
      "lat": 38.03079,
      "lon": -75.28436,
      "label": "CBRS OPA MD-01P - Assateague area, MD"
    },
    {
      "lat": 39.11397,
      "lon": -74.87955,
      "label": "CBRS Unit NJ-14 - Cape May county, NJ"
    },
    {
      "lat": 40.01402,
      "lon": -74.06765,
      "label": "CBRS Unit NJ-04B - Long Beach Island, NJ"
    },
    {
      "lat": 35.95,
      "lon": -75.63,
      "label": "Nags Head NC - developed oceanfront control"
    }
  ],
  "includeBoundaryPrecision": true,
  "includeProhibitionDates": true,
  "includeProximity": true,
  "includeOfficialMapLinks": true,
  "searchRadiusMeters": 1609,
  "nearBoundaryMeters": 76,
  "maxAssets": 500
}
```

## Output

```json
{
  "asset_label": {
    "label": "Asset label",
    "format": "string"
  },
  "in_cbrs": {
    "label": "In CBRS",
    "format": "boolean"
  },
  "unit_id": {
    "label": "CBRS unit id",
    "format": "string"
  },
  "unit_name": {
    "label": "CBRS unit name",
    "format": "string"
  },
  "unit_type": {
    "label": "Unit type",
    "format": "string"
  },
  "federal_flood_insurance_barred": {
    "label": "Federal flood insurance barred",
    "format": "boolean"
  },
  "federal_expenditure_restricted": {
    "label": "Federal expenditure restricted",
    "format": "boolean"
  },
  "flood_insurance_prohibition_date": {
    "label": "Flood insurance prohibition date",
    "format": "string"
  },
  "in_cbrs_buffer_zone": {
    "label": "In CBRS buffer zone",
    "format": "boolean"
  },
  "official_determination_required": {
    "label": "Official determination required",
    "format": "boolean"
  },
  "distance_to_unit_boundary_ft": {
    "label": "Distance to unit boundary (ft)",
    "format": "number"
  },
  "determination_confidence": {
    "label": "Determination confidence",
    "format": "string"
  },
  "map_effective_date": {
    "label": "Map effective date",
    "format": "string"
  },
  "official_unit_map_url": {
    "label": "Official unit map URL",
    "format": "string"
  },
  "screen_status": {
    "label": "Screen status",
    "format": "string"
  },
  "checked_at": {
    "label": "Checked at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [CBRS Coastal Barrier Screener - CBRA Flood Insurance Bar](https://apify.com/malonestar/cbrs-coastal-barrier-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/cbrs-coastal-barrier-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/cbrs-coastal-barrier-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).
