Search domain module in hunter.io

Hey all,

I am trying to build a enriching sequence using hunter.io, but I can’t see or find the module ‘search domains’.
I believe it was an option, so I am unsure whats going on, maybe there’s been an update?

as you can see I am using the ‘By Domains’ search field, but it still shows error ‘missing first name’ which is the reason I need to use the domain - I don’t know the name.

Any help/ advice is appreciated.
Have a wonderful day



2 Likes

Hi @summer1,

You should be able to use the “Make an API Call” action for this

Within it, use the following endpoint:

GET https://api.hunter.io/v2/domain-search?domain=intercom.com&api_key=API_KEY

Because you’re already authenticated, I wonder if you need to include the API_Key at the end but give it a shot and see!

Hope this helps!

-@Trainward_Consulting