Real Estate Price Maphome prices by county

Free housing data — download & API

Every number on Real Estate Price Map is built on public data, and we give it back. Download 3,072 US counties of home-price data as CSV or JSON — free, no sign-up, no key.

Data as of · by the Real Estate Price Map data team · methodology & sources

Use it as an API

The JSON is served with open CORS headers, so you can fetch it straight from any site or app — no key, no rate limit:

fetch("https://realestatepricemap.com/data/open/us-county-home-prices.json")
  .then(r => r.json())
  .then(d => console.log(d.count, "counties", d.as_of));

What's in the file

ColumnMeaning
county_fips5-digit county FIPS code
countyCounty name
stateUSPS state abbreviation
typical_value_usdTypical home value (Zillow ZHVI), US dollars
change_1yr_pctChange in typical value over the past year, %
change_5yr_pctChange over 5 years, %
change_10yr_pctChange over 10 years, %
change_since_2000_pctChange since January 2000, %
median_household_income_usdMedian household income (Census SAIPE), US dollars
median_rent_monthly_usdMedian monthly rent (Zillow ZORI), US dollars
populationPopulation (Census PEP)
valuation_vs_fundamentals_pct% above/below fair value vs local income & rent at national multiples
page_urlHuman-readable page on realestatepricemap.com

License & citation

Free to use, including commercially, with attribution — please credit "Real Estate Price Map (realestatepricemap.com)" with a link back. The upstream sources (Zillow, US Census, Realtor.com, and others listed on the About page) keep their own terms; this dataset is our compiled, derived view of that public data. Provided "as is", with no warranty — see About & sources.

Frequently asked questions

Is the housing data free to use?
Yes — the datasets are free to download and use, including commercially, with attribution to Real Estate Price Map. The underlying sources (Zillow, US Census, Realtor.com) keep their own terms.
How do I access the data as an API?
Fetch the JSON directly — https://realestatepricemap.com/data/open/us-county-home-prices.json — it is served with permissive CORS headers, so you can call it from any website or app. There is no key and no rate limit.
How should I cite it?
Cite as: "Real Estate Price Map, realestatepricemap.com" with a link back to the page or dataset.