Every parcel in the county, with value and age
ONE FILE PER county, and there is no all-seven button on purpose — the whole thing is 1,131,534 rows and a quarter of a gigabyte as CSV. Pull the seven you want. Coverage is not even across them and the gaps are the counties' own: the file's per-county fill rates are on the dataset page. 1,131,534 rows carry a coordinate, which is what lets you point this at an address — a radius answers inside the county you have selected, so a site near a county line needs both files.
The file
1,131,534 parcels — every one the seven counties publish, one file per county. A build year on 1,011,308 of them, an assessed value on 1,104,769, a county-assigned address on 1,067,684 and a recorded sale price on 868,994. Not the commercial index: this is the whole county, houses included.
1,131,534 rowsCounties in this file: Anoka, Carver, Dakota, Hennepin, Ramsey, Scott, Washington · 12 columns available · free, no account, no rate limit.
Joins to an address on lat, lon, so it can be pointed at one property rather than read whole.
What the rows look like
10 real rows from this file, spread evenly across it rather than taken off the top — every file here is written in some order, so its first rows are never a fair sample of it. These are the default columns, which is what the download button hands over.
| parcel id | address | city | use (assessor class) | year built | assessed | lot sq ft | last sale |
|---|---|---|---|---|---|---|---|
| 0102724110003 | 2901 78TH ST E | Bloomington | INDUSTRIAL-PREFERRED | 1,965 | 3,444,700 | 79,902 | 2,300,000 |
| 1011922240032 | 9770 YUCCA LA N | Maple Grove | TOWNHOUSE | 1,998 | 263,100 | 1,856 | 127,700 |
| 2011622420008 | 9073 GATEWAY LA | Eden Prairie | RESIDENTIAL | 1,991 | 580,900 | 13,611 | 149,827 |
| 3102824220045 | 4820 ASPASIA LA | Edina | RESIDENTIAL | 1,962 | 536,200 | 10,587 | 265,000 |
| 112823240124 | 927 James Avenue | Saint Paul | 1A/1B/4BB RESIDENTIAL SINGLE UNIT | 1,915 | 247,100 | 5,227 | 255,000 |
| 016450201070 | 13320 Huntington Lane | Apple Valley | Residential-townhouse | 1,996 | 400,000 | 4,136 | 400,000 |
| 367150039180 | 150 Douglas Street West | South Saint Paul | Residential | 1,960 | 300,600 | 4,951 | 87,000 |
| 313123440049 | 8622 Tyler Street Northeast | Blaine | 1a RESIDENTIAL SINGLE UNIT | 1,964 | 318,100 | 10,541 | 200,000 |
| 3003121430186 | 13083 Europa Trail Way North | Hugo | 100 | 2,001 | 234,600 | 25,700 | 96,000 |
| 856010570 | 721 INDUSTRIAL Boulevard | Watertown | 4BB NON-COMM CONDO STORAGE | — | 261,800 | 1,315 | 246,250 |
An em dash means the record is blank, and that is the source's gap rather than ours. Across the whole file: last sale is blank on 23.2% of rows, year built is blank on 10.6% of rows, address is blank on 5.6% of rows, assessed is blank on 2.4% of rows.
The cuts of this file
Every cut is the same columns, filtered. Pick one and the row count changes; the file does not.
Every column in this file
Columns marked default come down unless you pick your own with
&columns=.
| Column | What it is | In the default file |
|---|---|---|
parcel_id |
parcel id | default |
address |
address | default |
city |
city | default |
use |
use (assessor class) | default |
year_built |
year built | default |
assessed |
assessed | default |
lot_sqft |
lot sq ft | default |
last_sale_price |
last sale | default |
last_sale_month |
last sale month | optional |
county |
county | optional |
lat |
latitude | optional |
lon |
longitude | optional |
Where it comes from
County assessor and GIS parcel files, seven counties
Records retrieved 2026-08-29 — the oldest capture date among the layers behind this file, because data is no fresher than its stalest input.
What this layer cannot answer is stated in full on the system card — read it before quoting a figure.
What you may do with it
Creative Commons Attribution 4.0 International (CC BY 4.0). Share it, change it, build a product on it, sell that product — all fine. The one condition is credit: say it came from Brick & Mortar and link back.
Records published by county assessors, county GIS offices. Government data held by a Minnesota state agency or political subdivision, presumed public under the Minnesota Government Data Practices Act (Minn. Stat. ch. 13) and published by the agency itself.
Read the full licence · how we license every dataset, and the two we do not
Without the page
/api/export?dataset=parcels&format=csv returns the
same file. Call /api/export
with no arguments for the whole catalogue.
Point an AI at it
Every file carries its own source, its capture date and the layer's own warnings in the header, so a model reading one gets the caveats with the numbers rather than the numbers alone. Paste this at an assistant that can fetch a URL:
Read https://brickandmortar.dev/api/export?dataset=parcels&format=csv
Everything above the header row is provenance and limits. Read it first,
then answer using only what the rows support.
llms.txt describes the whole warehouse the same way — what each dataset holds, which counties it really covers, and what it cannot answer.