find_email
Find a professional email address from a full name and a company domain or name. Submit the search to receive an ID, then poll to retrieve the verified result.
Instructions
Find a professional email address from a name and a company domain or name. At least one of company_domain or company_name is required. Asynchronous: returns a search id, then poll get_email_result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fullname | Yes | Full name of the person (e.g. "Tim Cook") | |
| company_name | No | Company name (e.g. "Apple Inc.") | |
| country_code | No | ISO 3166 Alpha-2 country code (default "US", used with company_name) | |
| company_domain | No | Company domain (e.g. "apple.com") | |
| retrieve_gender | No | Return gender information (male/female) | |
| retrieve_company_info | No | Enrich the result with company info |