Install
openclaw skills install mortgage-rate-lookupMulti-lender mortgage rate comparison — scrapes 13 lenders + Freddie Mac + Mortgage News Daily benchmarks, ranks lowest to highest, tracks day-over-day changes.
openclaw skills install mortgage-rate-lookupMulti-lender mortgage rate comparison tool. Scrapes real rates from 13 lenders + 2 national benchmarks (Freddie Mac PMMS, Mortgage News Daily), ranks them lowest to highest, and tracks day-over-day changes.
pip install patchright
python3 -m patchright install chromium
Create config.json in the skill directory:
{
"zip_code": "YOUR_ZIP"
}
# Headless, automated lenders only
python3 mortgage_rate_report.py
# Override ZIP code
python3 mortgage_rate_report.py --zip 90210
# Visible browser for debugging
python3 mortgage_rate_report.py --headed
Regex patterns find rate/APR pairs for each product type. Rates validated between 3.0% and 12.0%.
=== Mortgage Rate Report (2026-04-06) ===
ZIP: 12540
30-Year Fixed (lowest → highest):
Freddie Mac PMMS: 6.65%
Rocket Mortgage: 6.75% (APR 6.82%) ▼ -0.125
Wells Fargo: 6.875% (APR 6.94%)
Chase: 6.99% (APR 7.05%) ▲ +0.125
...
15-Year Fixed (lowest → highest):
...
Works as an OpenClaw cron job — outputs to stdout, OpenClaw delivers to Discord/Telegram.
patchright (stealth Chromium automation)Automated (headless): Rocket, Wells Fargo, Chase, Bank of America, US Bank, Citizens, PNC, Navy Federal, USAA, TD Bank, Guaranteed Rate, New American Funding, loanDepot
Benchmarks: Freddie Mac PMMS, Mortgage News Daily
npm i -g patchright