TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: EmailDetective – A Email Validation API

6 点作者 AndrewCopeland7 个月前
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 个月前
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 未加载