# Florida Property Records by Address — Owner & Values

**Use case:** 

Look up Florida property records by address: owner, assessed and market value, land value and parcel details from county assessor data — all 67 FL counties.

## Input

```json
{
  "addresses": [
    "200 E University Ave, Gainesville, FL 32601"
  ],
  "parcelLookups": [],
  "county": "",
  "state": "",
  "includeHistory": true,
  "maxRecords": 50
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "owner_name": {
    "label": "Owner name",
    "format": "string"
  },
  "situs_address": {
    "label": "Property (situs) address",
    "format": "string"
  },
  "assessed_value": {
    "label": "Assessed value (USD)",
    "format": "number"
  },
  "last_sale_price": {
    "label": "Last sale price (USD)",
    "format": "number"
  }
}
```

## About this Actor

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