# Gulf Coast Barrier Island CBRS Screen - TX to FL

**Use case:** 

Ready-to-run CBRS coastal barrier screen for 8 Gulf Coast sites: system unit, flood insurance prohibition date, buffer zone and boundary distance.

## Input

```json
{
  "assets": [
    {
      "lat": 26.24763,
      "lon": -97.19263,
      "label": "CBRS Unit T11 - south Texas barrier island"
    },
    {
      "lat": 27.84226,
      "lon": -97.04722,
      "label": "CBRS Unit T08 - Texas mid-coast barrier"
    },
    {
      "lat": 28.3374,
      "lon": -96.37621,
      "label": "CBRS Unit T07 - Matagorda Bay barrier, TX"
    },
    {
      "lat": 29.17838,
      "lon": -91.11123,
      "label": "CBRS Unit S07 - Louisiana barrier chain"
    },
    {
      "lat": 29.44891,
      "lon": -89.223,
      "label": "CBRS OPA LA-03P - Louisiana delta area"
    },
    {
      "lat": 30.24,
      "lon": -88.66,
      "label": "Horn Island MS - CBRS OPA MS-01P"
    },
    {
      "lat": 29.94411,
      "lon": -85.47707,
      "label": "CBRS Unit P31 - Florida panhandle peninsula"
    },
    {
      "lat": 29.28,
      "lon": -94.83,
      "label": "Galveston TX - developed seawall 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).
