ai_browser_agent
Automate website navigation, clicking, form filling, and scrolling to extract data in your chosen format (JSON, CSV, HTML, markdown, or Toon).
Instructions
Run the browser agent and return the data in the specified format.
This tool is useful if you need navigate around the website and do some actions. It allows navigating to any url, clicking on links, filling forms, scrolling, etc. Finally it returns the data in the specified format. Schema is required only if output_format is json, csv or toon. 'task_prompt' describes what browser agent should achieve
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to start the browser agent navigation from. | |
| schema | No | The schema to use for the scrape. Only required if output_format is json, csv or toon. | |
| task_prompt | Yes | What browser agent should do. | |
| geo_location | No | Two letter ISO country code to use for the browser proxy. | |
| output_format | No | The output format. Markdown returns full text of the page including links. Toon(Token-Oriented Object Notation) returns data in Toon format, which is optimized for AI agents. If json, csv or toon, the schema is required. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |