What is the difference between the free email verifier and the logged-in dashboard verifier?
Valid Email Checker exposes two single-email verification surfaces. The free one at /tools/email-verifier requires no account; the dashboard one at app.validemailchecker.com/overview requires a signed-in session. Both call into the same 11-step verification engine and the same provider stack underneath — so the answer to "is this email safe" is identical. What differs is what you see, how often you can call, and what surrounds the check.
Side-by-side
| Feature | Free verifier (no login) | Dashboard verifier (logged in) |
|---|---|---|
| Verification engine | Same 11-step engine | Same 11-step engine |
| Status returned | Canonical status only (Safe/Invalid/etc.) | Status + full risk breakdown |
| Daily limit | 3/day (1/day on VPN/datacenter) | None — limited by credit balance |
| Cost per check | Free, rate-limited | 1 credit (Unknowns auto-refund) |
| Captcha | Cloudflare Turnstile on each call | None inside the session |
| History stored | Not stored | Logged in Credits History + verification history |
| Bulk upload | Not available | CSV uploads up to millions of addresses |
| API access | Not available | REST API after first credit purchase |
| Integrations | Not available | 16+ CRM/ESP connectors |
Why the free version is rate-limited
Every verification, free or paid, costs Valid Email Checker money — we pay our verification providers per check regardless of whether the caller paid us. The free verifier exists as a demonstration tool: enough free runs to prove the engine works on real addresses, but not enough to substitute for paid usage. The 3-per-day cap matches what a curious prospect needs to evaluate the product; the 200-credit signup grant covers what a real list-cleaning job needs.
Why the response is stripped on the free tier
The dashboard returns the canonical status plus the underlying signals: SMTP code returned by the recipient server, MX hosts found, whether the mailbox is a catch-all, whether the domain is on a disposable list, a confidence score, and so on. The free verifier returns only the canonical status. The full report is a paid-tier feature — both because the signals have real engineering cost to surface and because they are valuable enough that they would be worth scraping at scale if exposed without a quota.
When to use which
- One-off check on a suspicious address. Free verifier is perfect — paste, verify, move on.
- Cleaning a list of more than 3 addresses. Sign up for the 200 free credits, upload as a CSV, download the results.
- Automating verification from your app. Dashboard + REST API.
- Verifying on form submission. Dashboard + one of the 16+ integrations.
Related questions
Still stuck? Email support
