Search ZoomInfo Contacts
zoominfo_search_contactDiscover B2B contacts by name, title, department, or company. Retrieve emails, phones, and LinkedIn profiles to build prospect lists and enrich CRM records.
Instructions
Search the ZoomInfo database for contacts by name, title, department, company, or management level.
Returns contact details: name, title, email, phone, company, LinkedIn, and location. Use for prospecting, building contact lists, or enriching CRM records.
Args:
first_name / last_name (string, optional): Contact name
email (string, optional): Email address
job_title (string, optional): Title keyword (e.g. 'VP Sales')
management_level (string, optional): 'c-level', 'vp-level', 'director', 'manager', 'staff'
department (string, optional): Department (e.g. 'Sales', 'Engineering')
company_name / company_domain (string, optional): Scope to a company
limit (number): Max results (default: 20)
page (number): Page number (default: 1)
response_format ('markdown' | 'json')
Returns: Contact name, title, email, phone, department, level, company, location, LinkedIn.
Examples:
"Find VP of Sales at Acme" -> job_title='VP Sales', company_name='Acme'
"C-level contacts in engineering" -> management_level='c-level', department='Engineering'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| No | Contact email address | ||
| limit | No | Maximum results to return | |
| job_title | No | Job title keyword (e.g. 'VP Sales', 'CTO') | |
| last_name | No | Contact's last name | |
| department | No | Department filter (e.g. 'Sales', 'Engineering', 'Marketing') | |
| first_name | No | Contact's first name | |
| company_name | No | Company name to scope the contact search | |
| company_domain | No | Company domain to scope the contact search | |
| response_format | No | Output format: 'markdown' or 'json' | markdown |
| management_level | No | Management level: 'c-level', 'vp-level', 'director', 'manager', 'staff' |