Skip to contents

Register various tools for geocoding, address cleaning, and domain extraction.

Functions:

  • tool_gmaps_places_search(): Search for places using Google Maps Places API to find website and contact information.

  • tool_gmaps_geocode_address(): Geocode an address using the Google Maps Geocoding API.

  • tool_hunter_get_email_address(): Retrieve an email address based on the provided company domain, company name, and person's first and last name using the Hunter.io API.

Usage

tool_gmaps_places_search()

tool_gmaps_geocode_address()

tool_hunter_get_email_address()

Value

Each function returns an ellmer::tool() definition object.