Back to Services
Basic Trustrest
Hunter.io — Email Finder
Find professional email addresses associated with a domain. Returns verified email addresses with confidence scores.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
emailfindersalesoutreachb2b
Quick Integration
Call this service through the Agent Clear proxy
// Call Hunter.io — Email Finder through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/ed6e9d22-325b-4a30-b2f0-93476dcd8b69',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"required": [
"domain"
],
"properties": {
"type": {
"enum": [
"personal",
"generic"
],
"type": "string"
},
"limit": {
"type": "number"
},
"domain": {
"type": "string",
"description": "Domain to search"
}
}
}Output Schema
{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"emails": {
"type": "array"
},
"pattern": {
"type": "string"
}
}
}
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 30 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026