- Navigator, our most accurate and efficent web navigation agent.
- The bitter lesson for web agents, and how vision scales better than the DOM.
Browsing API
The Browsing API enables automation of browser-based workflows. Simply specify what to do in natural language, for example:- Fill forms on websites
- Extract structured data from complex web pages
- Automate multi-step workflows that require authentication
- Check a page for changes and retrieve updated information
"require_auth": true on your request so the system can prefer an auth-optimized browser provider.
See the Browsing API to create your first browsing task.
Scouting API
The Scouting API enables continuous monitoring of the web at a configurable schedule for tracking any changes relevant to a query. Simply specify what you’re looking to track in natural language, for example:- anytime a startup in SF announces seed funding
- when H100 pricing per hour drops below $1.50
- when a new AI model launches
While the Browsing API is designed for one-time task execution — you create a task, which is
completed immediately in a cloud browser — the Scouting API is meant for setting up periodic monitoring
and alerts for changes over time.
- Create, manage, pause Scouts
- Receive updates via webhooks or emails
- Control notification preferences
- Mark Scouts as complete
The Scouting API powers Yutori’s Scouts product. See how it works: