Hunter
用于域名搜索、专业邮箱查找、作者查找和邮箱验证的 API
- 认证方式
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- 分类
- 开发
- 文档 / URL
- https://hunter.io/api
简介
Hunter 查找并验证商务邮箱——域名搜索(找公司的邮箱)、邮箱查找(猜人的邮箱)和邮箱验证。认证是免费 API 密钥(无效密钥返回 401,已实测)。
快速开始
域名搜索(替换 YOUR_KEY):
curl "https://api.hunter.io/v2/domain-search?domain=example.com&api_key=YOUR_KEY"
{
"data": {
"domain": "example.com",
"organization": "Example Inc.",
"emails": [
{ "value": "[email protected]", "type": "personal", "confidence": 95, "first_name": "John", "last_name": "Doe" }
],
"pattern": "{first}.{last}@example.com"
}
}
邮箱验证:
curl "https://api.hunter.io/v2/[email protected]&api_key=YOUR_KEY"
认证方式
- 在 hunter.io 注册 → 免费 API 密钥(在控制台)。
- 通过
api_key查询参数携带(无效密钥 → 401,已实测)。
速率限制与注意事项
- 免费层:25 次搜索/月 + 50 次验证/月(以当前文档为准)——额度小;付费档可扩展。
- 端点:
/v2/domain-search(找邮箱)、/v2/email-finder(按姓名猜)、/v2/email-verifier(查可投递性)。 - domain-search 的
pattern揭示该公司邮箱格式惯例。 - 每个找到的邮箱带
confidence(0-100)。
常见问题
Hunter 免费吗? 免费层带小额月度额度;更多需要付费。
如何获取密钥? 在 hunter.io 注册——密钥在控制台。
各端点有什么区别? domain-search 找已有邮箱;email-finder 猜地址;email-verifier 查可投递性。
开发 分类更多
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| 24 Pull Requests Project to promote open source collaboration during December | No auth | Yes | Yes | ↗ |
| Agify.io Estimates the age from a first name | No auth | Yes | Yes | ↗ |
| Amazonscraperapi Amazon product, search & batch scraping API with residential proxies (1000 free) | API Key | Yes | No | ↗ |
| AmberOne Turn any website into a build-ready Android, iOS, PWA or Electron app project | API Key | Yes | No | ↗ |
| API Grátis Multiples services and public APIs | No auth | Yes | Unknown | ↗ |