Real Estate API Questions

What is parcel boundary data, and how is it different from assessor data?

Quick Answer

Parcel boundary data is the geographic shape of a parcel, usually represented as polygons or lot boundaries on a map. Assessor data is the record attached to that parcel, such as ownership, site characteristics, tax details, land use, and assessed value. In practice, parcel boundaries tell you where the property is, while assessor data tells you what is known about it.

Summary

Teams often use the terms parcel data and assessor data interchangeably, but they are not the same thing. Parcel boundary data is map geometry, while assessor data is the descriptive record maintained by the county assessor or equivalent office. For product and underwriting workflows, both matter: the boundary defines the spatial footprint, and the assessor record provides the operational facts about the property. The hard part is joining them cleanly across counties, because field names, identifiers, and update cycles vary widely. A normalized provider should tell you how parcel IDs map to geometry, what happens when parcel splits or merges occur, and whether boundary data and assessor data are refreshed on the same cycle.

Where geometry and attributes diverge

Boundaries and assessor attributes are maintained by different workflows even inside the same county, and they refresh on different schedules. A parcel can be re-mapped before its record is updated, or reassessed before its geometry changes. Neither is an error; they are separate systems that happen to share an identifier.

That matters when you join them yourself from two vendors, because you inherit every mismatch between the two update cycles. Ask any provider how geometry and attributes are reconciled, what identifier the join uses, and what happens to that join when a parcel is split or merged — those three answers predict most of the data-quality problems you will hit later.

Frequently asked questions

Can I get boundaries and assessor attributes together?
Yes. Both are keyed to the parcel identifier and returned together, which avoids joining two vendors on inconsistent parcel IDs.
What happens when a parcel is split or merged?
Normalized parcel identifiers are maintained alongside the raw county values, so references you collected before a split or merge can still be reconciled.
What format is the geometry in?
Parcel polygons are returned as part of the JSON property record, so they can be rendered on a map or used in spatial queries directly.
Is parcel geometry available on every plan?
Yes. Coverage and data types are identical across tiers; plans differ only in token allowance and overage rate.