# Hunter AI integration on Definable

> Hunter is an email marketing company specializing in lead generation and data enrichment.

## What this connects

Hunter is an email marketing company specializing in lead generation and data enrichment.

Vendor: https://hunter.io/

## Tools available

**26** tools available. First 12:

- `HUNTER_ACCOUNT_INFORMATION` — Account Information — Tool to retrieve information about your Hunter account. Use when you need to check your plan details and usage limits after confirming credentials. Returns `searches.available` and `verifications.available` fields among others; check these before bulk operations to avoid quota exhaustion.
- `HUNTER_COMBINED_ENRICHMENT` — Combined Enrichment — Tool to find both person and company information from an email address or LinkedIn handle in a single request. Use when you need complete professional profile enrichment including employment and company details.
- `HUNTER_COMPANY_ENRICHMENT` — Company Enrichment — Tool to get enrichment information for a company by its domain. Use when you need full company details (industry, description, location, metrics) from Hunter.
- `HUNTER_CREATE_CUSTOM_ATTRIBUTE` — Create custom lead attribute — Tool to create a new custom lead attribute in your account. Use after deciding on the attribute label.
- `HUNTER_CREATE_LEAD` — Create Lead — Tool to create a new lead. Use after gathering all prospect details to save them to your Hunter account.
- `HUNTER_CREATE_LEADS_LIST` — Create Leads List — Tool to create a new leads list. Use when you need to organize leads into a custom list before adding leads.
- `HUNTER_DELETE_CUSTOM_ATTRIBUTE` — Delete Custom Attribute — Tool to delete an existing custom attribute. Use after confirming the attribute ID to be removed.
- `HUNTER_DELETE_LEAD` — Delete Lead — Tool to delete a lead. Use after confirming the lead's ID to remove it from your Hunter.io account.
- `HUNTER_DELETE_LEADS_LIST` — Delete Leads List — Tool to delete a leads list by its ID. Use after confirming the leads list ID to remove it from your Hunter.io account.
- `HUNTER_DISCOVER_COMPANIES` — Discover Companies — Tool to search and retrieve companies matching specified criteria using filters or natural language queries. Use when you need to discover companies from Hunter's B2B dataset based on industry, location, size, or other characteristics.
- `HUNTER_DOMAIN_SEARCH` — Domain Search — Tool to search all email addresses for a given domain or company. Use when you need public emails and metadata for outreach or enrichment. Rate-limited; HTTP 429 returned on excess requests — honor the Retry-After header.
- `HUNTER_EMAIL_COUNT` — Email Count — Tool to get the total number of email addresses Hunter has for a domain or company with breakdowns by type, department, and seniority. Use when you need email volume statistics without consuming API credits (this call is free).

## Auth

Auth schemes: `API_KEY`.

## How agents use Hunter

Inside a Definable workflow, Hunter is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Hunter** — the Researcher (GPT-5.5) pulls context from Hunter (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Hunter** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Hunter (create record, post message, draft email).
- **Designer / Engineer → Distributor → Hunter** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Hunter (attach file, open PR comment, post status).

The Verifier checks every Hunter call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- email — https://definable.ai/apps/category/email/
- contact management — https://definable.ai/apps/category/contact-management/

## Related

- HTML page: https://definable.ai/apps/hunter/
- Same category (email): https://definable.ai/apps/category/email/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
