Skip to main content

Build with UI

No-code workflow builder. Get started in minutes.

Build with Code

Python & Node.js SDKs or REST API.

CLI

Manage workflows from the terminal and CI/CD pipelines.

MCP Server

Use Kadoa from ChatGPT, Claude, Cursor, and other AI assistants.

Quick Example

import { KadoaClient } from '@kadoa/node-sdk';

const client = new KadoaClient({ apiKey: 'YOUR_API_KEY' });
const result = await client.extraction.run({
  urls: ["https://sandbox.kadoa.com/ecommerce"]
});

console.log(result.data);