Fully hosted web agents
Browser Use Agents
Describe the task in a sentence. An agent runs it in a real stealth browser and returns structured data.
Run your first agent
Measured on real browser tasks.
Compare task success and cost on the same benchmark. Results below use our 106-task Internal Bench Hard set; the benchmark page explains the scoring and cost calculation.
Browser Use: 82% of tasks solved at 17¢ each. That is 20 points better than Opus 5, which costs 20× more per solved task.
Toolstrict accuracyCost
Thousands of agents in parallel
Runs on our own stealth browsers
Real-time web monitoring
Structured outputs
{
"title": "Aeron Chair",
"price": 1395.00,
"currency": "USD",
"in_stock": true
}One sentence in, structured data out.
# Hand the agent a task in plain Englishcurl https://api.browser-use.com/api/v4/runs \ -H "X-Browser-Use-API-Key: $BROWSER_USE_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "task": "Find the top Hacker News story and return its title and points" }' # {# "id": "9c2f...",# "status": "queued",# "sessionId": "5b81...",# "eventsUrl": "https://api.browser-use.com/..."# }run-agent.sh·Pick any model · swap it per run
Give your product an agent.
Run your first agentFAQ