Skip to content
Tech News
← Back to articles

Auto-identity-remove – Automated data broker opt-out runner for macOS

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

The auto-identity-remove tool offers a significant advancement in personal data privacy by automating the process of removing personal information from over 500 data broker sites. Its automation, CAPTCHA solving, and scheduled operation empower consumers to maintain greater control over their digital footprint with minimal effort, all while ensuring data remains on their local machine. This development highlights the growing importance of accessible privacy tools in an era of pervasive data collection and targeted advertising.

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