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 Free

CRM

5 integrations
HubSpot logo

HubSpot

Live

Push enriched contacts directly to HubSpot deals and lists.

Setup guide
Salesforce logo

Salesforce

Coming Soon

Sync enriched leads and accounts into Salesforce automatically.

Pipedrive logo

Pipedrive

Coming Soon

Push enriched contacts and companies into your Pipedrive pipeline.

Attio logo

Attio

Live

Sync enriched contacts and companies directly into your Attio workspace.

Setup guide
Zoho CRM logo

Zoho CRM

Live

Push enriched leads and accounts into Zoho CRM modules automatically.

Setup guide

Sales Engagement

5 integrations
Smartlead logo

Smartlead

Live

Add enriched prospects directly to your Smartlead campaigns.

Setup guide
Lemlist logo

Lemlist

Live

Push verified contacts into Lemlist outreach sequences.

Setup guide
Instantly logo

Instantly

Live

Add leads directly to your Instantly cold email campaigns.

Setup guide
Reply.io logo

Reply.io

Live

Push verified prospects into Reply.io multichannel sequences.

Setup guide
HeyReach logo

HeyReach

Live

Add enriched leads to HeyReach LinkedIn outreach campaigns.

Setup guide

Automation

3 integrations
Zapier logo

Zapier

Coming Soon

Connect Kuration to 5,000+ apps through Zapier workflows.

Make logo

Make

Coming Soon

Build advanced automation scenarios with enriched data.

Webhooks logo

Webhooks

Live

Real-time data delivery to your endpoints as lists are enriched.

Setup guide

Spreadsheets

3 integrations
Google Sheets logo

Google Sheets

Live

Export enriched lists directly to Google Sheets for collaboration.

Setup guide
CSV logo

CSV

Live

Download standard CSV files compatible with any tool or platform.

Setup guide
Excel logo

Excel

Live

Export to native Excel format with formatting preserved.

Setup guide

Data Formats

2 integrations
JSON logo

JSON

Live

Structured JSON export for developers and custom pipelines.

Setup guide
REST API logo

REST API

Live

Build custom integrations with our comprehensive REST API.

Setup guide

Browser

1 integration
Chrome Extension logo

Chrome Extension

Live

Extract and enrich data from any webpage directly in your browser.

Setup guide

Need 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"
}