Build with UI
No-code workflow builder. Get started in minutes.
Build with Code
Python & Node.js SDKs or REST API.
MCP Server
Use Kadoa from ChatGPT, Claude, Cursor, and other AI assistants.
Kadoa automates web scraping at scale with AI. Our AI agents extract, transform, and integrate data from any website.
Effortless, reliable, compliant.
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);