Automated bot that scrapes public county records daily and scores distressed property owners as motivated seller leads.
Pulls records from public sources, cross-references them, and scores every owner 0–100 based on financial distress signals. | Source | Data | |—|—| | Lucas County Clerk of Courts | Lis pendens, liens, probate, foreclosure, judgments | | Lucas County Auditor | Property address, mailing address, parcel data | | iCare Portal | Code violations / blight notices |
| Signal | Points | |—|—| | Tax delinquency | +30 | | Code violation | +25 | | Probate filing | +20 | | Multiple liens | +15 | | Divorce / bankruptcy | +10 |
pip install -r src/requirements.txt playwright install chromium python src/scraper.py
Enable GitHub Pages: Settings → Pages → Branch: main → Folder: /dashboard
The bot runs automatically every day at 6:00 AM UTC via GitHub Actions.