browse
Execute natural language browser tasks: navigate, click, type, and extract data automatically. Uses AI vision to handle dynamic page layouts without needing CSS selectors.
Instructions
Execute a browser task described in natural language. The AI agent navigates and interacts with pages automatically. Resilient to site layout changes — no CSS selectors needed.
Args: task: What to do, e.g. "Search for 'AI news' and return top 3 results" url: Optional starting URL to navigate to first max_steps: Maximum interaction steps (capped at 50) session_id: Optional session ID to reuse an existing browser session
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| task | Yes | ||
| max_steps | No | ||
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |