AI Task Completion
Anchor Browser delivers a state-of-the-art 89% Score on the industry-standard benchmark WebVoyager, leveraging browser-use as a core component of the automation capability.
The browser AI object
Anchor Browser comes with an embedded AI component, that allows to control the browser or extract data using natural language.
This capability allows to use the browser without any coding.
For basic usage, the Perform Web Task Tool exposes these capabilities through a single API request.
For advanced usage, use it through the playwright CDP connection (all languages supported by PW are supported)
Code Example
Structured Output
The AI object can also be used to extract structured data from the browser. This is done by providing a JSON schema to the AI object, which will then return the structured data. The following demonstrates using Zod and Pydantic to utilize the structured output capability.