County Property Owner & Assessor Data Lookup avatar

County Property Owner & Assessor Data Lookup

Pricing

$8.00 / 1,000 parcel records

Go to Apify Store
County Property Owner & Assessor Data Lookup

County Property Owner & Assessor Data Lookup

Look up a property's current owner name, mailing address, assessed value, and characteristics from public county assessor open-data feeds by street address.

Pricing

$8.00 / 1,000 parcel records

Rating

0.0

(0)

Developer

Andrew

Andrew

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Look up any property's current owner name, mailing address, assessed value, and building characteristics — straight from public county assessor open-data feeds, by street address, no login required.

What you get

  • Owner name and owner mailing address (where the county publishes it)
  • Situs (property) address, parcel ID, and a link to the county's own record
  • Assessed value, land use / property type, year built, living area, and lot size — whichever of these each county actually publishes
  • Sourced directly from official county assessor / property appraiser open-data services — the same data the county's own map viewer uses

Use cases

  • Real estate investor lead generation — find the owner behind a vacant lot, distressed property, or off-market address
  • Skip tracing starting point — get the owner's mailing address to begin direct-mail outreach
  • Property research and due diligence before an offer
  • Portfolio and comps research — pull assessed value and building details for a list of addresses

Supported counties

CountyWhat you get
Harris County, TX (Houston)Owner name, mailing address, situs address, assessed value, land use class, lot size. No year built / living area published on this feed.
Miami-Dade County, FLOwner name, mailing address, situs address, assessed value, land use, year built, living area, lot size — the most complete of the three.
Los Angeles County, CASitus address, assessed value, land use, year built, living area. Owner name and mailing address are not included — California law keeps that off the county's bulk-public GIS feed.

How to use

  1. Choose County
  2. Enter Address — house number + street name is enough (e.g. 2701 Westheimer or 801 Biscayne Blvd). Leave off city/state/zip; the county is already selected. A partial street name with no house number returns every parcel on that street.
  3. Set Max Items (default 20; set 0 for the source's own cap of 1000)
  4. Run the actor — results appear in the Dataset tab

Output format

Each dataset record:

{
"county": "harris-tx",
"parcelId": "1147210110005",
"ownerName": "EVERSMEYER DOUGLAS CHARLES",
"ownerMailingAddress": "2701 WESTHEIMER RD #11F, HOUSTON, TX, 77098",
"situsAddress": "2701 WESTHEIMER, HOUSTON, 77098",
"assessedValue": 420508,
"landUse": "Z5",
"yearBuilt": null,
"livingAreaSqft": null,
"lotSizeSqft": null,
"url": "https://hcad.org/"
}

Fields a given county doesn't publish are null rather than guessed or fabricated.

Matching notes

  • Matching is by house number + street name, not a full geocoded address — it is intentionally forgiving of a missing/extra city, state, or zip in the input, but a misspelled street name will not match.
  • A house number with no exact match in the county's data returns zero rows — try dropping the house number to search the whole street.
  • Condo/multi-unit buildings can return multiple parcels for the same street address (one per unit) — each unit is its own dataset record.