Scraping often starts with browser actions (searching, paging, clicking, downloading) before extracting the actual data. Historically, Kadoa relied on predefined navigation strategies, which limited the feasibility of more complex use cases. Over time, we’ve learned a great deal about what makes automated browser navigation work well. The result is our new AI Navigation mode.
AI Navigation lets you describe any web scraping task in plain language. Our coordination AI agent then breaks down the task and enlists sub-agents to complete it.

AI Navigation is now available for all Enterprise plans via API or UI.
To create a workflow with AI Navigation, you can set it up in almost the same way as you would set up a normal workflow:
Here is how an example prompt and the resulting data can look like:


AI Navigation is ideal for scenarios that were previously difficult or impossible to automate:
Example prompts:
- Search for "industrial sensors"
- Filter by "in stock"
- Extract: part_number, description, quantity, unit_price, supplier_code
- Download the technical specification PDFs for each product
- Continue through all result pages
- Navigate to the investor relations section
- Find all quarterly earnings reports from 2024-2025
- Download each PDF and extract: revenue, net_income, eps, guidance
- Also collect the following metadata: report_date, fiscal_quarter, filing_type
AI Navigation is available now for all Enterprise plans via API or UI. Check out the documentation or reach out to us for support.