Hunter.io Domain Search avatar
Hunter.io Domain Search
Deprecated
View all Actors
This Actor is deprecated

This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?

See alternative Actors
Hunter.io Domain Search

Hunter.io Domain Search

spiralcrew/hunter-domain-search

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.

Hunter.io's Domain Search is a powerful tool that allows you to find all the email addresses associated with a specific domain, typically a company's website. By simply searching a domain name or company name, you can discover publicly available email addresses linked to that domain.

The tool provides a confidence score for each email address, indicating the likelihood of its accuracy based on the data Hunter.io has available. It also allows you to filter the results by department, helping you find the right point of contact within an organization.

Moreover, Domain Search provides detailed sources for each email address, showing where on the internet the email address was found. This feature can be particularly useful for verifying the authenticity of the email addresses and understanding their context.

In essence, Hunter Domain Search actor is a valuable resource for anyone looking to quickly and efficiently find contact information associated with a specific company or website.

How does it work ?

To use the actor, you first need to signup and get an API key from Hunter.io's website. They provide a free plan that includes 25 searches per month, allowing you to try the service before committing to a paid plan.

Once you obtain the API key, you fill it into the actor's input together with the domain or company name you want to search for. Adjust the filters to your liking, and you are good to go!

No API key? Use our Domain Email Search actor directly and pay only for returned emails.

Features

The "Hunter Domain Search" actor offers a range of powerful features to help you find email addresses associated with a domain or company name:

  • Email Discovery: Finds all publicly available email addresses associated with a specific domain.
  • Confidence Scores: Provides a confidence score for each email address, indicating the likelihood of its accuracy.
  • Department Filters: Allows you to filter email addresses by department, helping you find the right point of contact within an organization.
  • Detailed Sources: Shows where on the internet each email address was found, which can be useful for verifying the authenticity of the email addresses and understanding their context.
  • Pagination: Supports pagination through the 'limit' and 'offset' parameters, allowing you to retrieve all email addresses associated with a domain.
  • Email Type Filter: Allows you to filter by 'personal' or 'generic' email addresses.
  • Seniority Filter: Enables you to filter email addresses by seniority level (junior, senior, executive).
  • Required Fields Filter: Allows you to filter email addresses that have certain fields (full_name, position, phone_number).
  • Data Points: In addition to email addresses, the API can return dozens of other data points about the domain and the individuals associated with the email addresses.

Example Input

1{
2    "api_key": "YOUR_API_KEY",
3	"domain": "stripe.com",
4	"executive": true,
5	"senior": false,
6	"junior": false,
7    "communication": false,
8    "design": false,
9    "education": false,
10    "executives": false,
11    "finance": false,
12    "health": false,
13    "hr": false,
14    "it": true,
15    "legal": false,
16    "management": false,
17    "marketing": false,
18    "operations": false,
19    "sales": true,
20    "support": false,
21	"position": false,
22	"full_name": true,
23	"phone_number": true,
24}

Example Output

1[{
2	"domain": "stripe",
3	"value": "example@stripe.com",
4	"type": "personal",
5	"confidence": 94,
6	"sources": [
7		{
8			"domain": "karla.io",
9			"uri": "http://karla.io/files/ichthyology-slides.pdf",
10			"extracted_on": "2023-05-23",
11			"last_seen_on": "2023-05-23",
12			"still_on_page": true
13		},
14		{
15			"domain": "karla.io",
16			"uri": "http://karla.io/files/ichthyology-wp.pdf",
17			"extracted_on": "2023-05-23",
18			"last_seen_on": "2023-05-23",
19			"still_on_page": true
20		},
21		{
22			"domain": "pdfslide.us",
23			"uri": "http://pdfslide.us/documents/characiformes-characidae-neotropical-ichthyology-162-e170073-2018.html",
24			"extracted_on": "2022-12-01",
25			"last_seen_on": "2023-05-29",
26			"still_on_page": true
27		},
28		{
29			"domain": "pdfslide.us",
30			"uri": "http://pdfslide.us/documents/lake-malawi-fisheries-management-symposium-department-of-ichthyology-and-fisheries.html",
31			"extracted_on": "2022-11-28",
32			"last_seen_on": "2023-05-29",
33			"still_on_page": true
34		},
35		{
36			"domain": "pdfslide.net",
37			"uri": "http://pdfslide.net/documents/ichthyology-phishing-as-a-science-black-hat-home-ichthyology-phishing.html",
38			"extracted_on": "2022-03-14",
39			"last_seen_on": "2023-06-22",
40			"still_on_page": true
41		},
42		{
43			"domain": "pdfslide.us",
44			"uri": "http://pdfslide.us/documents/ichthyology-phishing-as-a-science-black-hat-home-ichthyology-phishing.html",
45			"extracted_on": "2021-07-28",
46			"last_seen_on": "2023-05-25",
47			"still_on_page": true
48		}
49	],
50	"first_name": "Karla",
51	"last_name": "Burnett",
52	"position": "Security Engineer",
53	"seniority": null,
54	"department": "it",
55	"linkedin": null,
56	"twitter": null,
57	"phone_number": null,
58	"verification": {
59		"date": "2023-06-22",
60		"status": "accept_all"
61	}
62}]

Your Feedback

We're constantly working on improving the performance of our actors. If you have any technical feedback or encountered a bug while using the "Hunter Domain Search" actor, please create an issue on the actor's Issues tab in the Apify Console. Your feedback is valuable to us as we enhance the functionality of the actor and address any issues that may arise.

Developer
Maintained by Community