Pre-Probate Lead Detection
Automatically finds Wake County residential properties where the owner has died but probate hasn't been filed yet โ by detecting EST, ESTATE OF, and HEIRS OF designations in county ownership records and month-over-month name changes.
Properties Monitored
~380,000
Active Leads
โ
Avg Lead Value
โ
Last Updated
โ
Lead Queue
0 leads ยท sorted by score
Data source: Wake County Tax Extract ยท undefined
What gets flagged
Lead score factors
Data Sources
Run the detector
cd scripts/probate
pip install -r requirements.txt
python lead_detector.py
# or limit to top 25:
python lead_detector.py --top 25 --min-value 200000Outputs to scripts/probate/reports/
Detection engine built โ wiring live dashboard
Wake County data confirmed. Python script downloads the daily XLSX extract, diffs against last snapshot, scores every estate record 0โ100, and exports a ranked CSV report with NC eCourts links. Phase 3 connects script output to this dashboard in real time.
Phase 1
Data source research & API mapping
Wake County XLSX ยท ArcGIS FeatureServer ยท eCourts confirmed
Phase 2
Lead detection script (Python)
lead_detector.py โ scoring, diff snapshots, CSV export
Phase 3
Live dashboard + alerts
CSV โ API route wired โ ยท Next: cron + email alerts
