← Tools Reference

Hunter

Hunter integration (Communication, Marketing). Imported from open-connector.

API key18 toolshttps://api.hunter.io/v2
GET
hunter_account_information
Retrieve information about the authenticated Hunter account.

/account

GET
hunter_combined_enrichment
Retrieve combined person and company enrichment data from Hunter.

/combined/find

2 parameters
ParamTypeRequiredDescription
emailstringoptionalThe email address used to enrich the person.
linkedin_handlestringoptionalThe LinkedIn handle used to enrich the person.
GET
hunter_company_enrichment
Retrieve company enrichment data for a domain from Hunter.

/companies/find

1 parameter
ParamTypeRequiredDescription
domainstringoptionalThe bare company domain used to enrich the company.
POST
hunter_create_lead
Create a new lead in Hunter.

/leads

18 parameters
ParamTypeRequiredDescription
emailstringrequiredThe lead email address.
first_namestringoptionalThe lead first name.
last_namestringoptionalThe lead last name.
positionstringoptionalThe lead job position.
companystringoptionalThe lead company name.
company_industrystringoptionalThe lead company industry.
company_sizestringoptionalThe lead company size.
confidence_scoreintegeroptionalThe confidence score associated with the lead email.
websitestringoptionalThe lead company website.
country_codestringoptionalThe ISO 3166-1 alpha-2 country code.
linkedin_urlstringoptionalThe lead LinkedIn URL.
phone_numberstringoptionalThe lead phone number.
twitterstringoptionalThe lead Twitter handle.
notesstringoptionalFree-form notes for the lead.
sourcestringoptionalThe source associated with the lead.
leads_list_idintegeroptionalThe Hunter resource ID.
leads_list_idsarrayoptionalLead list IDs to attach the lead to.
custom_attributesobjectoptionalCustom attribute values keyed by Hunter custom attribute slug.
POST
hunter_create_leads_list
Create a new Hunter leads list.

/leads_lists

1 parameter
ParamTypeRequiredDescription
namestringoptionalThe name of the Hunter leads list.
DELETE
hunter_delete_lead
Delete an existing Hunter lead.

/leads/{id}

1 parameter
ParamTypeRequiredDescription
idintegerrequiredThe Hunter resource ID.
POST
hunter_discover_companies
Discover companies in Hunter using a natural-language query or filters.

/discover

4 parameters
ParamTypeRequiredDescription
querystringoptionalThe natural-language query used to discover matching companies.
limitintegeroptionalThe maximum number of companies to return.
offsetintegeroptionalThe number of companies to skip for pagination.
filtersobjectoptionalThe structured filters object supported by Hunter Discover.
GET
hunter_domain_search
Search public email addresses for a company domain in Hunter.

/domain-search

8 parameters
ParamTypeRequiredDescription
domainstringoptionalThe domain name to search for. Required if company is not provided.
companystringoptionalThe company name to search for. Required if domain is not provided.
limitintegeroptionalThe maximum number of email addresses to return.
offsetintegeroptionalThe number of results to skip for pagination.
typestringoptionalThe type of email addresses to return.
seniorityarrayoptionalThe seniority filters to apply.
departmentarrayoptionalThe department filters to apply.
required_fieldarrayoptionalThe fields that must be present on each returned result.
GET
hunter_email_count
Count email addresses available for a company domain in Hunter.

/email-count

3 parameters
ParamTypeRequiredDescription
domainstringoptionalThe domain name to count email addresses for.
companystringoptionalThe company name to count email addresses for when domain is not provided.
typestringoptionalThe type of email addresses to count.
GET
hunter_email_finder
Find the most likely professional email address for a person in Hunter.

/email-finder

7 parameters
ParamTypeRequiredDescription
domainstringoptionalThe company domain to search. Takes precedence over company when both are provi…
companystringoptionalThe company name to search when domain is not provided.
full_namestringoptionalThe person's full name. Required if first_name and last_name are not both provi…
first_namestringoptionalThe person's first name. Required with last_name when full_name is not provided.
last_namestringoptionalThe person's last name. Required with first_name when full_name is not provided.
max_durationintegeroptionalThe maximum duration in seconds for the finder request.
linkedin_handlestringoptionalThe LinkedIn handle used to identify the target person.
GET
hunter_email_verifier
Verify the deliverability of an email address in Hunter.

/email-verifier

1 parameter
ParamTypeRequiredDescription
emailstringoptionalThe email address to verify.
GET
hunter_get_lead
Retrieve a single Hunter lead.

/leads/{readHunterId}

2 parameters
ParamTypeRequiredDescription
idintegeroptionalThe Hunter resource ID.
readHunterIdstringrequiredPath parameter: readHunterId
GET
hunter_list_custom_attributes
List custom lead attributes configured in Hunter.

/leads_custom_attributes

GET
hunter_list_leads
List leads saved in the authenticated Hunter account.

/leads

23 parameters
ParamTypeRequiredDescription
leads_list_idintegeroptionalThe Hunter resource ID.
emailstringoptionalFilter leads by email.
first_namestringoptionalFilter leads by first name.
last_namestringoptionalFilter leads by last name.
positionstringoptionalFilter leads by position.
companystringoptionalFilter leads by company.
industrystringoptionalFilter leads by industry.
websitestringoptionalFilter leads by website.
country_codestringoptionalFilter leads by country code.
company_sizestringoptionalFilter leads by company size.
sourcestringoptionalFilter leads by source.
twitterstringoptionalFilter leads by Twitter handle.
linkedin_urlstringoptionalFilter leads by LinkedIn URL.
phone_numberstringoptionalFilter leads by phone number.
sync_statusstringoptionalFilter leads by synchronization status.
sending_statusarrayoptionalFilter leads by sending statuses.
verification_statusarrayoptionalFilter leads by verification statuses.
last_activity_atstringoptionalFilter by last activity presence.
last_contacted_atstringoptionalFilter by last contact presence.
custom_attributesobjectoptionalCustom attribute filters keyed by Hunter custom attribute slug.
querystringoptionalSearch leads by first name, last name, or email.
limitintegeroptionalThe maximum number of leads to return.
offsetintegeroptionalThe number of leads to skip for pagination.
GET
hunter_list_leads_lists
List Hunter leads lists.

/leads_lists

2 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of lead lists to return.
offsetintegeroptionalThe number of lead lists to skip for pagination.
GET
hunter_people_enrichment
Retrieve person enrichment data from Hunter by email address or LinkedIn handle.

/people/find

2 parameters
ParamTypeRequiredDescription
emailstringoptionalThe email address used to enrich the person.
linkedin_handlestringoptionalThe LinkedIn handle used to enrich the person.
PUT
hunter_update_lead
Update an existing Hunter lead.

/leads/{id}

19 parameters
ParamTypeRequiredDescription
idintegerrequiredThe Hunter resource ID.
emailstringoptionalThe lead email address.
first_namestringoptionalThe lead first name.
last_namestringoptionalThe lead last name.
positionstringoptionalThe lead job position.
companystringoptionalThe lead company name.
company_industrystringoptionalThe lead company industry.
company_sizestringoptionalThe lead company size.
confidence_scoreintegeroptionalThe confidence score associated with the lead email.
websitestringoptionalThe lead company website.
country_codestringoptionalThe ISO 3166-1 alpha-2 country code.
linkedin_urlstringoptionalThe lead LinkedIn URL.
phone_numberstringoptionalThe lead phone number.
twitterstringoptionalThe lead Twitter handle.
notesstringoptionalFree-form notes for the lead.
sourcestringoptionalThe source associated with the lead.
leads_list_idintegeroptionalThe Hunter resource ID.
leads_list_idsarrayoptionalLead list IDs to attach the lead to.
custom_attributesobjectoptionalCustom attribute values keyed by Hunter custom attribute slug.
PUT
hunter_upsert_lead
Create or update a Hunter lead by email address.

/leads

18 parameters
ParamTypeRequiredDescription
emailstringrequiredThe lead email address.
first_namestringoptionalThe lead first name.
last_namestringoptionalThe lead last name.
positionstringoptionalThe lead job position.
companystringoptionalThe lead company name.
company_industrystringoptionalThe lead company industry.
company_sizestringoptionalThe lead company size.
confidence_scoreintegeroptionalThe confidence score associated with the lead email.
websitestringoptionalThe lead company website.
country_codestringoptionalThe ISO 3166-1 alpha-2 country code.
linkedin_urlstringoptionalThe lead LinkedIn URL.
phone_numberstringoptionalThe lead phone number.
twitterstringoptionalThe lead Twitter handle.
notesstringoptionalFree-form notes for the lead.
sourcestringoptionalThe source associated with the lead.
leads_list_idintegeroptionalThe Hunter resource ID.
leads_list_idsarrayoptionalLead list IDs to attach the lead to.
custom_attributesobjectoptionalCustom attribute values keyed by Hunter custom attribute slug.