Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Deprecated Browserbase Python SDK

License

NotificationsYou must be signed in to change notification settings

browserbase/python-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browserbase logo

Documentation · Playground


Browserbase Python SDK

Browserbase is a serverless platform for running headless browsers, it offers advanced debugging, session recordings, stealth mode, integrated proxies and captcha solving.

Installation and setup

  • Get an API key frombrowserbase.com and set it in environment variables (BROWSERBASE_API_KEY).
  • Install the required dependencies:
pip install browserbase

Usage

frombrowserbaseimportBrowserbase# Init the SDKbrowserbase=Browserbase(os.environ["BROWSERBASE_API_KEY"])# Load a webpageresult=browserbase.load("https://example.com")# Load multiple webpages (returns iterator)result=browserbase.load(["https://example.com"])# Text-only moderesult=browserbase.load("https://example.com",text_content=True)# Screenshot (returns bytes)result=browserbase.screenshot("https://example.com",full_page=True)

About

Deprecated Browserbase Python SDK

Resources

License

Stars

Watchers

Forks

Contributors5

Languages


[8]ページ先頭

©2009-2025 Movatter.jp