Hunter.io Domain Search avatar
Hunter.io Domain Search

Deprecated

Pricing

Pay per usage

Go to Store
Hunter.io Domain Search

Hunter.io Domain Search

Deprecated

Developed by

Adriaan

Maintained by Community

Hunter.io's Domain Search is a robust tool for discovering all email addresses linked to a specific domain. It offers confidence scores, department filters, and detailed sources, making it an invaluable resource for efficient contact information retrieval.

0.0 (0)

Pricing

Pay per usage

1

Monthly users

4

Last modified

2 years ago

You can access the Hunter.io Domain Search programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1{
2  "openapi": "3.0.1",
3  "info": {
4    "version": "0.1",
5    "x-build-id": "PihpjFfov8dwU1qjx"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/spiralcrew~hunter-domain-search/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-spiralcrew-hunter-domain-search",
16        "x-openai-isConsequential": false,
17        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18        "tags": [
19          "Run Actor"
20        ],
21        "requestBody": {
22          "required": true,
23          "content": {
24            "application/json": {
25              "schema": {
26                "$ref": "#/components/schemas/inputSchema"
27              }
28            }
29          }
30        },
31        "parameters": [
32          {
33            "name": "token",
34            "in": "query",
35            "required": true,
36            "schema": {
37              "type": "string"
38            },
39            "description": "Enter your Apify token here"
40          }
41        ],
42        "responses": {
43          "200": {
44            "description": "OK"
45          }
46        }
47      }
48    },
49    "/acts/spiralcrew~hunter-domain-search/runs": {
50      "post": {
51        "operationId": "runs-sync-spiralcrew-hunter-domain-search",
52        "x-openai-isConsequential": false,
53        "summary": "Executes an Actor and returns information about the initiated run in response.",
54        "tags": [
55          "Run Actor"
56        ],
57        "requestBody": {
58          "required": true,
59          "content": {
60            "application/json": {
61              "schema": {
62                "$ref": "#/components/schemas/inputSchema"
63              }
64            }
65          }
66        },
67        "parameters": [
68          {
69            "name": "token",
70            "in": "query",
71            "required": true,
72            "schema": {
73              "type": "string"
74            },
75            "description": "Enter your Apify token here"
76          }
77        ],
78        "responses": {
79          "200": {
80            "description": "OK",
81            "content": {
82              "application/json": {
83                "schema": {
84                  "$ref": "#/components/schemas/runsResponseSchema"
85                }
86              }
87            }
88          }
89        }
90      }
91    },
92    "/acts/spiralcrew~hunter-domain-search/run-sync": {
93      "post": {
94        "operationId": "run-sync-spiralcrew-hunter-domain-search",
95        "x-openai-isConsequential": false,
96        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97        "tags": [
98          "Run Actor"
99        ],
100        "requestBody": {
101          "required": true,
102          "content": {
103            "application/json": {
104              "schema": {
105                "$ref": "#/components/schemas/inputSchema"
106              }
107            }
108          }
109        },
110        "parameters": [
111          {
112            "name": "token",
113            "in": "query",
114            "required": true,
115            "schema": {
116              "type": "string"
117            },
118            "description": "Enter your Apify token here"
119          }
120        ],
121        "responses": {
122          "200": {
123            "description": "OK"
124          }
125        }
126      }
127    }
128  },
129  "components": {
130    "schemas": {
131      "inputSchema": {
132        "type": "object",
133        "required": [
134          "api_key",
135          "domain",
136          "limit",
137          "offset"
138        ],
139        "properties": {
140          "api_key": {
141            "title": "🔑 API Key",
142            "type": "string",
143            "description": "Your Hunter.io API key."
144          },
145          "domain": {
146            "title": "Domain or company name from which you want to find the email addresses.",
147            "type": "string",
148            "description": "For example, 'stripe.com' or 'stripe'. Note that you'll get better results by supplying the domain name as we won't have to find it. It doesn't need to be in lowercase."
149          },
150          "limit": {
151            "title": "Specifies the max number of email addresses to return.",
152            "enum": [
153              "10",
154              "20",
155              "30",
156              "40",
157              "50",
158              "60",
159              "70",
160              "80",
161              "90",
162              "100"
163            ],
164            "type": "string",
165            "description": "The default is 10.",
166            "default": "10"
167          },
168          "offset": {
169            "title": "Specifies the number of email addresses to skip.",
170            "enum": [
171              "0",
172              "1",
173              "2",
174              "3",
175              "4",
176              "5",
177              "6",
178              "7",
179              "8",
180              "9",
181              "10"
182            ],
183            "type": "string",
184            "description": "The default is 0.",
185            "default": "0"
186          },
187          "type": {
188            "title": "Get only personal or generic email addresses.",
189            "enum": [
190              "all",
191              "personal",
192              "generic"
193            ],
194            "type": "string",
195            "description": "Choose personal emails, generic emails, or select all.",
196            "default": "all"
197          },
198          "junior": {
199            "title": "Junior",
200            "type": "boolean",
201            "description": "",
202            "default": false
203          },
204          "senior": {
205            "title": "Senior",
206            "type": "boolean",
207            "description": "",
208            "default": false
209          },
210          "executive": {
211            "title": "Executive",
212            "type": "boolean",
213            "description": "",
214            "default": false
215          },
216          "executives": {
217            "title": "Executive",
218            "type": "boolean",
219            "description": "",
220            "default": false
221          },
222          "it": {
223            "title": "IT",
224            "type": "boolean",
225            "description": "",
226            "default": false
227          },
228          "finance": {
229            "title": "Finance",
230            "type": "boolean",
231            "description": "",
232            "default": false
233          },
234          "management": {
235            "title": "Management",
236            "type": "boolean",
237            "description": "",
238            "default": false
239          },
240          "sales": {
241            "title": "Sales",
242            "type": "boolean",
243            "description": "",
244            "default": false
245          },
246          "legal": {
247            "title": "Legal",
248            "type": "boolean",
249            "description": "",
250            "default": false
251          },
252          "support": {
253            "title": "Support",
254            "type": "boolean",
255            "description": "",
256            "default": false
257          },
258          "hr": {
259            "title": "HR",
260            "type": "boolean",
261            "description": "",
262            "default": false
263          },
264          "marketing": {
265            "title": "Marketing",
266            "type": "boolean",
267            "description": "",
268            "default": false
269          },
270          "communication": {
271            "title": "Communication",
272            "type": "boolean",
273            "description": "",
274            "default": false
275          },
276          "education": {
277            "title": "Education",
278            "type": "boolean",
279            "description": "",
280            "default": false
281          },
282          "design": {
283            "title": "Design",
284            "type": "boolean",
285            "description": "",
286            "default": false
287          },
288          "health": {
289            "title": "Health",
290            "type": "boolean",
291            "description": "",
292            "default": false
293          },
294          "operations": {
295            "title": "Operations",
296            "type": "boolean",
297            "description": "",
298            "default": false
299          },
300          "full_name": {
301            "title": "Full Name",
302            "type": "boolean",
303            "description": "",
304            "default": false
305          },
306          "position": {
307            "title": "Position",
308            "type": "boolean",
309            "description": "",
310            "default": false
311          },
312          "phone_number": {
313            "title": "Phone Number",
314            "type": "boolean",
315            "description": "",
316            "default": false
317          }
318        }
319      },
320      "runsResponseSchema": {
321        "type": "object",
322        "properties": {
323          "data": {
324            "type": "object",
325            "properties": {
326              "id": {
327                "type": "string"
328              },
329              "actId": {
330                "type": "string"
331              },
332              "userId": {
333                "type": "string"
334              },
335              "startedAt": {
336                "type": "string",
337                "format": "date-time",
338                "example": "2025-01-08T00:00:00.000Z"
339              },
340              "finishedAt": {
341                "type": "string",
342                "format": "date-time",
343                "example": "2025-01-08T00:00:00.000Z"
344              },
345              "status": {
346                "type": "string",
347                "example": "READY"
348              },
349              "meta": {
350                "type": "object",
351                "properties": {
352                  "origin": {
353                    "type": "string",
354                    "example": "API"
355                  },
356                  "userAgent": {
357                    "type": "string"
358                  }
359                }
360              },
361              "stats": {
362                "type": "object",
363                "properties": {
364                  "inputBodyLen": {
365                    "type": "integer",
366                    "example": 2000
367                  },
368                  "rebootCount": {
369                    "type": "integer",
370                    "example": 0
371                  },
372                  "restartCount": {
373                    "type": "integer",
374                    "example": 0
375                  },
376                  "resurrectCount": {
377                    "type": "integer",
378                    "example": 0
379                  },
380                  "computeUnits": {
381                    "type": "integer",
382                    "example": 0
383                  }
384                }
385              },
386              "options": {
387                "type": "object",
388                "properties": {
389                  "build": {
390                    "type": "string",
391                    "example": "latest"
392                  },
393                  "timeoutSecs": {
394                    "type": "integer",
395                    "example": 300
396                  },
397                  "memoryMbytes": {
398                    "type": "integer",
399                    "example": 1024
400                  },
401                  "diskMbytes": {
402                    "type": "integer",
403                    "example": 2048
404                  }
405                }
406              },
407              "buildId": {
408                "type": "string"
409              },
410              "defaultKeyValueStoreId": {
411                "type": "string"
412              },
413              "defaultDatasetId": {
414                "type": "string"
415              },
416              "defaultRequestQueueId": {
417                "type": "string"
418              },
419              "buildNumber": {
420                "type": "string",
421                "example": "1.0.0"
422              },
423              "containerUrl": {
424                "type": "string"
425              },
426              "usage": {
427                "type": "object",
428                "properties": {
429                  "ACTOR_COMPUTE_UNITS": {
430                    "type": "integer",
431                    "example": 0
432                  },
433                  "DATASET_READS": {
434                    "type": "integer",
435                    "example": 0
436                  },
437                  "DATASET_WRITES": {
438                    "type": "integer",
439                    "example": 0
440                  },
441                  "KEY_VALUE_STORE_READS": {
442                    "type": "integer",
443                    "example": 0
444                  },
445                  "KEY_VALUE_STORE_WRITES": {
446                    "type": "integer",
447                    "example": 1
448                  },
449                  "KEY_VALUE_STORE_LISTS": {
450                    "type": "integer",
451                    "example": 0
452                  },
453                  "REQUEST_QUEUE_READS": {
454                    "type": "integer",
455                    "example": 0
456                  },
457                  "REQUEST_QUEUE_WRITES": {
458                    "type": "integer",
459                    "example": 0
460                  },
461                  "DATA_TRANSFER_INTERNAL_GBYTES": {
462                    "type": "integer",
463                    "example": 0
464                  },
465                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
466                    "type": "integer",
467                    "example": 0
468                  },
469                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
470                    "type": "integer",
471                    "example": 0
472                  },
473                  "PROXY_SERPS": {
474                    "type": "integer",
475                    "example": 0
476                  }
477                }
478              },
479              "usageTotalUsd": {
480                "type": "number",
481                "example": 0.00005
482              },
483              "usageUsd": {
484                "type": "object",
485                "properties": {
486                  "ACTOR_COMPUTE_UNITS": {
487                    "type": "integer",
488                    "example": 0
489                  },
490                  "DATASET_READS": {
491                    "type": "integer",
492                    "example": 0
493                  },
494                  "DATASET_WRITES": {
495                    "type": "integer",
496                    "example": 0
497                  },
498                  "KEY_VALUE_STORE_READS": {
499                    "type": "integer",
500                    "example": 0
501                  },
502                  "KEY_VALUE_STORE_WRITES": {
503                    "type": "number",
504                    "example": 0.00005
505                  },
506                  "KEY_VALUE_STORE_LISTS": {
507                    "type": "integer",
508                    "example": 0
509                  },
510                  "REQUEST_QUEUE_READS": {
511                    "type": "integer",
512                    "example": 0
513                  },
514                  "REQUEST_QUEUE_WRITES": {
515                    "type": "integer",
516                    "example": 0
517                  },
518                  "DATA_TRANSFER_INTERNAL_GBYTES": {
519                    "type": "integer",
520                    "example": 0
521                  },
522                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
523                    "type": "integer",
524                    "example": 0
525                  },
526                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
527                    "type": "integer",
528                    "example": 0
529                  },
530                  "PROXY_SERPS": {
531                    "type": "integer",
532                    "example": 0
533                  }
534                }
535              }
536            }
537          }
538        }
539      }
540    }
541  }
542}

Hunter.io Domain Search OpenAPI definition

OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.

OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.

By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.

You can download the OpenAPI definitions for Hunter.io Domain Search from the options below:

If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.

You can also check out our other API clients:

Pricing

Pricing model

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.