Browser Use
YC W25San Francisco, US · Founded 2024 · 7 employees · Hiring · 13 known investors
Browser Use provides AI-powered browser automation infrastructure with anti-detection capabilities, CAPTCHA solving, and custom LLMs designed for web-based agent tasks at scale.
Also known as browser-use · Browser Use Cloud · browser-use/browser-use
Founders & leadership· Y Combinator alumni (W25)
Browser Use was founded in 2024 by Magnus Müller, Gregor Zunic, and Gregor Žunič.
Investors · 13
Also in the syndicate · 2
Funding
SEC filings, press & company announcements- Undisclosed amountseed funding roundMar 2025
Felicis (lead), A Capital, Nexus Venture Partners
Source ↗
Source: company announcements and press reports — follow each round's link for the claim.
Company profile
researched Aug 2026Browser Use builds infrastructure that lets AI agents operate a web browser the way a person does — opening pages, clicking, typing and filling forms — from a natural-language task description. The company ships two complementary products: an open-source Python library (MIT licensed) that developers embed in their own code and pair with any LLM, and a hosted cloud platform offering fully managed agents plus standalone cloud browsers that can be driven over CDP from Playwright, Puppeteer or custom code.
The technical premise is that vision-based agents that navigate from screenshots are slow, expensive and brittle to visual change. Browser Use instead parses a page's buttons and interactive elements into a structured, text-like representation that a language model can reason over, which the founders say allows the same task to be repeated reliably and at lower cost. The library exposes an Agent abstraction, custom tool registration, custom system prompts and structured output, plus a CLI "skill" that other coding agents (Claude Code, Codex, Cursor and similar) can install to delegate browser tasks. The cloud product adds stealth browsing, proxy rotation, CAPTCHA solving, persistent sessions and filesystem/memory, more than 1,000 application integrations, and parallel scaling; the company also offers its own optimized models (the ChatBrowserUse/bu-* family, including an open-source preview model) alongside provider-prefixed access to OpenAI, Anthropic, Google and xAI models through a single API key.
Typical use cases described by the company and press include automated login and navigation, large-scale data extraction, form and job-application filling, QA testing and CRM integrations.
Founding story
Magnus Müller and Gregor Žunič founded Browser Use in 2024 through ETH Zurich's Student Project House accelerator. Müller, previously a scraping hobbyist and ML researcher who had worked on web-scraping tools for years, met Žunič in 2024 while both were completing master's degrees in data science at ETH Zurich. They set out to test whether an LLM could navigate the web like a human, framing it as "how hard could it be to build the interface between LLMs and the web?" A first prototype was built in four days and posted on Hacker News to immediate interest; a working demo followed within roughly five weeks, and the project was then open sourced.
Business model
Dual open-source and commercial model. The core browser-use Python library is free under an MIT license and runs on the user's own machine with any LLM, while revenue comes from the hosted Browser Use Cloud: hosted agent runs, cloud browsers with stealth, proxy rotation and CAPTCHA solving, and API access. Pricing is subscription-plus-usage: a free tier (10 agent tasks/month, 3 concurrent sessions), a Dev tier at $29/month including $29 of credits and 25 concurrent sessions, and a Business tier at $299/month including $299 of credits and 200 concurrent sessions, with usage billed at roughly $0.02 per browser hour or about $0.17 per solved task. At the cloud product's launch the hosted offering was priced at $30 per month, positioned below OpenAI's Operator.
Subscription tiers with prepaid credits plus usage-based consumption of hosted agent runs and cloud browser hours; the open-source library itself is free.
Traction
The GitHub repository has roughly 110,000 stars and 12,100 forks with over 10,000 commits, and the company reports about 46 million downloads per month. Growth was rapid from the outset: about 25,000 stars three months in, then 40,000-50,000 stars cited by Y Combinator, and 48,400 stars reported in coverage around the seed round. The community includes over 15,000 active developers and a Discord of about 5,000 members. Browser Use is used inside Butterfly Effect's Manus agent and, per TechCrunch, by more than 20 companies in its own Y Combinator winter batch. The team is seven people.
Latest developments
The most recent material shows the open-source repository at about 110,000 stars and 12,100 forks with roughly 46 million monthly downloads, a seven-person team, and an expanded product line spanning hosted agents, standalone cloud browsers with stealth and proxy rotation, and proprietary bu-* models including an open-source preview model. The company publishes an open-source benchmark of 100 real-world browser tasks and claims the top position on the Odysseys leaderboard at 87.4%. It is hiring in San Francisco for software engineering, infrastructure and internship roles. Earlier roadmap items disclosed at cloud launch included follow-up questions, task reruns, voice mode and scheduled agent starts.
▸Full profile — market position, technology, go-to-market, geography, history, risks & controversies
Market position
Positioned as a leading open-source web-agent project and an infrastructure layer for AI browser automation. Y Combinator describes it as the biggest open-source web agent project; press coverage frames it as an open-source alternative to OpenAI's Operator, priced below it. Its adoption by Butterfly Effect's Manus tool and by more than 20 companies in the same Y Combinator winter batch is cited as evidence of developer traction, and the company says teams at large technology firms use it. Competitive comparisons on its own site are against cloud-browser providers (Notte, Anchor, Kernel, Hyperbrowser, Steel, Browserbase) and against frontier-model computer-use agents from OpenAI, Anthropic, Google and Microsoft.
Differentiators claimed across the sources are: a text/DOM-structured representation of web pages rather than screenshot-based vision, which the founders argue is faster, cheaper and more robust to site changes; model neutrality, since the open-source agent works with any LLM (Gemini, Sonnet, Qwen, DeepSeek-R1 and others) and the cloud API routes to multiple providers with one key; an MIT-licensed open-source core with a large contributor and Discord community that has spawned downstream projects; and self-reported benchmark leadership — first place on the Odysseys leaderboard at 87.4% over 200 long-horizon tasks, and internal benchmarks claiming both higher strict accuracy and lower cost per solved task than frontier models, plus the lowest price per browser hour among named cloud-browser vendors. These benchmark claims originate with the company and are not independently verified in the sources.
Technology
The system converts web page elements — buttons, forms, menus — into a structured, text-like representation that language models can parse, rather than relying on screenshot-based vision, which the founders describe as slow, costly and unreliable. A secondary source describes the platform as combining DOM analysis with visual recognition. The open-source stack is a Python library (Python 3.11+) exposing an Agent class, a Tools decorator for custom actions, system-prompt extension/override, Docker images and an MCP integration. The cloud side offers a v4 REST API for agent runs and a browsers API returning CDP URLs for Playwright/Puppeteer control, with proxy country selection, session persistence, filesystem and memory. Browser Use also provides its own models optimized for browser automation (ChatBrowserUse, bu-2-0-mini-preview, an open-source browser-use/bu-30b-a3b-preview), which it says complete tasks 3-5x faster than general models, while also proxying third-party models such as GPT-5.5, Claude, Gemini and Grok through one API key.
Go-to-market
Developer-led, open-source-first distribution: the MIT-licensed GitHub repository and PyPI package attract developers who can later convert to the paid cloud. Onboarding is self-serve via a free tier, Python and TypeScript SDKs, a REST API and documentation; a CLI "skill" installs Browser Use into third-party coding agents. The launch post invited companies to contact the team directly for API access and custom integrations, indicating a direct sales motion alongside self-serve. Community channels (Discord, Hacker News, Y Combinator) and press coverage have been significant awareness drivers, as has embedding in third-party products such as Manus.
Developers and engineering teams building web automation or embedding browser agents into their own products, plus users of coding agents who want browser tasks executed. Use cases span scraping and monitoring at scale, QA testing, CRM integrations, form filling and authenticated workflows. Reported adopters include Butterfly Effect's Manus and, per a secondary aggregator, engineering teams at large technology companies including Airbnb, Amazon and Anthropic.
Geography
Headquartered in San Francisco, California, with all listed job openings based there. The company originated at ETH Zurich in Switzerland, and its cloud browsers support country-specific proxies (e.g. a US proxy country code).
History
The founders met in 2024 while both were pursuing master's degrees in data science at ETH Zurich, and started the company that year through ETH Zurich's Student Project House accelerator. An initial prototype was built in four days and posted to Hacker News; a fuller demo followed within about five weeks, after which the project was open sourced. The repository grew quickly — roughly 25,000 GitHub stars within three months of the start of the project, cited as 40,000–50,000 stars in Y Combinator materials — and the team joined Y Combinator's Winter 2025 batch. Days after OpenAI launched Operator in early 2025, the team shipped Browser Use Cloud, a hosted version, in response to community demand. In March 2025 the company disclosed a $17 million seed round led by Felicis, and its adoption inside Butterfly Effect's viral Manus product raised its profile further. By the date of the sources the repository stands at about 110,000 stars and the team at seven people.
Risks & controversies
The sources note that websites frequently change and actively detect bots, which breaks automation and requires proxy rotation, CAPTCHA solving and human-like behavior — capabilities Browser Use markets as "stealth" and "cloud browsers that bypass anything," an approach that carries operational and potential legal or platform-policy exposure not discussed in the sources. LinkedIn is cited as an example of a site that changes constantly and causes agents to fail. Performance and pricing comparisons against competitors and frontier models are self-published and run in the company's own harness. The company also competes directly with much larger model providers, including OpenAI's Operator, and depends on third-party LLM providers for parts of its stack.
Compiled by commissioned research from 8 cited public sources — announcements, filings, and press listed under research sources below.
Key figures
latest reportedCompany-reported or press-reported figures, each dated to when it was claimed — not independently audited.
Competitors · 5
by search overlapCompanies competing with Browser Use for the same Google search keywords, organic and paid, via search-intersection analysis.
Timeline · 4
launches, deals, and filingsBrowser Use disclosed a $17 million seed round led by Astasia Myers of Felicis, with participation from Paul Graham, A Capital, and Nexus Venture Partners. The funding had not previously been reported.
$17M source ↗
TechCrunch reported that Browser Use, one of the tools powering the viral Manus agent from Chinese startup Butterfly Effect, was also going viral.
Browser Use was part of Y Combinator's Winter 2025 batch; its primary partner is listed as Jared Friedman. More than 20 companies in the same batch reportedly used Browser Use.
Following OpenAI's Operator launch four days earlier, the team shipped a hosted version of browser-use as a B2C chat tool at cloud.browser-use.com, priced at $30/month, with an API to follow. The hosted service handles proxy rotation, persistent sessions and parallel instances.
Dated company events from announcements, filings, and press; legal rows summarize public dockets and regulator releases.
In the news
▸Research sources · 8
primary sources listed
- Browser Usebrowser-use.com · web
8 public sources were cited for this profile; the first-party ones are listed here.
Frequently asked questions
- What does Browser Use do?
- Open-source and cloud infrastructure that lets AI agents control web browsers to complete tasks like a human.
- Who founded Browser Use?
- Browser Use was founded by Magnus Müller, Gregor Zunic, Gregor Žunič in 2024.
- Who are Browser Use's investors?
- Browser Use's investors include A.Capital Ventures, Felicis Ventures, Fjor Founders, Sterling Road, SV Angel, Transpose Platform Management, Y Combinator, 468 Capital and 3 more.
- Where is Browser Use headquartered?
- Browser Use is headquartered in San Francisco, US.





