Skip to main content
These workflows are for GTM engineers building scripts, internal tools, and automations against Huntr. Each recipe covers the endpoint sequence, cost model, pagination, and common mistakes.
Pick direct endpoints when you know the operation. Use POST /research only for one account, buyer, or synthesis question. Bulk jobs that loop /research return 422 BULK_ENRICHMENT_REQUIRED and are not charged.

Workflow catalog

ICP list build

Preview match size for free, paginate company search, export to CSV or your warehouse.

Outbound pipeline

Company list → people at each account → work emails → CRM or sequencer.

Account research brief

One account or buyer → synthesized brief with optional structured schema output.

Signal scanner

Tech stack + job postings (+ optional site contacts) → score accounts → trigger outreach.

Account penetration

You already have the domain — find decision-makers and enrich contacts.

Decision guide

You have…Start here
ICP filters, need many companiesICP list build
Companies, need people + emailsOutbound pipeline
One target, need a narrative briefAccount research
Domains, need hiring/stack signalsSignal scanner
One domain, need the right buyersAccount penetration

Claude Code skills

Install workflow skills that turn these recipes into runnable scripts:
npx skills add tryhuntr/huntr-skills -g -y
See Huntr Skills for install options and per-skill triggers.

Prerequisites

export HUNTR_API_KEY="hntr_live_xxxxxxxxxxxx"
export HUNTR_BASE_URL="https://api.tryhuntr.com"
Get a key from the dashboard. Check current prices anytime:
curl "${HUNTR_BASE_URL}/pricing"

Next step