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
License
MIT
Project details
Release history Release notifications | RSS feed
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.4.tar.gz
(203.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file browser_use_sdk-3.8.4.tar.gz.
File metadata
- Download URL: browser_use_sdk-3.8.4.tar.gz
- Upload date:
- Size: 203.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9dbabc8971e676c8c454b877ba87142a7cebc39c2b4c2888ff16ad3bed1412f6
|
|
| MD5 |
bfac75c81f090b02a122162a25d0269f
|
|
| BLAKE2b-256 |
1e5b9f52925c3dc1bc651a67031c3d456ce39731fbca870be55b3fedd5555498
|
File details
Details for the file browser_use_sdk-3.8.4-py3-none-any.whl.
File metadata
- Download URL: browser_use_sdk-3.8.4-py3-none-any.whl
- Upload date:
- Size: 64.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.19 {"installer":{"name":"uv","version":"0.11.19","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55f1fd41f6753529ace4b583377b5bf12d61bf85f32abf8bd458e8dd331efa83
|
|
| MD5 |
20726aabcf5459db5a435b5b430fb437
|
|
| BLAKE2b-256 |
0f3e67206e2526e73ad4e4064009d6216000fa5e09381681a11104b868592f30
|