Give your agents company, people, contact, and web intelligence through one API. Search target accounts, discover decision-makers, enrich contacts, and run structured web research.
// one intelligence layer
One API for company and people discovery, contact enrichment, website intelligence, and agent-led research.
Turn an account, lead, market, or buying-signal objective into a researched answer or structured result.
Build targeted company and people lists using business, location, company, and profile criteria.
Enrich people profiles and find available work email addresses for leads.
Enrich companies with profile, contact, hiring, and technology data.
Find, scrape, and analyze public pages such as pricing, docs, careers, contact, product, and blog pages.
// intelligence for every workflow
Give the research agent an outcome to investigate, or call a direct endpoint when your agent already knows the exact data it needs.
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,
"request_id": "req_example",
"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
}
POST /company-search
{
"query": {
"industry": {
"include": ["Software Development"]
},
"location": {
"include": ["US"]
}
}
}
{
"success": true,
"request_id": "req_example",
"companies": [
{
"name": "Matching company",
"website": "https://company.example",
"industry": "Software Development"
}
],
"total": 1,
"price": 0.0003
}
Illustrative values shown. Response fields follow the live API contract. Read the API reference →
// built for agents and operators
Give your product or agent structured company, people, contact, and web context through REST or MCP.
Explore the API →Find target accounts, identify relevant people, enrich contacts, and investigate buying signals.
Try it free →Run repeatable account and lead intelligence across clients, campaigns, and automated workflows.
Try it free →// huntr vs clay
Bring GTM intelligence into your product, Clay, n8n, Make, MCP, or AI agent without moving the workflow into another platform.
// pricing
Add credits once. Use them for research tasks or data endpoints. No subscription or monthly minimum.
Research Agent
Choose Lite, Standard, or Deep for each /research request. You pay one displayed price for the completed run.
| Model | Lite | Standard | Deep |
|---|---|---|---|
| gpt-5-nano | $0.015 | $0.021 | $0.037 |
| gemini-2.5-flash-lite | $0.015 | $0.022 | $0.037 |
| deepseek-v3.2 | $0.015 | $0.022 | $0.038 |
| gpt-4.1-nano | $0.015 | $0.022 | $0.037 |
| gpt-4o-mini | $0.015 | $0.022 | $0.039 |
| gpt-5-mini | $0.017 | $0.026 | $0.044 |
| gpt-4.1-mini | $0.017 | $0.026 | $0.045 |
| gemini-2.5-flash All tiers default | $0.018 | $0.027 | $0.046 |
| gemini-3-flash | $0.019 | $0.030 | $0.050 |
| claude-haiku-4-5 | $0.023 | $0.038 | $0.062 |
| gemini-2.5-pro | $0.029 | $0.050 | $0.080 |
| gpt-5 | $0.029 | $0.050 | $0.080 |
| gpt-4.1 | $0.030 | $0.052 | $0.083 |
| gpt-4o | $0.034 | $0.060 | $0.095 |
| gemini-3.1-pro | $0.034 | $0.060 | $0.095 |
| gpt-5.4 | $0.039 | $0.070 | $0.110 |
| claude-sonnet-4-6 | $0.041 | $0.074 | $0.116 |
| claude-opus-4.6 | $0.059 | $0.110 | $0.170 |
Every displayed amount is the complete price for one successful research request. Choose a tier and optionally override the synthesis model. Failed requests are refunded automatically.
Data Endpoints
Search endpoints charge per returned result. Enrichment and page endpoints charge when data is found.
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.
Choose a research tier and optional synthesis model. The displayed per-request price is the complete charge for a successful run. Direct search endpoints charge per returned result, enrichment endpoints charge only when requested data is found, and 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.