Skip to main content

Enrich from Email

Get detailed information about a person from their email address, including their name, position, company, and social profiles.

Enrich Email Formula

Formula Structure

=ENRICH_EMAIL(email, [showHeader], [ignore_cache])

Parameters

  • email (required): The email address to enrich (e.g., "[email protected]")
  • showHeader (optional): TRUE to include a header row. Default is FALSE.
  • ignore_cache (optional): TRUE to force fetching fresh results; FALSE uses cached results when available

Examples

Basic enrichment (no header):

=ENRICH_EMAIL("[email protected]")

Include header row:

=ENRICH_EMAIL("[email protected]", TRUE)

Force fresh results (ignore cache):

=ENRICH_EMAIL("[email protected]", TRUE, TRUE)

Enrich from a cell reference: If A2 contains an email address:

=ENRICH_EMAIL(A2, TRUE)

What Information You Get

The enrichment typically returns:

  • Full Name: First and last name
  • Position: Job title
  • Company: Company name
  • LinkedIn: LinkedIn profile URL
  • Twitter: Twitter handle (if available)
  • Phone Number: Phone number (if available)
  • Location: City/Country

Use Cases

  1. Lead Qualification: Verify and enrich leads from your database
  2. Contact Research: Learn more about people who signed up or contacted you
  3. CRM Enhancement: Fill in missing information in your contact database
  4. Outreach Personalization: Get context before reaching out

Tips for Best Results

  • Use professional/work email addresses (personal emails like Gmail may have limited data)
  • Company email addresses typically return more complete information
  • Combine with other formulas for a complete prospecting workflow

Credit Cost

  • Email enrichment uses Hunter API which costs 20 credits per enrichment