Snov Domain Search
snov_domain_searchFind every email address on a company domain — "who works at riotgames.com and what are their emails?". Returns emails with first/last name, job position, and type (personal or generic), plus company info, from Snov.io. Complements Hunter domain search. Example: snov_domain_search({ domain: "riotgames.com", limit: 50, _apiKey: "client_id:client_secret" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Which emails to return: "all" (default), "personal", or "generic". | |
| limit | No | Max emails to return (default 20, max 50). | |
| domain | Yes | Company domain, no protocol, e.g. "riotgames.com" | |
| _apiKey | Yes | Snov.io OAuth credentials as "client_id:client_secret" from app.snov.io/account/api (paid plan required). |