REST API · MCP · Clay · n8n
Company, people, contact, and web data through one API. Search target accounts, enrich contacts, scrape pages, and run structured research.
// api endpoints
Search, enrich, research, and monitor — one key, one balance.
Multi-step investigation across companies, people, and signals. Returns structured JSON or a synthesis.
Search 60M+ companies and 380M+ contacts by industry, location, title, and firmographics.
Work emails, phone numbers, LinkedIn profiles, tech stack, contacts, and hiring data — pay only when found.
/person-email · /person-phone · /company-tech-stack +3 more
LinkedIn post activity, reactions, comments, and live page find, scrape, and analyze.
/linkedin-post-reactions · /page-scrape +5 more
// call the api
Send a request, get structured JSON back. Schemas and examples are in the API docs.
POST /company-search { "query": { "industry": { "include": ["Software Development"] }, "location": { "include": ["US"] } } }
{
"success": true,
"companies": [{
"name": "Matching company",
"website": "https://company.example",
"industry": "Software Development"
}],
"total": 1,
"price": 0.0003
}
POST /person-email { "first_name": "Sarah", "last_name": "Chen", "domain": "notion.so" }
{
"success": true,
"email": "sarah.chen@notion.so",
"confidence": "high",
"price": 0.012
}
POST /research { "tier": "standard", "prompt": "Research linear.app for company context, hiring activity, technology usage, and relevant people.", "schema": { "company_summary": "What the company does", "hiring_activity": "Current hiring activity", "technology": "Detected technology", "relevant_people": "Relevant people and roles" } }
{
"success": true,
"result": {
"company_summary": "Researched company context",
"hiring_activity": "Activity found for this request",
"technology": ["Detected tools"],
"relevant_people": ["Name and role when found"]
},
"tier": "standard",
"price": 0.027
}
Illustrative values. Full API → · MCP setup → · Get your API key →
// huntr skills
Install Huntr Skills to run target-list, enrichment, and research workflows with cost approval and CSV state.
npx skills add tryhuntr/huntr-skills -g -y
// pricing
Start free, or pick an unlimited plan for search, email, and company data at scale.
For developers, experiments, and low-volume workflows.
For teams starting repeatable list building.
For teams that need fresh company + people data, on repeat.
For high-output teams running true multi-channel outreach.
// faq
A GTM intelligence API gives products, automations, and AI agents structured context about target companies, relevant people, available contact data, websites, and market activity. Huntr combines direct data endpoints with a research agent that can investigate a broader objective and return a synthesized or structured result.
Use Huntr when research needs to run inside your product, automation, or AI agent. Huntr is accessed directly through API and MCP, uses pay-per-request pricing, and does not require a monthly platform subscription. You can also call it from a Clay HTTP column.
Pay as you go uses one credit balance with per-call pricing. 50k Leads & Email ($99/month) includes monthly allowances for company search, people search, and email finder. Unlimited Leads & Email ($399/month) and Unlimited Phone ($599/month) include unlimited search, email, and company data plus monthly credits for research and signals. See full endpoint pricing or call GET /pricing for live API prices. Failed research requests are refunded automatically.
Use the research agent when you want to describe an intelligence objective and receive a researched answer or structured result. Use direct APIs when your workflow already knows the exact data it needs, such as company search, person search, contacts, jobs, tech stack, or page analysis.
Yes. Huntr is a REST API with MCP support, so you can call it from products, agents, Clay HTTP columns, n8n, Make, Zapier, Cursor, Claude, ChatGPT, and custom workflows. Send a POST to /research for the agent, or call a direct endpoint when you need a specific data result.
Huntr returns the usable research it found whenever possible. If the request fails completely, you are not charged.
Yes. Point Claude Desktop or Cursor at POST /mcp with your API key and Huntr appears as a tool. Your AI assistant can run research, check pricing, and retrieve account information through the MCP server.