Browserbase
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 from browserbase.com and set it in environment variables (
BROWSERBASE_API_KEY
). - Install the Browserbase SDK:
pip install browserbase
Document loaderβ
See a usage example.
from langchain_community.document_loaders import BrowserbaseLoader
API Reference:
Multi-Modalβ
See a usage example.
from browserbase.helpers.gpt4 import GPT4VImage, GPT4VImageDetail