Skip to Content
The Makinari API repo now includes an MCP Server — connect your AI models directly. View on GitHub →
AgentsSales

Lead Research

Conducts comprehensive research on a specific lead.

POST /api/agents/sales/leadResearch

Request Body

{ "site_id": "123e4567-e89b-12d3-a456-426614174000", "lead_id": "123e4567-e89b-12d3-a456-426614174000", "userId": "123e4567-e89b-12d3-a456-426614174000", "researchDepth": "deep", "includeSocialMedia": true }
ParameterTypeRequiredDescription
site_idstringYesThe UUID of the site.
lead_idstringYesThe UUID of the lead to research.
userIdstringYesThe UUID of the user.
researchDepthstringNoDepth of research: ‘standard’, ‘deep’ (default: ‘standard’).
includeSocialMediabooleanNoWhether to include social media analysis.
includeCompetitorAnalysisbooleanNoWhether to include competitor analysis.

Response

Returns detailed research findings about the lead and their company.

Last updated on