通过一次简单的 API 调用体验首次邮箱查询,几秒内获取已验证的邮箱地址。
Email Finder 需要提供姓名和域名,或 LinkedIn 用户名。它会返回此人的工作邮箱地址和置信度。如果该邮箱地址在网上公开显示,还会返回其来源。
GET
https://api.hunter.io/v2/email-finder?locale=zh-CN?domain=reddit.com&first_name=Alexis&last_name=Ohanian
200 OK
{
"data": {
"first_name": "Alexis",
"last_name": "Ohanian",
"email": "alexis@reddit.com",
"score": 97,
"domain": "reddit.com",
"accept_all": false,
"position": "Cofounder",
"twitter": null,
"linkedin_url": null,
"phone_number": null,
"company": "Reddit",
"sources": [
{
"domain": "redditblog.com",
"uri": "http://redditblog.com/2008/10/22/widgets-get-an-upgrade-and-a-firefox-extension-that-will-rock-your-world",
"extracted_on": "2018-10-19",
"last_seen_on": "2021-05-18",
"still_on_page": true
},
...
],
"verification": {
"date": "2021-06-14",
"status": "valid"
}
},
"meta": {
"params": {
"first_name": "Alexis",
"last_name": "Ohanian",
"full_name": null,
"domain": "reddit.com",
"company": null,
"max_duration": null
}
}
}我的公司 SparkToro 多年来一直使用 Hunter 为联系人数据功能提供支持。不仅我们喜欢,客户也喜欢。与 Hunter 合作很轻松,数据质量出色,客户也满意,还能有什么更高的期待呢?Rand Fishkin SparkToro 首席执行官