HCAD's bulk property downloads are the most valuable construction-market dataset in Houston that almost nobody uses. The official portal points contractors at single-parcel lookups, which is the wrong tool for finding the next project in your market. The full bulk files — five of them, totaling about 2.1GB of CSV — are where the actionable signal lives.
Most contractors never download them because the workflow is engineering-flavored: SQL or a database tool, joins across five files, cross-references against Texas Secretary of State filings. That barrier is also the moat. The portals are crowded. The bulk files are not.
Here's what's actually inside, why the official portal is useless for contractors doing pursuit work, and the three queries that produce most of the value.
What's in the HCAD bulk file
Harris County Appraisal District publishes its complete tax-roll dataset five times a year (typically January, March, May, August, October). The downloads sit at hcad.org/pdata. There's no API; the files are bulk ZIPs ranging from about 600MB to 2.4GB compressed, depending on the dataset.
The relevant files for a contractor doing pursuit work:
- Owner file — every parcel with the current owner of record, mailing address, and parcel identifier. About 1.7M rows.
- Ownership history — transfers over the last 24 months. About 110K rows. This is the file most contractors don't realize exists.
- Building file — every improved parcel with structure type, square footage, year built, and condition rating.
- Land file — lot size, zoning code, and use code for every parcel.
- Exemptions file — homestead, senior, agricultural, and a few other special exemptions. Useful for filtering owner-occupied vs. investor-held.
All five files share the parcel identifier (the HCAD account number). Joining them is straightforward in any database tool or, with effort, in a large spreadsheet. The full join across all five files for Harris County fits in about 2.1GB of CSV, which is well within what a developer or a determined analyst can handle locally.
Why the official portal is useless for contractors
HCAD's public-facing search at hcad.org lets you look up any single parcel by address or account number. It is excellent for that. It is terrible for everything else.
You can't filter for "every parcel that transferred in the last 90 days within these 14 zip codes." You can't ask "which parcels in my territory have an LLC owner formed in the last 18 months." You can't get a list of "every commercial parcel where the structure is more than 50 years old and the current owner isn't the same as the prior owner." Those are queries against the full dataset, and the full dataset is only available via the bulk download.
The asymmetry is real. Anyone willing to download the bulk files and run SQL has access to filtering that the official portal will never offer. This is, in software terms, a moat made of inconvenience — and inconvenient moats are the most valuable kind for people willing to do the work.
The three queries that matter
Most of the value of HCAD bulk data, in my experience, comes from three queries. The other queries are nice. These three are decisive.
1. Recent transfers to commercial LLCs
Join the ownership-history file to the owner file. Filter for transfers in the last 120 days where the new owner is an LLC (look for "LLC", "L.L.C.", or known LLC-suffix patterns in the owner name field). Cross-reference the LLC against the Texas Secretary of State to find LLCs formed within the prior 18 months.
What this surfaces: parcels that just changed hands to an entity that was created specifically to acquire and develop them. Almost every one of these results in either a plat filing, a building permit, or a re-sale within 24 months. The conversion-to-construction rate from this query in Houston is around 64%.
2. Aging commercial structures on transferred parcels
Join the building file to the ownership-history file. Filter for commercial-use parcels where the structure was built before 1980 and the parcel transferred in the last 12 months.
What this surfaces: tear-down candidates. An old commercial structure that just changed hands rarely stays standing. The new owner has, on average, an 80% probability of either redeveloping or razing the structure within 36 months. This is one of the longest-fuse signals on this list, but the projects at the end of it are large.
3. The exemption-loss filter
Join the exemptions file across two consecutive HCAD releases. Find parcels that had a homestead exemption in the prior file but lost it in the current one.
What this surfaces: parcels where the original homeowner died, divorced, moved, or sold — but the new owner has not yet filed a homestead. About a quarter of these parcels see a permit within 18 months. The signal is quieter than the other two but it catches projects nobody else is watching.
The ownership history file is the underrated one
Of the five files, the ownership-history file is the one most contractors don't realize exists. It contains every parcel transfer in the last 24 months, with the prior owner, the new owner, the transfer date, and the recorded instrument number.
On its own, it's interesting. Joined to the building file, the exemptions file, and the Texas Secretary of State filings, it becomes the single highest-density source of preconstruction signal in Houston. Almost every commercial project that breaks ground in 2026 will have a corresponding ownership-history entry from 2024 or 2025 showing a transfer to the developer.
If you're going to spend time learning to query just one of the five files, this is the one.
What this approach misses
Three honest limitations.
One: HCAD's data lags about 30–90 days behind real-world transactions. The most recent transfers in any given bulk release are usually about a month stale. For very-time-sensitive work — landing on the developer the day after closing — you need a different source (deed records via the County Clerk are real-time, but they don't carry the ownership type information that makes the HCAD join work).
Two: HCAD only covers Harris County. If your market spans Fort Bend, Montgomery, Brazoria, or Galveston, you need to run the equivalent workflow on each of their appraisal districts. The data structure is similar but the file formats and release cadences differ.
Three: this is back-end data work. Most GCs don't have someone on the team who's comfortable joining 1.7M-row CSV files against state filings and ownership history. Reading a single permit is a learnable skill; building a recurring HCAD workflow is genuinely an engineering project. Some contractors hire an analyst for it. Most don't, and that's where vendors like us come in.
That gap is exactly why we built Platineer. But even if you never use our product, the right takeaway from this post is the same: the most valuable construction-market data in Houston is sitting on a public-records website that almost no contractors download. The convenience of the official portal is the wrong tool for the job.