Skip to main content
export BROWSER_USE_API_KEY=your_key && curl -fsSL https://browser-use.com/profile.sh | sh
This opens a browser where you select which accounts to sync. After syncing, you receive a profile_id to use in your tasks.
from browser_use_sdk.v3 import AsyncBrowserUse

client = AsyncBrowserUse()
session = await client.sessions.create(profile_id="your_synced_profile_id")
result = await client.run("Check my LinkedIn messages", session_id=session.id)