Automate Washoe Courts “Detailed Case Search” to export all DV divorce cases (2024–2026) to Excel
Budget: $250 – $750 USD
Need a script/tool that extracts all publicly available case information from Washoe Courts for cases with case number prefix “DV” (divorce) filed between 01/01/2024 and 12/31/2026.
https://www.washoecourts.com/Query/DetailedCaseSearch
Workflow:
Go to Detailed Case Search page
Run search for DV cases in the date range
Iterate through all results/pagination
Click each case number to open case details
Use printer-friendly view when available
Extract all tables: case header, parties, events, docket
Export to Excel workbook with tabs: Cases / Parties / Events / Docket
Requirements:
Prefer Playwright (Python or Node.js). Selenium acceptable.
Must capture hyperlink URLs (href) where present (case links, docket doc links).
Handle sealed/restricted cases gracefully (still capture visible header info and flag restricted).
Include logging, error retries, rate limiting, and resume capability.
Deliverables: runnable script + requirements/install instructions + sample output Excel.
What stack will you use (Playwright/Selenium)?
How will you handle pagination + resume?
Can you capture href links reliably into Excel?
https://www.washoecourts.com/Query/DetailedCaseSearch
Workflow:
Go to Detailed Case Search page
Run search for DV cases in the date range
Iterate through all results/pagination
Click each case number to open case details
Use printer-friendly view when available
Extract all tables: case header, parties, events, docket
Export to Excel workbook with tabs: Cases / Parties / Events / Docket
Requirements:
Prefer Playwright (Python or Node.js). Selenium acceptable.
Must capture hyperlink URLs (href) where present (case links, docket doc links).
Handle sealed/restricted cases gracefully (still capture visible header info and flag restricted).
Include logging, error retries, rate limiting, and resume capability.
Deliverables: runnable script + requirements/install instructions + sample output Excel.
What stack will you use (Playwright/Selenium)?
How will you handle pagination + resume?
Can you capture href links reliably into Excel?
Related categories:
JavaScript
Python
Data Processing
Excel
Web Scraping
Node.js
Data Extraction
Selenium