AI Navigation is currently only available for Enterprise customers. Contact sales to upgrade.
AI Navigation enables autonomous website navigation through natural language instructions. Our coordination AI agent then breaks down the task and enlists sub-agents to complete it. The system adapts to site changes in real-time and validates all outputs for accuracy. AI Prompt

How to Use

To create a workflow with AI Navigation, you can set it up the same way as you would set up a normal workflow:
  1. Define the source URL - Start with any website URL where your data extraction begins
  2. Define your data schema
    • Auto-detected schema: The agent extracts what it discovers on the page or what you describe in your prompt
    • Manually defined schema: Any pre-defined or manually created schema will be used by the AI agent
  3. Choose AI Navigation mode - Select “AI Navigation” as your navigation method
  4. Write your instructions - Describe the step-by-step navigation and extraction process in natural language
  5. Test and deploy - Run a test extraction to validate the workflow, then deploy for production use

Use Cases

AI Navigation is ideal for scenarios that were previously difficult or impossible to automate:
  • Complex browser interactions – Handle multi-step forms or search flows before extracting data
  • Scraping behind login – Access gated portals before collecting information
  • Document extraction – Locate, download, and extract the right content from files
  • Search and crawling – Start from a root URL, then find and retrieve content based on keywords

Writing Effective Prompts

For best results, structure your instructions using this 4-step formula:

1. Start with navigation

Be specific about where to go and what to click
  • ✅ “Navigate to the careers section, then click on ‘Engineering roles’”
  • ❌ “Find job postings”

2. Handle interactions

Tell the AI how to use forms, filters, or authentication
  • ✅ “Search for ‘sensors’ and filter by ‘in stock’”
  • ❌ “Find relevant products”

3. Specify data fields

List exactly what data to extract
  • ✅ “Extract: product_name, price, brand, availability”
  • ❌ “Get product information”

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