# Find open Florida DEP cleanup sites

**Use case:** 

Run a bounded official Florida DEP cleanup-site example filtered to open remediation-status rows with raw fields disabled.

## Input

```json
{
  "maxItems": 10,
  "maxScanRecords": 1000,
  "remediationStatusKeys": [
    "OPEN"
  ],
  "includeRawFields": false,
  "timeoutSecs": 30
}
```

## Output

```json
{
  "depCleanupSiteKey": {
    "label": "Site Key",
    "format": "number"
  },
  "sourceDatabaseName": {
    "label": "Database",
    "format": "text"
  },
  "sourceDatabaseId": {
    "label": "DB ID",
    "format": "text"
  },
  "programAreaId": {
    "label": "Program Area",
    "format": "text"
  },
  "cleanupCategoryKey": {
    "label": "Category",
    "format": "text"
  },
  "remediationStatusKey": {
    "label": "Status",
    "format": "text"
  },
  "dataLoadDate": {
    "label": "Load Date",
    "format": "date"
  },
  "countyId": {
    "label": "County",
    "format": "number"
  },
  "officeId": {
    "label": "Office",
    "format": "text"
  },
  "businessName": {
    "label": "Business / Site",
    "format": "text"
  },
  "address1": {
    "label": "Address",
    "format": "text"
  },
  "address2": {
    "label": "Address 2",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip5": {
    "label": "ZIP",
    "format": "text"
  },
  "zip4": {
    "label": "ZIP+4",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "documentsUrl": {
    "label": "Docs URL",
    "format": "link"
  },
  "sourceLayerUrl": {
    "label": "Source Layer",
    "format": "link"
  },
  "sourceQueryUrl": {
    "label": "Query URL",
    "format": "link"
  },
  "fetchedAt": {
    "label": "Fetched At",
    "format": "date"
  },
  "inputMatched": {
    "label": "Filters",
    "format": "text"
  },
  "raw": {
    "label": "Raw Fields",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Florida DEP Cleanup Sites Monitor](https://apify.com/defenestrator/florida-dep-cleanup-sites-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/defenestrator/florida-dep-cleanup-sites-monitor) to learn more, explore other use cases, and run it yourself.