# ESA Critical Habitat Screen - Southeast US

**Use case:** 

Ready-to-run USFWS critical habitat screen for 4 Southeast development sites: designated/proposed habitat overlap and ESA Section 7 flag per location.

## Input

```json
{
  "assets": [
    {
      "lat": 30.4383,
      "lon": -84.2807,
      "label": "Tallahassee fringe, FL"
    },
    {
      "lat": 32.0835,
      "lon": -81.0998,
      "label": "Savannah area, GA"
    },
    {
      "lat": 34.7465,
      "lon": -92.2896,
      "label": "Little Rock area, AR"
    },
    {
      "lat": 30.6954,
      "lon": -88.0399,
      "label": "Mobile area, AL"
    }
  ],
  "radiusMiles": 1,
  "includeProposed": true,
  "maxAssets": 500
}
```

## Output

```json
{
  "asset_label": {
    "label": "Asset label",
    "format": "string"
  },
  "in_critical_habitat": {
    "label": "In or near critical habitat",
    "format": "boolean"
  },
  "on_critical_habitat": {
    "label": "Point sits ON this critical habitat polygon",
    "format": "boolean"
  },
  "hit_relationship": {
    "label": "Spatial relationship to this designation",
    "format": "string"
  },
  "species_comname": {
    "label": "Species (common name)",
    "format": "string"
  },
  "habitat_status": {
    "label": "Habitat status",
    "format": "string"
  },
  "listing_status": {
    "label": "ESA listing status",
    "format": "string"
  },
  "esa_consultation_flag": {
    "label": "ESA Section 7 consultation flag",
    "format": "boolean"
  },
  "fedreg": {
    "label": "Federal Register citation",
    "format": "string"
  },
  "pubdate": {
    "label": "Publication date",
    "format": "string"
  },
  "final_layer_status": {
    "label": "Final Critical Habitat layer status",
    "format": "string"
  },
  "proposed_layer_status": {
    "label": "Proposed Critical Habitat layer status",
    "format": "string"
  },
  "screening_complete": {
    "label": "Screening complete",
    "format": "boolean"
  },
  "checked_at": {
    "label": "Checked at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [FWS Critical Habitat Screener — ESA Section 7 Site Check](https://apify.com/malonestar/fws-critical-habitat-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/fws-critical-habitat-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/fws-critical-habitat-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).
