Appearance
Hunter.io
undefined
| Detail | Value |
|---|---|
| Category | Data |
| Base URL | https://api.hunter.io/v2 |
| Authentication | API Key (Query) |
| Endpoints | 7 |
| Connector key | hunter-io |
Using Hunter.io in a workflow
- Go to Connections and click New Connection.
- Pick Hunter.io from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — the full list is below.
Available endpoints
| Endpoint | Summary |
|---|---|
GET | Domain Search |
GET | Email Finder |
GET | Email Verifier |
GET | Email Count |
GET | Leads |
GET | Lead Lists |
GET | Campaigns |
Each endpoint is documented in full below. Use the outline on the right to jump to one.
GET
Domain Search
| Detail | Value |
|---|---|
| Operation ID | domain_search_0 |
| Method | GET |
| Path | `` |
Parameters
No parameters.
Using this endpoint in a workflow
- Add an API Call node to your workflow.
- Pick your Hunter.io connection from the Connection dropdown.
- In the Operation dropdown, select
domain_search_0. - Fill in the parameter fields that appear. Use
{{...}}to reference upstream values.
What it returns
The API Call node writes the response to the workflow context:
{
status: 200,
success: true,
data: { ...response body from the API... },
latencyMs: 142
}Reference response fields downstream as {{nodeId.data.path}}. The exact response shape is documented on the upstream Hunter.io API reference.
GET
Email Finder
| Detail | Value |
|---|---|
| Operation ID | email_finder_1 |
| Method | GET |
| Path | `` |
Parameters
No parameters.
Using this endpoint in a workflow
- Add an API Call node to your workflow.
- Pick your Hunter.io connection from the Connection dropdown.
- In the Operation dropdown, select
email_finder_1. - Fill in the parameter fields that appear. Use
{{...}}to reference upstream values.
What it returns
The API Call node writes the response to the workflow context:
{
status: 200,
success: true,
data: { ...response body from the API... },
latencyMs: 142
}Reference response fields downstream as {{nodeId.data.path}}. The exact response shape is documented on the upstream Hunter.io API reference.
GET
Email Verifier
| Detail | Value |
|---|---|
| Operation ID | email_verifier_2 |
| Method | GET |
| Path | `` |
Parameters
No parameters.
Using this endpoint in a workflow
- Add an API Call node to your workflow.
- Pick your Hunter.io connection from the Connection dropdown.
- In the Operation dropdown, select
email_verifier_2. - Fill in the parameter fields that appear. Use
{{...}}to reference upstream values.
What it returns
The API Call node writes the response to the workflow context:
{
status: 200,
success: true,
data: { ...response body from the API... },
latencyMs: 142
}Reference response fields downstream as {{nodeId.data.path}}. The exact response shape is documented on the upstream Hunter.io API reference.
GET
Email Count
| Detail | Value |
|---|---|
| Operation ID | email_count_3 |
| Method | GET |
| Path | `` |
Parameters
No parameters.
Using this endpoint in a workflow
- Add an API Call node to your workflow.
- Pick your Hunter.io connection from the Connection dropdown.
- In the Operation dropdown, select
email_count_3. - Fill in the parameter fields that appear. Use
{{...}}to reference upstream values.
What it returns
The API Call node writes the response to the workflow context:
{
status: 200,
success: true,
data: { ...response body from the API... },
latencyMs: 142
}Reference response fields downstream as {{nodeId.data.path}}. The exact response shape is documented on the upstream Hunter.io API reference.
GET
Leads
| Detail | Value |
|---|---|
| Operation ID | leads_4 |
| Method | GET |
| Path | `` |
Parameters
No parameters.
Using this endpoint in a workflow
- Add an API Call node to your workflow.
- Pick your Hunter.io connection from the Connection dropdown.
- In the Operation dropdown, select
leads_4. - Fill in the parameter fields that appear. Use
{{...}}to reference upstream values.
What it returns
The API Call node writes the response to the workflow context:
{
status: 200,
success: true,
data: { ...response body from the API... },
latencyMs: 142
}Reference response fields downstream as {{nodeId.data.path}}. The exact response shape is documented on the upstream Hunter.io API reference.
GET
Lead Lists
| Detail | Value |
|---|---|
| Operation ID | lead_lists_5 |
| Method | GET |
| Path | `` |
Parameters
No parameters.
Using this endpoint in a workflow
- Add an API Call node to your workflow.
- Pick your Hunter.io connection from the Connection dropdown.
- In the Operation dropdown, select
lead_lists_5. - Fill in the parameter fields that appear. Use
{{...}}to reference upstream values.
What it returns
The API Call node writes the response to the workflow context:
{
status: 200,
success: true,
data: { ...response body from the API... },
latencyMs: 142
}Reference response fields downstream as {{nodeId.data.path}}. The exact response shape is documented on the upstream Hunter.io API reference.
GET
Campaigns
| Detail | Value |
|---|---|
| Operation ID | campaigns_6 |
| Method | GET |
| Path | `` |
Parameters
No parameters.
Using this endpoint in a workflow
- Add an API Call node to your workflow.
- Pick your Hunter.io connection from the Connection dropdown.
- In the Operation dropdown, select
campaigns_6. - Fill in the parameter fields that appear. Use
{{...}}to reference upstream values.
What it returns
The API Call node writes the response to the workflow context:
{
status: 200,
success: true,
data: { ...response body from the API... },
latencyMs: 142
}Reference response fields downstream as {{nodeId.data.path}}. The exact response shape is documented on the upstream Hunter.io API reference.