United States Guides How to Export Property Data to Excel (or Google Sheets)

How to Export Property Data to Excel (or Google Sheets)

If you want property data in a spreadsheet, use the CSV download — it opens directly in Excel, Google Sheets, or Numbers with no tools or code.

The fastest route: download the CSV

On any state, county, or ZIP page, choose the CSV download. CSV is a plain table — double-click to open it in Excel, or in Google Sheets use File → Import → Upload. Every property is a row; every field (beds, baths, square footage, year built, last sold price, and more) is a column.

For very large areas

A whole-state or national CSV can exceed a spreadsheet's row limit (Excel caps at ~1,048,576 rows). For big areas, download a single county or ZIP instead, or use the Parquet file with a free tool like DuckDB and export just the slice you need to CSV.

What you get

The CSV carries the full flat schema — see the data dictionary. It's CC0, so you can chart it, share it, or publish from it freely. (The nested price/tax history lives in the Parquet version.)

Frequently asked

Can I open property data in Excel?

Yes — download the CSV for any state, county, or ZIP and open it directly in Excel, Google Sheets, or Numbers. No coding or database needed.

Why won't a big file open in Excel?

Excel limits a sheet to about 1.05 million rows. For large states or the national file, download a smaller county/ZIP CSV, or filter the Parquet file down first and export just that slice.

Does the spreadsheet include price history?

The CSV has the current values (last sold price and date). The full per-year price and tax history is in the Parquet file, which is designed for analysis tools rather than spreadsheets.
Prefer to query it in code?
See how to open a Parquet file →

RELATED · GUIDES

See all guides →