# Track Florida county building permits

**Use case:** 

Run a focused Census BPS example that ranks Florida counties by recent authorized building permit units.

## Input

```json
{
  "geographyLevel": "County",
  "period": "latestMonthly",
  "stateFips": "12",
  "minTotalUnits": 1,
  "sortBy": "totalUnits",
  "sortDescending": true,
  "maxItems": 10,
  "includeRawFields": false
}
```

## Output

```json
{
  "recordKey": {
    "label": "Record Key",
    "format": "text"
  },
  "surveyDate": {
    "label": "Survey Date",
    "format": "text"
  },
  "geographyLevel": {
    "label": "Geography Level",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "stateFips": {
    "label": "State FIPS",
    "format": "text"
  },
  "countyFips": {
    "label": "County FIPS",
    "format": "text"
  },
  "cbsaCode": {
    "label": "CBSA",
    "format": "text"
  },
  "totalUnits": {
    "label": "Total Units",
    "format": "number"
  },
  "totalPermitValue": {
    "label": "Permit Value",
    "format": "number"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "collectedAt": {
    "label": "Collected At",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Census Building Permits Monitor](https://apify.com/defenestrator/census-building-permits-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/defenestrator/census-building-permits-monitor) to learn more, explore other use cases, and run it yourself.