Skip to main content
The Navigation Mode tells Kadoa where to navigate, based on your specific use case. Navigation modes are available in both the UI workflow builder and when creating workflows programmatically via API/SDK.

Single page

Example
  • Stay on this page
  • Extract data
Use cases: contact page, about us, single article

List (automatic pagination & scrolling)

Example
  • Navigate lists with pagination or scroll
  • Extract each item
Use cases: search results, lists or directories, product catalog

List + Details

Example
  • Navigate lists with pagination or scroll
  • Click items
  • Extract details
Use cases: product list + product details, news list + full articles

Custom AI Navigation

AI Navigation is currently only available for Enterprise customers. To upgrade, get in touch with our sales team.
Example
  • Write prompts that the AI will follow
  • Automate browser interactions
  • Extract data from files (PDFs, CSVs, etc.)
Slower and uses more resources. Only use when simpler modes won’t work.
Use cases: pages requiring interactions, complex navigations, or full-site crawls. Learn more about AI Navigation →

Using Navigation Modes

  • In UI
  • In SDK/API
When creating a workflow in the dashboard, select your navigation mode from the visual selector:
  1. Go to Create Workflow
  2. Enter your source URL
  3. Choose navigation mode from the options
  4. Configure additional settings
Learn more about creating workflows in UI →
I