Automated data broker opt-out runner for macOS. Removes your personal information from 500+ people-search sites and data broker databases on a monthly schedule — with CAPTCHA solving, persistent state tracking (so completed opt-outs aren't resubmitted every run), and an iMessage notification when done.
What it does
Each month, the script:
Searches each data broker site for your name + state Finds your specific listing (for sites that need a profile URL) Fills and submits the opt-out form automatically Solves CAPTCHAs via CapSolver (AI-powered, ~$0.001/solve) Skips brokers you were already removed from recently (90-day re-check window) Sends you an iMessage with the results summary Opens any sites that require manual action in your browser
Requirements
macOS (uses launchd for scheduling and Messages for iMessage)
Node.js 18+
Playwright browsers installed
npx playwright install chromium
Quick Start
... continue reading