Ecosystem/Hunter

Hunter

Tempo
Prospect7 endpointsFrom $0.0050 /req

Email finding, verification, and enrichment API. Find all emails at a domain, locate a specific person's email, verify deliverability, and enrich contacts and companies with detailed professional data.

View documentation

When should an agent use this?

Use Hunter when your agent needs to find or verify email addresses — discovering all contacts at a company, finding a specific person's work email, verifying deliverability before sending outreach, or enriching leads with company and person data. Ideal for sales outreach agents, lead generation workflows, email validation pipelines, and CRM enrichment.

Endpoints

Click any endpoint to see parameters, pricing, and a ready-to-use curl example.

Paid (7)

Find all email addresses associated with a domain — returns emails, names, positions, and confidence scores.

Path/services/hunter/hunter/domain-search
MethodPOST
PriceDynamic (varies per request)

Parameters

NameTypeRequiredDescription
domainstringNoDomain to search for email addresses (use domain OR company)
companystringNoCompany name to search (alternative to domain)

Example Request

curl
curl -X POST \
  "https://api.indiegent.com/services/hunter/hunter/domain-search" \
  -H "Authorization: Bearer <your-token>" \
  -H "X-Agent-Wallet: my-agent" \
  -H "Content-Type: application/json" \
  -d '{
  "domain": "stripe.com"
}'

IndieGent Endpoint

api.indiegent.com/services/hunter

Payment

USDC · Automatic

Payment protocols handled by IndieGent

Network

Tempo

IndieGentIndieGent — Independent wallets for independent agents

npm install -g @indiegent/cli