Email Address Risk Scoring avatar
Email Address Risk Scoring

Pricing

from $0.15 / 1,000 requests

Go to Apify Store
Email Address Risk Scoring

Email Address Risk Scoring

Validate and score email addresses. Detects disposable emails, free email providers, role-based addresses, and provides risk scoring.

Pricing

from $0.15 / 1,000 requests

Rating

0.0

(0)

Developer

Greip

Greip

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

20 hours ago

Last modified

Share

Greip's Email Addres Scoring

Apify License: ISC Node.js Version

A robust Apify Actor that validates and scores email addresses using the Greip Email Scoring API. This tool helps identify risky, disposable, and invalid email addresses to improve email deliverability and reduce fraud.

🚀 Features

  • Email Risk Scoring: Get numerical risk scores for email addresses
  • Comprehensive Validation: Detect invalid, disposable, and role-based emails
  • Domain Analysis: Check for SPF, DMARC, DKIM, and MX records
  • Blacklist Detection: Identify blacklisted domains and email addresses
  • Educational/Free Provider Detection: Flag educational and free email providers
  • Structured Output: Clean, well-formatted JSON results stored in datasets
  • Error Handling: Robust error handling with detailed logging

Input Parameters

ParameterTypeRequiredDescription
emailstringEmail address to validate and score
userIDstringOptional user identifier for tracking

Output Format

The Actor outputs detailed information about each email address:

{
"score": 3,
"reason": "Email domain is considered dangerous.",
"isValid": false,
"isFree": false,
"isRoleBased": true,
"isEducational": false,
"isDisposable": false,
"email": "test@dangerous-domain.com",
"domain": {
"name": "dangerous-domain.com",
"is_dangerous": true,
"is_spf": false,
"is_dmarc": false,
"is_dkim": false,
"is_mx": false,
"is_bimi": false,
"created_at": "2025-02-05",
"is_new": true
}
}

Output Field Descriptions

Email Scoring Fields:

  • score: Risk score from 0-3 (0=safe, 1=low-risk, 2=high-risk, 3=too-risky)
  • reason: Human-readable explanation of the risk assessment (empty if score is 0)
  • isValid: Boolean indicating if the email is 100% safe and valid
  • isFree: Whether it's from a free email provider (Gmail, Yahoo, etc.)
  • isRoleBased: Whether it's a role-based email (admin@, info@, support@, etc.)
  • isEducational: Whether it's from an educational institution
  • isDisposable: Whether it's from a temporary/disposable email service

Domain Information:

  • name: The domain name (e.g., "gmail.com")
  • is_dangerous: Whether the domain is flagged as dangerous or suspicious
  • is_spf: Whether the domain has valid SPF (Sender Policy Framework) record
  • is_dmarc: Whether the domain has valid DMARC record for anti-phishing
  • is_dkim: Whether the domain has valid DKIM record for authentication
  • is_mx: Whether the domain has valid MX (Mail Exchange) records
  • is_bimi: Whether the domain has BIMI (Brand Indicators) record
  • created_at: Domain registration date (if available)
  • is_new: Whether the domain was registered within the last year

Your feedback

We’re always working on improving the performance of our Actors. If you have any technical feedback for e-commerce website scraper or found a bug, please create an issue in the Issues tab.