Integrations
Connect to Your Stack
Export enriched data to your CRM, sales engagement tools, or any platform. Seamless integrations that fit your workflow.
15 live integrations across 6 categories · 4 more coming soon
Get Started FreeCRM
5 integrationsSalesforce
Coming SoonSync enriched leads and accounts into Salesforce automatically.
Pipedrive
Coming SoonPush enriched contacts and companies into your Pipedrive pipeline.
Sales Engagement
5 integrationsAutomation
3 integrationsZapier
Coming SoonConnect Kuration to 5,000+ apps through Zapier workflows.
Make
Coming SoonBuild advanced automation scenarios with enriched data.
Spreadsheets
3 integrationsData Formats
2 integrationsBrowser
1 integrationNeed a different integration?
We ship new integrations every month. Tell us what you need and we will prioritize it.
Request an integration →REST API & Webhooks
Build custom integrations with our comprehensive REST API. Submit data, trigger enrichments, and receive results via webhooks — all documented with code examples.
// Natural language research query
POST /api/v1/research
{
"query": "AI companies sponsoring fintech events in EMEA",
"sources": ["events", "web", "pdf"],
"enrich": ["email", "phone", "firmographics"],
"output": "webhook",
"refresh": "weekly"
}
"query": "AI companies sponsoring fintech events in EMEA",
"sources": ["events", "web", "pdf"],
"enrich": ["email", "phone", "firmographics"],
"output": "webhook",
"refresh": "weekly"
}