Skip to main content

Python SDK for the Browser Use cloud API

Project description

browser-use-sdk

Official Python SDK for Browser Use Cloud.

Install

uv add browser-use-sdk

Quick Start

Get your API key at cloud.browser-use.com/settings.

export BROWSER_USE_API_KEY=your_key
from browser_use_sdk import AsyncBrowserUse

client = AsyncBrowserUse()
result = await client.run("Find the top 3 trending repos on GitHub today")
print(result.output)

v3 Bring Your Own LLM Key

Add your provider API key in Browser Use project settings, then enable BYOK for v3 agent runs:

from browser_use_sdk.v3 import BrowserUse

client = BrowserUse(use_own_key=True)
result = client.run("Find the top 3 trending repos on GitHub today")
print(result.output)

Docs

docs.browser-use.com

License

MIT

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

browser_use_sdk-3.8.0.tar.gz (214.9 kB view details)

Uploaded Source

Built Distribution

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

browser_use_sdk-3.8.0-py3-none-any.whl (64.7 kB view details)

Uploaded Python 3

File details

Details for the file browser_use_sdk-3.8.0.tar.gz.

File metadata

  • Download URL: browser_use_sdk-3.8.0.tar.gz
  • Upload date:
  • Size: 214.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.8

File hashes

Hashes for browser_use_sdk-3.8.0.tar.gz
Algorithm Hash digest
SHA256 b172b582c973d665b6947ad9ca916ee041341d0b3764f426403faf4eacdb8c62
MD5 5df67bb4f8bc056d02c8fb4e626cac0a
BLAKE2b-256 a642feefdbba5463ec269e4e30d5b4e692caddd28a3d3f287af05dce4defc6d9

See more details on using hashes here.

File details

Details for the file browser_use_sdk-3.8.0-py3-none-any.whl.

File metadata

File hashes

Hashes for browser_use_sdk-3.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b7f73799583d7cc4e9d7f1f2cd495437899c202511efdd795899d13616b76447
MD5 db4900226460bed2dc5b7303ae76ab3c
BLAKE2b-256 b131c0b16134d0c2c29604f3b81d2f08a997119af1ef57ac71cba4648a6cf6ac

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