run_goal
Execute complex multi-page crawling tasks by providing a natural-language goal. The agent autonomously plans, navigates, and extracts structured data.
Instructions
Execute a high-level crawl goal autonomously. The agent plans, navigates, and extracts data using its own LLM loop. Returns structured results when done. Use this for complex multi-page tasks; use individual tools (navigate, click, etc.) for fine-grained control.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| allowed_tools | No | Restrict which built-in tools the agent can use (optional) | |
| goal | Yes | Natural-language crawl goal | |
| max_steps | No | Maximum agent steps (optional; default from settings) | |
| model | No | Model to use (optional; uses default from credentials if omitted) |