Private · land acquisition

Land Unconditional

An automated land-acquisition system for a US land operator: county scanning, tax-record research, offer estimation, owner outreach preparation, and a CRM the operator runs deals through.

Private repo Fake-data demo required No owner or parcel PII

Problem

Land acquisition work often spans county websites, GIS tools, tax records, spreadsheets, playbooks, and operator judgment. The valuable product is not a scraper. It is a workflow that helps a real business decide what to investigate, contact, and pursue.

What I Built

I built a token-free public-data pipeline across five Missouri counties: county collector tax-sale lists, direct GIS parcel queries, and the FEMA flood-hazard layer feed a normalized candidate pool of distressed, absentee, and heir signals. Each owner gets a wealth-footprint grade that estimates motivation to sell, and every candidate passes through five adversarial due-diligence lenses — access, flood, value, title, and data integrity — before it earns a verdict.

Because Missouri is a non-disclosure state, comps cannot simply be looked up; the system reconstructs them, and every reconstructed value is explicitly labeled as an opinion, never presented as fact. Vetted candidates land in an operator kanban CRM, and outreach and pursuit stay human decisions.

System Shape

Synthetic Land deals map with fake parcels, map pins, distance rings, review queue, due diligence verdicts, and CRM workflow stages.
Fake-data deals map. It shows the actual operator shape now evidenced for Land: public-record intake, token-free GIS research, map triage, due-diligence verdicts, formula-based offer bands, CRM staging, and human-owned outreach decisions without exposing owners, addresses, APNs, coordinates, or CRM rows.
Sanitized land deal board with fake county sources, signals, deal board, outreach workflow, and due diligence copilot.
Fake-data deal operations board. It shows the transformation workflow without owner names, mailing addresses, APNs, exact parcels, or CRM records.
Synthetic land parcel review screen with fake signals, redacted owner fields, and due diligence copilot.
Synthetic parcel and due-diligence screen. It shows how research, signal extraction, and automated review become an operator workflow without exposing owner or parcel data.
Synthetic Land before and after workflow showing scattered research becoming an operator decision loop.
Synthetic before-and-after workflow. It shows the transformation from scattered manual research into a structured decision loop without exposing owner, parcel, or CRM data.
Sanitized Land implementation proof diagram showing research corpus, county sweep scripts, scoring, Astro board, synchronized map filters, pipeline, and privacy boundary.
Local implementation proof. The Astro board builds, and the source shows research ingestion, county sweep scripts, scoring, map/list filters, and a pipeline surface. Raw board screenshots stay private until every real owner, parcel, address, and CRM value is replaced with fake data.

Technical Decisions

  • Treat public-record collection as a pipeline, not a one-off scrape — token-free public data instead of paid APIs.
  • Convert domain heuristics into repeatable signals, including owner wealth-footprint motivation grading.
  • Make due diligence adversarial: five lenses (access, flood, value, title, data integrity) that try to kill each deal.
  • Label every reconstructed value as an opinion, because non-disclosure-state comps are estimates by definition.
  • Build an operator-facing board instead of a raw database.
  • Keep human judgment in the loop for outreach and deal decisions.

What This Proves

An established land-acquisition methodology, encoded: ~867 delinquent parcels tracked in the primary county, ~150 candidates sourced per daily sweep across 5 counties, every one graded through five due-diligence lenses before a human decides. Manual research became an operating system for a real business.