Skip to main content

Prerequisites

  • A Kadoa account with API key
  • SDK installed: npm install @kadoa/node-sdk or uv add kadoa-sdk
  • An existing workflow (create one first)

Scheduling Options

Configure when your workflow runs:

Available Intervals

Manual Execution

Run workflows on demand:

Checking Workflow Status

Poll the workflow status to know when extraction is complete:
Workflow States:
  • IN_PROGRESS - Extraction is running
  • COMPLETED - Data is ready to retrieve
  • FAILED - Extraction failed (check errors field)

Proxy Locations

Specify geographic location for extraction:
Available locations:
  • US - United States
  • GB - United Kingdom
  • DE - Germany
  • NL - Netherlands
  • CA - Canada
  • auto - Automatic selection

Bypass Preview Mode

Skip manual review and activate workflows immediately:

Next Steps