No description
- Python 38.9%
- HTML 32.6%
- Go 19.1%
- PLpgSQL 9.2%
- Makefile 0.2%
| web | ||
| .gitignore | ||
| load_agricultural_properties.py | ||
| load_agricultural_sales.py | ||
| load_commercial_properties.py | ||
| load_commercial_sales.py | ||
| load_residential_properties.py | ||
| load_residential_sales.py | ||
| README.md | ||
| seed_ingest_log.py | ||
| update_polk_county_db.py | ||
polk county iowa property serch
live: https://polkproperties.ttdsm.org/
the polk county assesor page is a favorite of mine
there was an axios article talking about how the engineer who maintains it is retiring so they expect a site blackout while they work on getting a contract to rebuild it
we extracted the information available for download in csv format, loaded the parcel records into a table and the sale records into another
you can pull the raw CSV files from the county here:
or my combined residential, commercial, and agricultural records with sales database:
running: ./webapp/polksearch -addr 0.0.0.0:8080 -db polk_county_3-15-2026.db -end-date "March 15, 2026"
credit to the techtalkdsm discord server