Skip to main content

Make websites accessible for AI agents (RealTimeX fork of browser-use)

Project description

Shows a black Browser Use Logo in light color mode and a white one in dark color mode.

Enable AI to control your browser

Docs Browser-use cloud

Discord Twitter Follow Twitter Follow Merch store Weave Badge

Deutsch | Español | français | 日本語 | 한국어 | Português | Русский | 中文

🤖 Quickstart

With uv (Python>=3.11):

#  We ship every day - use the latest version!
uv pip install browser-use

Download chromium using playwright's shortcut:

uvx playwright install chromium --with-deps --no-shell

Create a .env file and add your API key. Don't have one? Start with a free Gemini key.

GEMINI_API_KEY=

Run your first agent:

from browser_use import Agent, ChatGoogle
from dotenv import load_dotenv
load_dotenv()

agent = Agent(
    task="Find the number of stars of the browser-use repo",
    llm=ChatGoogle(model="gemini-flash-latest"),
    # browser=Browser(use_cloud=True),  # Uses Browser-Use cloud for the browser
)
agent.run_sync()

Check out the library docs and cloud docs for more settings.

Stealth Browser Infrastructure

Want to bypass Cloudflare, or any other anti-bot protection?

Simply go to Browser Use Cloud grab a BROWSER_USE_API_KEY and use the use_cloud parameter.

from browser_use import Agent, Browser, ChatOpenAI

# Use Browser-Use cloud browser service
browser = Browser(
    use_cloud=True,  # Automatically provisions a cloud browser
)

agent = Agent(
    task="Your task here",
    llm=ChatOpenAI(model='gpt-4.1-mini'),
    browser=browser,
)

Demos

Task: Add grocery items to cart, and checkout.

AI Did My Groceries



Task: Read my CV & find ML jobs, save them to a file, and then start applying for them in new tabs, if you need help, ask me.

https://github.com/user-attachments/assets/171fb4d6-0355-46f2-863e-edb04a828d04



See more examples and give us a star!



MCP Integration

This gives Claude Desktop access to browser automation tools for web scraping, form filling, and more. See the MCP docs.

{
  "mcpServers": {
    "browser-use": {
      "command": "uvx",
      "args": ["browser-use[cli]", "--mcp"],
      "env": {
        "OPENAI_API_KEY": "sk-..."
      }
    }
  }
}

Tell your computer what to do, and it gets it done.

Twitter Follow Twitter Follow

Made with ❤️ in Zurich and San Francisco

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

realtimex_browser_use-0.7.10.dev4.tar.gz (335.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

realtimex_browser_use-0.7.10.dev4-py3-none-any.whl (410.9 kB view details)

Uploaded Python 3

File details

Details for the file realtimex_browser_use-0.7.10.dev4.tar.gz.

File metadata

File hashes

Hashes for realtimex_browser_use-0.7.10.dev4.tar.gz
Algorithm Hash digest
SHA256 48d3c0e29b6cb3160ce7f40275c99c4c32bce1655b4bbe051ee681439317115b
MD5 f31ec9b7fe019cf2b463c27fe444de8e
BLAKE2b-256 f074e113072ed532345213196174ee7259ab2710978588540afa2ae31fb83961

See more details on using hashes here.

File details

Details for the file realtimex_browser_use-0.7.10.dev4-py3-none-any.whl.

File metadata

File hashes

Hashes for realtimex_browser_use-0.7.10.dev4-py3-none-any.whl
Algorithm Hash digest
SHA256 ffe87909c9c6839f536f89c424875dbe8213ee4a44e6e6c4b3097c995ddaa827
MD5 cb0cb43308f9247d72b2ca7ce719eb51
BLAKE2b-256 cdd3db01d7edbb6ea432f9ee726a59febb422e2c85b9c4e7242922800a218305

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page