# St. Johns Airport wetland watch

**Use case:** 

Example watchlist for USACE wetland and Clean Water Act public notices near St. Johns County Airport in Florida.

## Input

```json
{
  "searchText": "wetland",
  "geofences": [
    {
      "label": "St. Johns Airport",
      "lat": 29.96812,
      "lon": -81.34483,
      "radiusKm": 5
    }
  ],
  "states": [
    "FL"
  ],
  "districtCodes": [],
  "counties": [],
  "hucCodes": [
    "03080201"
  ],
  "actionTypes": [],
  "applicantKeywords": [],
  "projectKeywords": [
    "Section 404"
  ],
  "dateWindow": {
    "start": "2026-06-01",
    "end": "2026-07-10"
  },
  "commentWindowDays": 7,
  "includeExpiredCommentWindows": true,
  "maxSourceNotices": 25,
  "maxEvents": 10,
  "stateStoreName": "__RUN_DEFAULT__"
}
```

## Output

```json
{
  "event_type": {
    "label": "Event",
    "format": "string"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "entities": {
    "label": "Notice and project",
    "format": "object"
  },
  "location": {
    "label": "Location",
    "format": "object"
  },
  "dates": {
    "label": "Dates",
    "format": "object"
  },
  "match_terms": {
    "label": "Match terms",
    "format": "array"
  },
  "source_notice_url": {
    "label": "Public notice",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [USACE Wetland Permit Geofence Watcher](https://apify.com/mikechiou/wetland-clean-water-permits) with a specific input configuration. Visit the [Actor detail page](https://apify.com/mikechiou/wetland-clean-water-permits) to learn more, explore other use cases, and run it yourself.