# Check Orlando short-term rental permits

**Use case:** 

Run a verified check against Orlando's official STR permit registry with normalized status, addresses, source links, and provenance.

## Input

```json
{
  "cities": [
    "orlando"
  ],
  "status": "active",
  "maxRecordsPerCity": 25,
  "resolveJurisdiction": true,
  "snapshot": false
}
```

## Output

```json
{
  "address": {
    "label": "Address",
    "format": "string"
  },
  "address_city_source": {
    "label": "Address city source",
    "format": "string"
  },
  "address_jurisdiction": {
    "label": "Address jurisdiction",
    "format": "string"
  },
  "address_precision": {
    "label": "Address precision",
    "format": "string"
  },
  "bedrooms": {
    "label": "Bedrooms",
    "format": "integer"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "coordinates_source": {
    "label": "Coordinates source",
    "format": "string"
  },
  "expiration_date": {
    "label": "Expiration date",
    "format": "string"
  },
  "issued_date": {
    "label": "Issued date",
    "format": "string"
  },
  "jurisdiction": {
    "label": "Jurisdiction",
    "format": "string"
  },
  "jurisdiction_source": {
    "label": "Jurisdiction source",
    "format": "string"
  },
  "jurisdiction_type": {
    "label": "Jurisdiction type",
    "format": "string"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "owner_or_operator": {
    "label": "Owner or operator",
    "format": "string"
  },
  "parcel": {
    "label": "Parcel",
    "format": "string"
  },
  "permit_id": {
    "label": "Permit id",
    "format": "string"
  },
  "property_type": {
    "label": "Property type",
    "format": "string"
  },
  "raw": {
    "label": "Raw",
    "format": "object"
  },
  "source_fetched_at": {
    "label": "Source fetched at",
    "format": "string"
  },
  "source_url": {
    "label": "Source url",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "status_normalized": {
    "label": "Status normalized",
    "format": "string"
  },
  "unit_id": {
    "label": "Unit id",
    "format": "string"
  },
  "unit_status": {
    "label": "Unit status",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [US STR Permit Registry & Change Monitor](https://apify.com/civicdataforge/str-permit-registry) with a specific input configuration. Visit the [Actor detail page](https://apify.com/civicdataforge/str-permit-registry) to learn more, explore other use cases, and run it yourself.