Leasehackr NorCal EV Lease Deal Tracker
This skill finds the 10 cheapest EV lease deals for Northern California from the Leasehackr Marketplace, caches the raw JSON data per day, performs historical price variation tracking, and generates an interactive HTML report in OUTPUT/.
Workflow
- Run Tracker Script: Execute the python script: leasehackr_ev_scraper.py
- Duplicate Detection: If run twice on the same day, the script automatically logs a no-op statement and prints/renders the reports using the existing day's cache.
- Data & Output Generation:
- Saves daily records to
CACHE/ev_deals_YYYY-MM-DD.json. - Extracts monthly payments, DAS (due at signing), and term to calculate Effective Monthly Cost (Monthly + DAS/Term).
- Generates a styled HTML report in
OUTPUT/ev_deals_report_YYYYMMDD_HHMMSS.htmlcontaining both the top 10 EV deals table and historical price change analysis.
- Saves daily records to
Using the Script
To retrieve and track deals, run:
python skill_src/leasehackr-ev-deals/scripts/leasehackr_ev_scraper.py