Skip to content
Tech News
← Back to articles

I automated opt-outs for 500 data broker sites (open source)

read original get Data Broker Opt-Out Toolkit → more articles
Why This Matters

This open-source tool automates the process of removing personal data from over 500 data broker sites, significantly reducing the manual effort and privacy risks for consumers. By automating opt-outs with CAPTCHA solving and scheduled runs, it enhances user privacy control while integrating seamlessly into macOS workflows.

Key Takeaways

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