log in sign up now
Turn Any Email Into a Complete Business Profile back to library
~ / library / Enrichment / turn-any-email-into-a-complete-business-profile

Turn Any Email Into a Complete Business Profile

Turn any email address into a complete person and company profile - name, title, LinkedIn, mobile number, and firmographics, resolved in tiers so you only pay for the depth you need.
  • Turn this email into a profile
  • Who is this email address?
  • Enrich this email with MoltSets
  • Find out who owns this email

What this skill does

Resolves a single email address into a person profile, and optionally a company profile, using reverse_email_lookup and search_companies. It runs in tiers so you only pay for - and only wait on - the depth you actually asked for.

Before anything runs, the skill confirms which tier you want. The phone add-on spends a phone token per hit, so it asks every time rather than assuming it from "get me everything".

Tiers

Tier 1 - person profile. reverse_email_lookup on the address returns name, title, current company, and typically a LinkedIn URL plus other contact fields already on the record. If it comes back empty, the skill retries with skip_anonymize: true to force a full attempt past the anonymized shell record. Still empty means the email isn't in the index - reported plainly, no guessing.

Add-on - mobile phone. Needs the LinkedIn URL that Tier 1 surfaced; without one, a phone lookup isn't possible and the skill says so instead of guessing at a profile. linkedin_to_mobile_phone returns mobile numbers only, never landlines. Tokens are charged on hits only, and each hit is called out in the output so you can track it against your phone-token balance.

Tier 2 - company profile. search_companies on the company name from Tier 1 - or domain instead of query when the record includes a confirmed domain, which is the more precise match. Returns industry, linkedin_industry, employee_range, revenue_range, and location. Ambiguous name matches are resolved against the Tier 1 domain and flagged.

Inputs

  • Email address - a single address
  • Depth - Tier 1, Tier 1 + phone, or Tier 2

Output

Person
  Name:
  Title:
  Company:
  LinkedIn:
  Mobile:            (only if the add-on was run - "not requested" if skipped)

Company (Tier 2 only)
  Industry:
  Employee range:
  Revenue range:
  Location:

A structured profile, not a table - this is a single-record lookup, not a batch.

Tips

  • If Tier 1 finds nothing, the skill stops. No Tier 2 or phone call against a company or LinkedIn URL it doesn't have
  • For a list of emails, batch reverse_email_lookup with its emails array (up to 100 per call) rather than one call per address
  • This is the reverse direction of search_business_email_by_name - a known email in, identity and firmographics out
01 Download the .moltsets skill file below
02 Open Claude and go to Settings to Skills
03 Click Add skill and select the downloaded file
04 Open a new chat in Claude
05 Prompt Claude using one of the example prompts or use your own
// difficultyEasy
// connectionClaude Chat, MoltSets
// got a skill of your own? Submit it to the library