Agent Quickstart
When to use Browser Agents
- Scrape authed SaaS dashboards your agent would otherwise need you to log into manually
- Bulk enrichment — drop a CSV of URLs in, get structured JSON back for each row
- Multi-step flows — click “Next”, paginate, extract from page 2
- Form submissions — fill contact forms at scale with custom per-row values
- QA your own flows — hit your staging site end-to-end on a cron
- As a tool for your own agent — the MCP integration means your Claude/GPT agent can call Browser Agents without you writing any orchestration code
How it differs from the alternatives
| Browser Agents | Browser Use Cloud | Firecrawl Interact | Claude Code + Chrome | |
|---|---|---|---|---|
| Pass rate on 101 tasks | 100/101 | 88/101 | 84/101 | interactive only |
| Quality (LLM judge, 0-100) | 79.9 | 72.2 | 71.0 | [varies] |
| Wins (out of 101 judged) | 70 | 60 | 66 | self-reported |
| $ / passing task | $0.010 | $0.126 | $0.0092 | per-session |
| Concurrency | 1,200 | limited | 50/account | 1 at a time |
| Packaging | REST + MCP + SDK | REST | REST | IDE tool |
| Agent-friendly | ✓ | ✓ | ✓ | requires setup |
Numbers from run 2026-04-15T15-40-08 — all 101 tasks, uniform LLM
judge scoring anonymized answers against freshly-fetched ground-truth
page text. Fully reproducible from the public
browser-agents-benchmark repo.
Next
- Quickstart — runnable curl / TS / Python / MCP
- REST API reference
- MCP tool setup
- Task + schema patterns
- Pricing

