Build with Yutori’s state-of-the-art web agents that can autonomously monitor and execute tasks on the web.
Yutori Navigator
Highest accuracy, lowest price.
Navigator sets a new state of the art on browser-use benchmarks: 78.7% success rate on Online-Mind2Web3 and 83.4% on Navi-Bench, a new benchmark we are introducing. It also demonstrates strong real-world performance, outperforming other computer-use models.
API capabilities.
n1 is a pixels-to-actions LLM that predicts actions to interact with webpages in a browser. The n1 API follows OpenAI’s Chat Completions spec. It takes the user’s task in natural language, the current screenshot, and the action history as input, and predicts the next action.
The Browsing API enables automation of browser-based workflows. Simply specify what to do in natural language and an AI agent that runs its own cloud browser and navigates websites like a person will click, type, scroll, etc. to complete the task.
The Scouting API enables monitoring tasks that run on a schedule. Perfect for tracking news, price changes, product updates, or any recurring information gathering needs without worrying about duplicate or stale information.
n1 is a pixels-to-actions LLM that predicts actions to interact with webpages in a browser. The n1 API follows OpenAI’s Chat Completions spec. It takes the user’s task in natural language, the current screenshot, and the action history as input, and predicts the next action.
1
2
3
4
5
6
7
8curl --request POST \
--url https://api.yutori.com/v1/browsing/tasks \
--header 'X-API-Key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"task": "Give me a list of all employees (names and titles) of Yutori.",
"start_url": "https://yutori.com"
}'
1
2
3
4
5
6
7
8
9
10curl --request POST \
--url https://api.yutori.com/v1/scouting/tasks \
--header 'X-API-Key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"query": "Tell me about the latest news, product updates, press releases, social media announcements, investments into, or other relevant information about Yutori",
"start_timestamp": 0,
"output_interval": 86400,
"webhook_url": "https://example.com/webhook"
}'
Ready to try it out?
Let's equip your system with the most performant web agents.