Skip to contents

This function retrieves the domain of a company based on its name using the Hunter.io API.

Usage

hunter_get_company_domain(company_name, api_key = get_hunterio_api_key())

Arguments

company_name

Character string representing the name of the company.

api_key

Hunter.io API key. If not provided, uses get_hunterio_api_key() to retrieve it.

Value

A character string representing the domain of the company. If no domain is found, returns NA.