run_goal
Execute high-level web crawl goals autonomously. The agent plans, navigates, and extracts structured data from complex multi-page tasks using its own LLM loop.
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 |
|---|---|---|---|
| goal | Yes | Natural-language crawl goal | |
| model | No | Model to use (optional; uses default from credentials if omitted) | |
| max_steps | No | Maximum agent steps (optional; default from settings) | |
| allowed_tools | No | Restrict which built-in tools the agent can use (optional) |