Spam Safe Contact Verifier avatar

Spam Safe Contact Verifier

Under maintenance

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Spam Safe Contact Verifier

Spam Safe Contact Verifier

Under maintenance

Verifies email and phone contacts, tags disposable/role-based addresses, and exports verifier scoring.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

Eltaj Mah

Eltaj Mah

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

8 days ago

Last modified

Categories

Share

Verify and score contact lists using MX checks, optional SMTP probing, and disposable-address tagging. Designed for cold outreach, lead gen, and CRM cleanup.

Input

{
"contacts": [
{"email": "alice@example.com", "phone": "+12025550001", "source": "landing-page-form"},
{"email": "bob@bad.test", "phone": "+12025550002", "source": "imported-csv"},
{"email": "carol@mailinator.com", "phone": "+12025550003", "source": "lead-magnet-download"}
],
"verifyMx": true,
"smtpProbe": false,
"tagDisposable": true,
"maxRecords": 5000
}

Output

Dataset records with:

  • email
  • phone
  • roleBased
  • disposable
  • score
  • capturedAt
  • source

How it works

Validates contact structure, checks domain MX records, optionally marks disposable providers, and outputs a scored verification report.

Use cases

  • Lead list cleaning
  • CRM list imports
  • Pre-outreach validation

Example output

[
{
"email": "alice@example.com",
"phone": "+120****0001",
"roleBased": false,
"disposable": false,
"score": 100,
"capturedAt": "2026-07-04T15:42:01.022489+00:00",
"source": "landing-page-form"
},
{
"email": "carol@mailinator.com",
"phone": "+120****0003",
"roleBased": false,
"disposable": true,
"score": 45,
"capturedAt": "2026-07-04T15:42:01.393377+00:00",
"source": "lead-magnet-download"
}
]