$ POST /v1/find-email
REST.
500 req/sec.
Unlimited.
Wire HuntMeLeads into your product, your CRM, your reverse-ETL. Same data layer that powers our UI.
// Find verified email by name + domain
curl -X POST https://api.huntmeleads.com/v1/find-email \
-H "Authorization: Bearer hml_live_..." \
-H "Content-Type: application/json" \
-d '{"first":"Jane","last":"Doe","domain":"globex.com"}'
// 200 OK · 280ms
{
"email": "jane@globex.com",
"status": "verified",
"confidence": 98,
"phone": "+14155559930",
"linkedin": "in/jane-doe",
"company": { "name": "Globex", "employees": 412 }
}500/s
Rate limit
280ms
p50 latency
99.95%
Uptime SLA
SOC 2
Type II audited
FAQ
Rate limit?+
500 req/sec default. Burstable to 2k/sec on Scale plan.
Auth?+
Bearer token. Rotate from dashboard anytime.
Endpoints?+
/v1/find-email, /v1/verify, /v1/phone, /v1/company, /v1/people-search, /v1/list/build, /v1/intent-signals.
Webhooks?+
POST on enrichment-complete, intent-fired, bounce-detected. HMAC-signed.
SLA?+
99.95% on Scale. 99.9% on Growth. Status page + RSS.
SDKs?+
Official Node, Python, Go, Ruby, PHP. OpenAPI spec for the rest.
Pricing?+
Unlimited API calls included with Growth + Scale ($59-$119/mo).
Compliance?+
SOC 2 Type II, GDPR, CCPA, ISO 27001 in progress.