Data brokers post your address, phone number, age, and relatives online and sell it to whoever pays. DeleteMe and Incogni charge $100+ a year to take it down. This does the same thing for free, and it runs on your own computer instead of some company's.
# install (Python 3.11+) $ pipx install git+https://github.com/txssseal/broker-scrub.git $ brokerscrub init # fill in ~/.brokerscrub/config.toml $ brokerscrub ingest brokers: 603 in registry $ brokerscrub send # dry-run first — review, then --live
Search your name on Spokeo or Whitepages. Your addresses going back years, your phone numbers, your age, your family — it's all sitting there for anyone to buy. The services that scrub it off want a subscription, and to sign up you hand them the same personal info you're trying to get rid of.
Every data broker has to register with California and publish an address for deletion requests. That list is public — about 600 of them. broker-scrub goes down the list and does the tedious part for you:
Your identifiers and your email login stay on your machine. Nothing gets uploaded to anyone.
Own it once. No monthly fee to keep exercising rights that are already yours by law.
MIT-licensed and fully readable. Verify exactly what it sends and where your data goes.
Spoofed-reply and DNS-rebinding protections, owner-only files, and a real test suite.
Every demand cites the TDPSA/CCPA and starts a 45-day clock — a paper trail for AG complaints.
It sorts the confirmations, the bounces, and the "go use our portal" brush-offs, and keeps chasing them.
| broker-scrub | DeleteMe / Incogni | |
|---|---|---|
| Runs where | Your machine | Their cloud |
| Your PII goes to | Only the brokers | Them, too |
| Cost | Free | $100–200 / yr |
| Source | Open (MIT) | Proprietary |
| Legal paper trail | Yours to keep | Theirs |
Clone it, put in your name and emails, look at the dry run, then let it send. It's a handful of commands.