/research) and deterministic endpoints (search, enrichment, pages). Both use the same API key and credit balance.
Research agent (POST /research)
Best for: open-ended questions where you want Huntr to decide which sources to check and how to combine them.
- One call for account briefs, buyer research, competitive questions
- Optional
schemafor structured top-level fields - Tiers (
lite,standard,deep) control capability depth
- One primary target per request
- Not for bulk list + per-row enrichment
- Price is per completed research run (see
/pricingfor current tiers)
Research tiers
| Tier | Typical use |
|---|---|
lite | Public-web research — search, news, pages |
standard | Company research + tech, contact, and page enrichment |
deep | People and contact research — profiles, email finding, LinkedIn |
Direct endpoints
Best for: repeatable workflows where your code (or Clay column) already knows the operation.| Family | Examples | Billing |
|---|---|---|
| List building | /company-search, /person-search | Per row returned; count endpoints free |
| Company enrichment | /company-linkedin, /company-tech-stack, /company-jobs, /company-contact | Per request; some free when no data found |
| Person enrichment | /person-email, /person-linkedin, /person-linkedin-url | Per request |
| Page enrichment | /page-find, /page-scrape, /page-analyze | Per request |
- Predictable inputs and outputs
- Lower cost for single-purpose lookups
- Easy to chain in automations (search → enrich → email)
Cost intuition
| Task | Prefer |
|---|---|
| ”What should we say to Stripe about fraud partnerships?” | /research |
| ”Get stripe.com’s tech stack” | /company-tech-stack |
| ”Find the CEO email at notion.so” | /person-email or /research tier deep |
| ”500 SaaS companies in the US with 50–200 employees” | /company-search |
/research.
MCP exposes the full API
The Huntr MCP server mirrors every REST endpoint as a tool — not justresearch:
- Research:
research - List building:
company_search,company_search_count,person_search,person_search_count - Enrichment:
person_email,person_linkedin,tech_stack,job_postings,company_contact, and more - Pages:
find_pages,page_scrape,page_analyze - Meta (free):
get_pricing,get_balance,get_usage
research for open-ended synthesis on one target. See the full tool list.