discover_companies
Find COMPANIES matching firmographic criteria via Hunter.io, optionally pulling contact emails for each.
This is company-level discovery — reach for it when the user is targeting organisations by industry, location, headcount or tech stack. When they want named people, use search_leads. Filters combine with AND, so stacking many narrows results sharply.
Requires an API key. Setting fetch_emails=true performs email lookups and COSTS CREDITS; leaving it false is a plain company search. Returns matching companies with firmographics. No lead is saved to the account by this call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max companies to return (1-100, default 20) | |
| query | No | Free-text company search query | |
| industry | No | Industry filters (max 10) | |
| location | No | Location filters (max 10) | |
| technology | No | Technology stack filters (max 10) | |
| fetch_emails | No | Also fetch contact emails for discovered companies (default false) | |
| headcount_max | No | Maximum employee count | |
| headcount_min | No | Minimum employee count |