What an Address Is Worth as a Lookup Key
Stage: the address as a key. In control: whoever bought the data.
1. The address is the key that buys everything else
A company that has nothing but your address can obtain a great deal more within a second of receiving it. Send the address to a data supplier, get back a name, an employer, a job title, a location, links to public profiles, and on some records a phone number. This is a normal, paid, contractual service, and it is called enrichment.
The value of your address to a business is therefore not the ability to send you messages. It is the ability to look you up. That is a different kind of asset, and it explains why a form asks for an address before it has anything to send you.
2. Suppliers assemble the underlying data before anyone asks
The lookup is fast because the work was done in advance. Enrichment providers build large stores of records by combining public professional profiles, company websites and staff directories, published registries, data bought or exchanged with partners, and information submitted to other companies' forms under terms that permitted onward sharing.
The result is a set of profiles keyed by address, waiting. When a customer asks what is known about a given address, nothing is investigated; a row is returned. Whether any particular row is accurate is a separate question, and errors persist because the person described has no relationship with the supplier and usually does not know the record exists.
3. A work address returns more than a personal one
The gap between the two is large. A company address contains the employer in the domain, so the record starts with an organisation, a size, an industry and a location before anything else is looked up. Job titles and reporting structure are frequently attached, because that information is published by people themselves in professional contexts.
A personal address on a consumer mail provider gives none of that away in its own right. It may match a profile, and it may match nothing at all. This is the practical reason forms ask for a work address, and it has little to do with deliverability. A work address is a richer key, and every business that buys enrichment knows it.
4. A hashed address behaves exactly like the address
Rather than passing addresses around in readable form, many systems convert the address into a fixed string using a one-way function and pass that instead. The same address always produces the same string, so two companies can compare their hashed lists and discover which people they have in common without either of them sending readable addresses to the other.
That property is the whole point, and it is also the catch. The hash is a stable, unique identifier for one person, usable for matching across sites and advertising systems. It looks technical rather than personal, and it works precisely as well as the address would have done. Treating your address as hashed and therefore gone is a misreading of what the hashing accomplished.
5. An address with no history returns nothing
Enrichment fails on an address that no supplier has ever seen. A string that came into existence a few minutes ago on a public disposable domain matches no profile, belongs to no organisation and has no history to assemble, so the lookup comes back empty.
That is the one concrete effect of generating an address rather than supplying your usual one, and it is worth stating without inflating it. The key does not open anything, because the lock was never cut for it. It is a real effect, it happens on every lookup against that address, and it is limited to exactly this one mechanism.
6. Everything else on the form still identifies you
An address is one field. If the same form collected your name, your company, your postcode or your phone number, those are keys too, and several of them work better than an address. Your browser and device continue to say what they always say, and the payment instrument, if there is one, says a great deal more.
A generated address blocks a lookup; it does not make you anonymous, and any claim otherwise is a claim about a different tool. Where the number matters more than the address, the reasoning belongs to what a form is really asking for when it wants a phone number. The most complete answer remains the one where nothing is submitted at all, which is not signing up in the first place.
7. A work address already in circulation cannot be pulled back
If your professional address has been in use for years, it is in these stores, and the honest position is that you cannot undo that. Suppliers accept removal requests, and reputable ones honour them, but the process is per supplier, there are many suppliers, and a record removed from one is unaffected in the others.
Nor is removal permanent. The same data flows in again from the same public sources, and profiles rebuild themselves. What is achievable is narrower and still worth doing: keep the high-value key for the places that need it, and stop spending it on forms that are collecting rather than corresponding. That habit is easier when a fresh address takes one click and when you are not trying to preserve any of them.
The handover
Control at this stage belongs to whoever paid for the lookup, and neither you nor the company that collected the address has much say in what a third party's records contain. Everything above concerns a single address examined one at a time; when hundreds of addresses appear at once, an entirely different set of systems takes over, and why mass signups fail has nothing to do with enrichment. To see how your address reached these suppliers in the first place, follow it back through the systems inside the company you signed up to.
Read next
Why This API Has The Limits It Has
This page used to say there would never be an API. Here is what changed, what the interface deliberately will not do, and why the domains behind it are a separate pool.
Why Mass Signups Do Not Work
Mass signups break on everything except the address: device signals, payment, timing. What happens to the accounts, usually weeks later.
Storing an Address Without Breaking It
Keep what the user typed, compare a normalised copy. Trimming, case, lengths, and the unique index that stops two accounts on one address.