TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: EmailDetective – A Email Validation API

6 pointsby AndrewCopeland7 months ago
Hello, I&#x27;m Andrew, owner of EmailDetective.<p>I was looking for an API solution for email validation&#x2F;scoring for multiple mailing lists.<p>I noticed a lot of the email validation services out there:<p><pre><code> - Do not have an API - Are behind a paywall to try the API - Are priced way to high - Have inconsistent or non-intuitive APIs </code></pre> So I decided to create my own solution.<p>This is my first time announcing EmailDetective, so I am looking for any general feedback, issues you might have run into and if you find this service useful.<p>And yes you can try it out for free without signing up :)

1 comment

sntxrr7 months ago
YESSSS!<p>{ &quot;email&quot;: &quot;example+foo@emaildetective1.io&quot;, &quot;user&quot;: &quot;example+foo&quot;, &quot;domain&quot;: &quot;emaildetective1.io&quot;, &quot;valid_email&quot;: true, &quot;valid_spf&quot;: false, &quot;valid_dmarc&quot;: false, &quot;valid_mx&quot;: false, &quot;valid_tld&quot;: true, &quot;nonsense&quot;: false, &quot;role&quot;: false, &quot;free&quot;: false, &quot;disposable&quot;: false, &quot;score&quot;: 60, &quot;suspicion_rating&quot;: &quot;HIGH&quot; }<p>So many websites refuse to let put in a tracking breadcrumb with a +name.<p>Cool stuff
评论 #41873829 未加载