Pick your starting point and pass the right tool to the API.
MoltSets Tools
Email & HEM
I have... | I want... | Tell Claude Code... | Tool |
Business email | Personal hashed email (HEM) | "Convert john@acme.com to a personal HEM" | |
HEM (MD5) | Plaintext email + SHA-256 | "Resolve this HEM to an email address" | |
HEM (MD5) or email | LinkedIn slug | "Find the LinkedIn slug for this HEM" | |
HEM (MD5) or email | Best-match LinkedIn profile URL | "Find the best LinkedIn profile for this HEM" | |
HEM (MD5) or email | Business profile + company data | "Get the business profile for this HEM" | |
HEM (MD5) or email | Mobile advertising ID (MAID) | "Resolve this HEM to a MAID" |
IP Address
I have... | I want... | Tell Claude Code... | Tool |
IP address | Hashed emails (HEMs) ranked by confidence | "Resolve 8.8.8.8 to a HEM" | |
IP address | Mobile advertising IDs (MAIDs) | "Resolve 8.8.8.8 to a MAID" | |
IP address | Company associated with the IP | "Which company is behind IP address 8.8.8.8?" |
Common starting points
I have a website visitor IP and want to know who it is
"Identify the company behind IP 8.8.8.8, then find a contact and get their email."
Start with ip_to_company to identify the company, then ip_to_hem to get a HEM you can resolve further with hem_to_email or hem_to_best_linkedin.
I have a business email and want to find someone on LinkedIn
"Find the LinkedIn profile for john@acme.com."
Use business_email_to_personal_hem to get a HEM, then hem_to_best_linkedin for the profile URL.
I have a name and company and want contact details
"Find contact details for John Smith at acme.com."
Use linkedin_slug_search to get their LinkedIn slug, then pass it to enrich_email, enrich_phone, or linkedin_to_business_profile.
I have a LinkedIn profile and want a phone number for outreach
"Get the mobile number and personal email for adam-robinson on LinkedIn."
Use linkedin_to_mobile_phone and linkedin_to_best_personal_email in parallel.
I have a list of HEMs from an ad platform and want to build a contact list
"Resolve these HEMs to emails and business profiles."
Resolve each HEM with hem_to_email and hem_to_business_profile to get personal contact info and company context in two calls.
