• package: @agentic/hunter
  • exports: class HunterClient, namespace hunter
  • env vars: HUNTER_API_KEY
  • source
  • hunter api docs

Install

Usage

import { HunterClient } from '@agentic/hunter'

const hunter = new HunterClient()
const res0 = await hunter.domainSearch('apple.com')
const res1 = await hunter.emailFinder({
  domain: 'transitivebullsh.it',
  first_name: 'travis',
  last_name: 'fischer'
})