Introduction
Public-records property data, sourced and stamped with lineage, via a single REST API.
What is tracts.ai?
tracts.ai gives you structured access to county-level public-records property data. Every parcel record carries the raw assessor fields alongside data-lineage metadata — the source, source URL, and the exact date the record was pulled — so you always know what you're working with.
Data, not leads. We don't append marketing overlays or inferred attributes. What you get is the public record, faithfully parsed and delivered.
Who is it for?
- PropTech builders integrating property data into search, valuation, or underwriting workflows
- Data teams that need reproducible snapshots with clear provenance
- Analysts running county-level research without stitching together dozens of county portals
How it works
- Create an API key in the dashboard at
/dashboard/keys. - Call
GET /countiesto see which counties are configured. - Call
GET /parcelswith a county name to retrieve parcel records.
Each response envelope wraps the data array with source metadata so you can trace every field back to its origin.
Base URL
https://api.tracts.aiAll endpoints are HTTPS-only. HTTP requests are not supported.