# Florida Property Owner Records by City

**Use case:** 

Florida property records with owner name, address and value. Filter by city or ZIP. For real-estate investors and skip tracing.

## Input

```json
{
  "county": "florida",
  "city": "MIAMI",
  "zip": "77002",
  "ownerName": "LLC",
  "addressContains": "MAIN ST",
  "stateClass": "A1",
  "maxResults": 500
}
```

## Output

```json
{
  "county": {
    "label": "County",
    "format": "text"
  },
  "owner": {
    "label": "Owner",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "zip": {
    "label": "ZIP",
    "format": "text"
  },
  "state_class": {
    "label": "Class",
    "format": "text"
  },
  "appraised_value": {
    "label": "Appraised $",
    "format": "number"
  },
  "market_value": {
    "label": "Market $",
    "format": "number"
  },
  "account": {
    "label": "Account #",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [🏠 US Property Records Scraper — Owner, Tax & Value](https://apify.com/inexhaustible_glass/us-property-records) with a specific input configuration. Visit the [Actor detail page](https://apify.com/inexhaustible_glass/us-property-records) to learn more, explore other use cases, and run it yourself.