Email Info avatar
Email Info

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Email Info

Email Info

This actor analyzes any email and returns detailed insights: name detection, gender and country guess, inbox name patterns, email quality score, disposable check, and global ranking data for first/last names. Ideal for enrichment, lead validation, and identity intelligence.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Leo Barone

Leo Barone

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 hours ago

Last modified

Share

Email Intelligence & Enrichment API — Apify Actor

What does Email Intelligence & Enrichment do?

Email Intelligence & Enrichment analyzes any email address and returns rich insights such as name detection, gender and country prediction, email quality score, inbox pattern, and disposable email detection. Provide one or multiple emails, optionally with country hints, and receive a structured enrichment profile.

Powered by a complex algorithm that mixes country names statistics and heuristics, this Actor can extract names even from emails where the name isn’t separated by dots, underscores, or any delimiter.

If you only need a lightweight API for name → country/gender prediction, you can use: 👉 https://apify.com/apioracle/name-info


Why use Email Intelligence & Enrichment?

This Actor is ideal for:

  • 🔍 Lead qualification
  • 🎯 Marketing personalization
  • 🧹 Data cleaning & validation
  • 🛡️ Fraud detection
  • 📊 Identity intelligence & enrichment pipelines

Thanks to the Apify platform, you get:

  • ⚡ Cloud scaling
  • 📅 Scheduling any extraction
  • 🔌 REST API for full automation
  • 🔁 Automatic retries & logging
  • 📄 Export to JSON, CSV, Excel, or API endpoints

What data can this Actor extract?

FieldDescription
emailEmail being analyzed
domainExtracted domain
email_patternPattern such as {first}{last}
is_disposable_emailDisposable provider check
quality_scoreScore 0–1
first_name, last_nameParsed or inferred names
guessed_gendermale / female / unknown
guessed_countryMost likely country
*_infoDeep ranking, distributions & probabilities

This Actor includes extremely detailed global name statistics for both first and last names.


How do I use this Actor?

  1. Open the Actor.
  2. Go to the Input tab.
  3. Add your emails (with optional country_iso_2_hints if you know the user country).
  4. Click Start.
  5. Download your dataset or access via API.

Common uses:

  • CRM enrichment
  • Identity verification workflows
  • Automated lead scoring via API
  • Bulk enrichment jobs

Input example

{
"emails": [
{
"email": "mariorossi@emailprovider.com",
"country_iso_2_hints": ["IT"]
}
]
}

Output example (simplified)

[
{
"email": "lucamarmotta@emailprovider.com",
"is_disposable_email": false,
"quality_score": 0.8,
"domain": "emailprovider.com",
"email_pattern": "{first}{last}",
"first_name": "mario",
"last_name": "rossi",
"guessed_gender": "male",
"guessed_country": "Italy",
"guessed_country_iso_2": "IT"
}
]

Download your dataset in JSON, CSV, Excel, or via API.


Tips & advanced options

  • Add country_iso_2_hints for better accuracy.
  • Process hundreds/thousands of emails in one run.
  • Integrate in real-time using the Dataset API URL.
  • Chain with other Actors for full contact enrichment.

FAQ

Is this compliant?

The Actor does not scrape websites and does not access private data. It analyzes only the email string you provide. If handling personal data, ensure compliance with GDPR or local regulations.

Can I use this via API?

Yes — every run generates an API endpoint containing your dataset.

What formats can I export?

JSON, CSV, Excel, or via REST API.


Need only name → gender/country prediction?

Use the lightweight API version here: 👉 https://apify.com/apioracle/name-info


Need a custom version?

If you want deeper scoring, company enrichment, or custom logic, open an Issue or contact the developer through Apify.