Overview
Add Hunter to any ModuleX agent or workflow. Find and verify professional email addresses, search domains for contacts, and manage leads using the Hunter.io API (api.hunter.io/v2).
Authentication
API Key Authentication
Authenticate using your Hunter API keyStep 1
Step 2
Required Credentials
| Field | Description | Required | Format |
|---|---|---|---|
| Hunter API Key | Your Hunter API key from hunter.io/api-keys | Yes | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
Available Actions
account_information — Get information about your Hunter account
account_information — Get information about your Hunter account
Response
combined_enrichment — Returns all the information associated with an email address and its domain name
combined_enrichment — Returns all the information associated with an email address and its domain name
create_lead — Create a new lead in your Hunter account
create_lead — Create a new lead in your Hunter account
Parameters
Response
delete_lead — Delete an existing lead from your Hunter account
delete_lead — Delete an existing lead from your Hunter account
domain_search — Search all the email addresses corresponding to one website or company
domain_search — Search all the email addresses corresponding to one website or company
Parameters
100)Response
email_count — Get the number of email addresses Hunter has for one domain or company
email_count — Get the number of email addresses Hunter has for one domain or company
Parameters
Response
email_finder — Find the most likely email address from a domain name, a first name and a last name
email_finder — Find the most likely email address from a domain name, a first name and a last name
Parameters
Response
email_verifier — Check the deliverability of a given email address, verify if it has been found in Hunter's database, and return their sources
email_verifier — Check the deliverability of a given email address, verify if it has been found in Hunter's database, and return their sources
get_lead — Retrieve one of your leads by ID
get_lead — Retrieve one of your leads by ID
get_leads_list — Retrieves all the fields of a leads list, including its leads
get_leads_list — Retrieves all the fields of a leads list, including its leads
list_leads — List all your leads with comprehensive filtering options
list_leads — List all your leads with comprehensive filtering options
Parameters
100)Response
list_leads_lists — List all your leads lists, sorted with the most recent first
list_leads_lists — List all your leads lists, sorted with the most recent first
update_lead — Update an existing lead in your Hunter account
update_lead — Update an existing lead in your Hunter account
Parameters
Response
Limits & Quotas
- Free plan: 25 searches and 50 verifications per month.
- Paid plans: Limits scale with plan tier (up to 30,000+ requests/month on Enterprise).
- Rate limit: 10 requests/second across all endpoints.
- Error model: Non-2xx responses and timeouts are caught and returned as
success=False+errorrather than raising.