Choose the right endpoint
Maximise match rate with linkedin_to_sha256
Match rate is the whole game with customer match uploads — a platform can only find the users whose identifiers you supply. linkedin_to_sha256 returns the broadest set MoltSets holds for one person: both address types, in both hash formats.
Bridge work identities to personal devices
business_email_to_sha256 takes a business email and returns hashed personal emails:
Reach devices with email_to_maid
email_to_maid resolves an email to one or more Mobile Advertising IDs — AAIDs on Android, IDFAs on Apple. These are the identifiers ad platforms use to target a specific device.
Use it for mobile retargeting, programmatic activation, and cross-device campaigns where you want to reach a known contact in-app rather than in an inbox.
Where these go
The hashes returned bybusiness_email_to_sha256 and linkedin_to_sha256 upload directly to any platform supporting customer match or custom audiences — Meta, Google, LinkedIn, TikTok, and others.
Check each platform’s expected hash format before uploading. Most customer match products expect SHA256 of a normalised, lowercased email; a few still accept MD5. Supplying the format a platform doesn’t expect is the most common reason a well-built audience matches at near zero.
Build the audience, then activate it
The full path from an ICP to a live audience is a search followed by a hash lookup:search_peoplewith your ICP filters → contacts with LinkedIn URLslinkedin_to_sha256on each URL → hashed match keys- Upload to your ad platform as a customer match audience
business_email_to_sha256 takes work emails straight to personal-address hashes in one step — no LinkedIn URL needed.
Practical notes
- Only pay for hits. Tokens are charged only when data is found and returned. Contacts with no resolvable identifiers cost nothing, though the request still counts toward your rate limit.
- Audiences decay. People change devices and reset advertising IDs; MAIDs go stale faster than email hashes. Rebuild rather than reuse an old upload.
- Mind platform minimums. Most ad platforms won’t activate an audience below a minimum size, and a list that matches thinly can fall under it. Check
results.totalon your source search before committing to the enrichment run.
Related
Getting Valid Emails
Source the addresses that feed these audiences.
Searching for People
Build the ICP list to activate against.
