The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"createdAt": "2021-02-22T11:10:50.078Z",
"updatedAt": "2021-02-22T11:10:50.078Z",
"id": "55",
"name": "Hunter: domainSearch emailFinder emailVerifier",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
250,
300
],
"id": "71b4c90c-bc69-40af-ae0d-4148c869e90f"
},
{
"parameters": {
"domain": "n8n.io",
"limit": 1,
"filters": {}
},
"name": "Hunter",
"type": "n8n-nodes-base.hunter",
"typeVersion": 1,
"position": [
450,
300
],
"credentials": {
"hunterApi": {
"name": "<your credential>"
}
},
"id": "1d897521-8f0d-4e5b-8c16-e4db83af76de"
},
{
"parameters": {
"operation": "emailFinder",
"domain": "n8n.io",
"firstname": "hosting",
"lastname": "test"
},
"name": "Hunter1",
"type": "n8n-nodes-base.hunter",
"typeVersion": 1,
"position": [
600,
300
],
"credentials": {
"hunterApi": {
"name": "<your credential>"
}
},
"id": "e3d7ac81-0e2f-4c1c-947e-99539c16049f"
},
{
"parameters": {
"operation": "emailVerifier",
"email": "nodeqa@n8n.io"
},
"name": "Hunter2",
"type": "n8n-nodes-base.hunter",
"typeVersion": 1,
"position": [
750,
300
],
"credentials": {
"hunterApi": {
"name": "<your credential>"
}
},
"id": "6882fbb1-7af6-4585-90f3-d2881e1c07aa"
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "Hunter",
"type": "main",
"index": 0
}
]
]
},
"Hunter": {
"main": [
[
{
"node": "Hunter1",
"type": "main",
"index": 0
}
]
]
},
"Hunter1": {
"main": [
[
{
"node": "Hunter2",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null,
"meta": null,
"versionId": null,
"triggerCount": 0,
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
hunterApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Hunter: domainSearch emailFinder emailVerifier. Uses start, hunter. Manual trigger; 4 nodes.
Source: https://github.com/n8n-io/test-workflows/blob/c1d376431a818f81f44e9ce645b8fb4878805419/workflows/55.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
PostHog:Event:create:Identity:create:Alias:create:Track:page screen. Uses start, postHog. Manual trigger; 6 nodes.
This n8n template demonstrates how to identify new queries in Google Search Console that had no impressions in the past but appeared for the first time in the last 7 days. It also segments them into t
Demio:Event:getAll get register:Report:get. Uses start, demio. Manual trigger; 5 nodes.