
A solo brokerage replaces manual deal research with a nightly scan of 180+ counties
Client
Asset type
Size
System built
The operation before the build
A brokerage run entirely on manual research
A deal travelled from a target county to an offer through six manual steps: find parks on a mapping overlay, pull the owning entity from a county GIS map, chase it through a state business registry, resolve it to a person, look up a phone number, and call every number until someone answered.
The data problem
180+ counties, 6 states, no two publishing records the same way
The audit verified the data landscape state by state and applied a four-tier access framework. Two integrations cover most of the footprint at zero data cost; a licensed parcel dataset covers only the gap.
Owner name and mailing address, queried nightly through a public ArcGIS FeatureServer.
Including every metro county in that state. The rest fall to county portals.
Everything else runs on free state and county portals where they exist.
Research depth
Signals scored
Audit duration
What was built
The Sourcing Engine
The control flow is deterministic code. One bounded AI call handles PDF extraction when structured data is unavailable. The model never decides what to do, never computes a number, and never invents data.
Acquire county data, identify parks by land use code, score each one, classify the owner, resolve entities, skip-trace, and write the ranked call list.
Six state registry handlers plus assessor-address and deed fallbacks. Entities resolve to a person 35 to 50% of the time from registry data. Unresolved parks are marked, never fabricated.
Skip-tracing returns ranked, DNC-scrubbed numbers at about $0.07 per match, replacing directory lookups.