Skip to content
Tech News
← Back to articles

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

read original get Privacy Badger Browser Extension → more articles
Why This Matters

The auto-identity-remove tool automates the process of removing personal information from over 500 data broker sites, enhancing user privacy with minimal effort. Its automation, CAPTCHA solving, and scheduled operation make it a significant advancement for consumers seeking control over their digital footprint while maintaining data security on macOS. This development underscores the growing importance of privacy tools in the tech industry, empowering users to manage their online presence more effectively.

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