# Florida Property Records — Owner, Absentee, Tax & Sale Data (`teamsasuke/florida-property-records`) Actor

858,000+ Florida parcels with owner names, owner mailing addresses, assessor values, sale history and building details. Filter for absentee and out-of-state owners. Hillsborough (Tampa) & Pasco counties.

- **URL**: https://apify.com/teamsasuke/florida-property-records.md
- **Developed by:** [Team Sasuke](https://apify.com/teamsasuke) (community)
- **Categories:**
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.00 / 1,000 property records

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Florida Property Records Scraper — Owner, Absentee, Tax & Sale Data

**858,000+ Florida parcels** with the owner's name, the owner's **mailing
address**, the physical property address, assessor values, sale history and
building characteristics.

Straight from each county property appraiser's own bulk export. No API key, no
login, no third-party data reseller in the middle — and no monthly subscription
to a property data platform.

**Counties covered:** Hillsborough (531k parcels) and Pasco (326k parcels) —
Tampa, Brandon, Riverview, Plant City, Valrico, Lutz, Temple Terrace, Ruskin,
Apollo Beach, New Port Richey, Wesley Chapel, Land O' Lakes, Zephyrhills,
Hudson and Dade City.

### What people use this for

- **Absentee owner lists.** One switch returns only parcels where the owner's
  mailing address differs from the property address. Both addresses come from
  the tax roll, so it is exact rather than inferred.
- **Out-of-state owner leads.** Separate switch for owners who receive mail
  outside Florida.
- **Direct mail campaigns.** Every record carries a deliverable owner mailing
  address taken from the county's own tax-notice file.
- **Skip tracing input.** Owner name plus mailing address plus property address
  is exactly what a skip trace provider needs as its starting record.
- **Absentee & non-homestead targeting.** Exclude homestead-exempt parcels to
  drop owner-occupied primary residences.
- **Long-held property.** Filter for parcels whose last recorded sale predates
  any year you choose.
- **Companies vs. people.** Owner names are classified as individual or entity
  (LLC, corp, trust), so you can target either.
- **Market research and comps.** Values, land and building split, living area,
  year built, lot size and sale history, wherever the county records them.

### Output

One row per parcel:

```json
{
  "parcelId": "0000190060",
  "county": "Hillsborough County (Tampa)",
  "state": "FL",
  "ownerName": "JANE CECILIA MAGYAR TRUSTEE",
  "ownerType": "entity",
  "propertyAddress": "6908 JONES RD",
  "propertyCity": "ODESSA",
  "propertyZip": "33556",
  "mailingAddress": "12103 SAN CHALIFORD CT",
  "mailingCity": "TAMPA",
  "mailingState": "FL",
  "mailingZip": "33626",
  "isAbsenteeOwner": true,
  "isOutOfState": false,
  "hasHomesteadExemption": null,
  "justValue": 263429,
  "assessedValue": 263429,
  "taxableValue": 263429,
  "landValue": 96800,
  "buildingValue": 158629,
  "lastSaleDate": "1976-01-01",
  "lastSalePrice": 3800,
  "appreciationSinceSalePct": 98.6,
  "beds": 3,
  "baths": 2,
  "livingAreaSqFt": 1310,
  "yearBuilt": 1976,
  "propertyType": "Single Family",
  "landUseCode": "0100",
  "landUseDescription": "SINGLE FAMILY",
  "legalDescription": "..."
}
```

Export as JSON, CSV, Excel or XML, or pull it straight from the API.

### Filters

| Filter | What it does |
| --- | --- |
| Counties | Hillsborough, Pasco, or both |
| Property type | Single family, condo, multi-family, mobile home, vacant land, commercial, industrial, agricultural, institutional, government — normalised so it means the same thing in every county |
| Absentee owners only | Owner mailing address differs from the property address |
| Out-of-state owners only | Owner receives mail outside Florida |
| Exclude homestead | Drop owner-occupied primary residences |
| Owner type | Individuals only, companies/trusts only, or both |
| Cities / ZIP codes | Narrow to any part of either county |
| Market value | Minimum and maximum assessor just value |
| Year built | Built after / built before |
| Living area | Minimum square footage |
| Last sold before / after | Long-held property, or recent transfers |
| Owner name contains | Substring match, e.g. `HOLDINGS` |

### Example: absentee single-family homes, $150k–$400k, both counties

```json
{
  "counties": ["Hillsborough", "Pasco"],
  "propertyTypes": ["Single Family"],
  "absenteeOwnersOnly": true,
  "minJustValue": 150000,
  "maxJustValue": 400000,
  "maxResults": 5000
}
```

On a recent run that filter matched roughly 24,000 parcels in Hillsborough and
23,000 in Pasco.

### How fresh is it

Each county republishes its full roll on its own cycle — Hillsborough daily,
Pasco every few days. Every run downloads the current file and reads it end to
end, so you get what the assessor has now, not a cached copy from a broker.

Runtime is roughly **1–2 minutes for Hillsborough** and **4–5 minutes for
Pasco** (its file is a large spreadsheet rather than a database export). Give
the run a timeout of at least 600 seconds if you select both. Memory stays flat
regardless of how many parcels you pull, because both files are streamed.

### Notes and limits — please read

- **`appreciationSinceSalePct` is not equity.** It is the change in assessor
  value since the last recorded sale. Public rolls do not contain mortgage
  balances, so no dataset built from them can tell you real equity. Treat a
  high number as "there may be room here", not as a payoff figure.
- **No phone numbers or email addresses.** County tax rolls do not carry them.
  Owner name and mailing address are what the public record provides. Use a
  skip trace service if you need contact numbers.
- **Sale price is often $0 or nominal.** Quit claims, family transfers and
  foreclosure deeds are routinely recorded at $0 or $100. Where there is no
  usable sale price, `appreciationSinceSalePct` is `null` rather than an
  invented number.
- **Field coverage differs by county.** Hillsborough publishes bedroom and
  bathroom counts; Pasco does not, so those come back `null`. Pasco publishes a
  homestead-exemption flag and a pool flag; Hillsborough does not. Nothing is
  guessed to fill a gap.
  Land area is recorded in acres by Hillsborough and in square feet by Pasco,
  so `acreage` and `lotSizeSqFt` are both filled by exact conversion (43,560 sq
  ft per acre): converted, not estimated.
- **Two counties, not the whole state.** Every Florida county publishes in a
  different format. More counties are being added.

### Data sources

- Hillsborough County Property Appraiser — <https://downloads.hcpafl.org/>
- Pasco County Property Appraiser — <https://downloads.pascopa.com/>

Florida property tax rolls are public record under Florida's public records
law. This actor reads each county's own published bulk file. It does not bypass
authentication and does not scrape any login-gated system.

You are responsible for how you use the data, including compliance with
marketing rules such as TCPA and CAN-SPAM if you contact owners.

# Actor input Schema

## `counties` (type: `array`):

Which county rolls to read. Leave empty for all of them.

## `maxResults` (type: `integer`):

Stop after this many matching parcels. Start small while you tune filters — there are 858,000 parcels in total.

## `requireValidAddress` (type: `boolean`):

About 5% of a county roll is submerged land, rights of way and drainage tracts with no real address (they appear as "0"). These are excluded by default. Turn this off to get the complete roll.

## `propertyTypes` (type: `array`):

Normalised across counties, so 'Single Family' means the same thing everywhere. Leave empty for all types.

## `absenteeOwnersOnly` (type: `boolean`):

Only parcels where the owner's mailing address differs from the property address — the standard signal the owner does not live there.

## `outOfStateOwnersOnly` (type: `boolean`):

Only parcels whose owner receives mail outside Florida.

## `excludeHomestead` (type: `boolean`):

Drop parcels with a homestead exemption, i.e. the owner's primary residence. Only some counties publish this flag; parcels without the data are kept.

## `ownerType` (type: `string`):

Whether the owner looks like a company or trust, or a private individual.

## `cities` (type: `array`):

Property city, e.g. TAMPA, BRANDON, RIVERVIEW, NEW PORT RICHEY, WESLEY CHAPEL.

## `zipCodes` (type: `array`):

Five-digit property ZIP codes, e.g. 33607.

## `minJustValue` (type: `integer`):

Assessor just/market value floor.

## `maxJustValue` (type: `integer`):

Assessor just/market value ceiling.

## `minYearBuilt` (type: `integer`):

Only parcels with an actual year built at or after this year.

## `maxYearBuilt` (type: `integer`):

Only parcels with an actual year built at or before this year.

## `minLivingAreaSqFt` (type: `integer`):

Only parcels with at least this much heated living area.

## `lastSoldBeforeYear` (type: `integer`):

Find long-held property — parcels whose last recorded sale predates this year.

## `lastSoldAfterYear` (type: `integer`):

Only parcels sold since this year.

## `ownerNameContains` (type: `string`):

Case-insensitive substring match, e.g. HOLDINGS.

## Actor input object example

```json
{
  "counties": [
    "Hillsborough"
  ],
  "maxResults": 1000,
  "requireValidAddress": true,
  "propertyTypes": [],
  "absenteeOwnersOnly": false,
  "outOfStateOwnersOnly": false,
  "excludeHomestead": false,
  "ownerType": "any",
  "cities": [],
  "zipCodes": []
}
```

# Actor output Schema

## `parcels` (type: `string`):

Every matching parcel with owner, mailing address, values, sale history and building details.

## `parcelsCsv` (type: `string`):

The same records as a CSV file, ready for a mail-merge or CRM import.

## `datasetView` (type: `string`):

Open the results table in Apify Console.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("teamsasuke/florida-property-records").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("teamsasuke/florida-property-records").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call teamsasuke/florida-property-records --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,teamsasuke/florida-property-records"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/fzCBov1u0mZO8bZl7/builds/bcCAU5vtp8ktAQLQM/openapi.json
