- Home
- Search & Web
- Browser Use
Browser Use
π Make websites accessible for AI agents. Automate tasks online with ease.
Rating
Votes
0
score
Downloads
0
total
Price
Free
API key required
Works With
About
π€οΈ Want to skip the setup? Use our cloud for faster, scalable, stealth-enabled browser automation!
π€ LLM Quickstart
- 1.Direct your favorite coding agent (Cursor, Claude Code, etc) to Agents.md
- 2.Prompt away!
π Human Quickstart
1. Create environment and install Browser-Use with [uv](https://docs.astral.sh/uv/) (Python>=3.11):
uv init && uv add browser-use && uv sync
# uvx browser-use install # Run if you don't have Chromium installed2. [Optional] Get your API key from [Browser Use Cloud](https://cloud.browser-use.com/new-api-key?utm_source=github&utm_medium=readme):
# .env
BROWSER_USE_API_KEY=your-key
# GOOGLE_API_KEY=your-key
# ANTHROPIC_API_KEY=your-key3. Run your first agent:
from browser_use import Agent, Browser, ChatBrowserUse
# from browser_use import ChatGoogle # ChatGoogle(model='gemini-3-flash-preview')
# from browser_use import ChatAnthropic # ChatAnthropic(model='claude-sonnet-4-6')
import asyncio
async def main():
browser = Browser(
# use_cloud=True, # Use a stealth browser on Browser Use Cloud
)
agent = Agent(
task="Find the number of stars of the browser-use repo",
llm=ChatBrowserUse(),
# llm=ChatGoogle(model='gemini-3-flash-preview'),
# llm=ChatAnthropic(model='claude-sonnet-4-6'),
browser=browser,
)
await agent.run()
if __name__ == "__main__":
asyncio.run(main())Check out the library docs and the cloud docs for more!
Open Source vs Cloud
We benchmark Browser Use across 100 real-world browser tasks. Full benchmark is open source: [browser-use/benchmark](https://github.com/browser-use/benchmark).
Use the Open-Source Agent
- You need custom tools or deep code-level integration
- We recommend pairing with our cloud browsers for leading stealth, proxy rotation, and scaling
- Or self-host the open-source agent fully on your own machines
Use the [Fully-Hosted Cloud Agent](https://cloud.browser-use.com?utm_source=github&utm_medium=readme) (recommended)
- Much more powerful agent for complex tasks (see plot above)
- Easiest way to start and scale
- Best stealth with proxy rotation and captcha solving
- 1000+ integrations (Gmail, Slack, Notion, and more)
- Persistent filesystem and memory
Demos
π Form-Filling
#### Task = "Fill in this job application with my resume and information."
π Grocery-Shopping
#### Task = "Put this list of items into my instacart."
Don't lose this
Three weeks from now, you'll want Browser Use again. Will you remember where to find it?
Save it to your library and the next time you need Browser Use, itβs one tap away β from any AI app you use. Group it into a bench with the rest of the team for that kind of task and you can pull the whole stack at once.
β‘ Pro tip for geeks: add a-gnt π€΅π»ββοΈ as a custom connector in Claude or a custom GPT in ChatGPT β one click and your library is right there in the chat. Or, if youβre in an editor, install the a-gnt MCP server and say βuse my [bench name]β in Claude Code, Cursor, VS Code, or Windsurf.
a-gnt's Take
Our honest review
π Make websites accessible for AI agents. Automate tasks online with ease. Best for anyone looking to make their AI assistant more capable in search & web. It's completely free and works across most major AI apps. This one just landed in the catalog β worth trying while it's fresh.
Tips for getting started
Tap "Get" above, pick your AI app, and follow the steps. Most installs take under 30 seconds.
Heads up: this needs an API key to work. You'll get one from the service's website (usually free). The setup guide tells you exactly where.
What's New
Imported from GitHub
Ratings & Reviews
0.0
out of 5
0 ratings
No reviews yet. Be the first to share your experience.