Skip to main content

Browserbase

Browserbase is a developer platform to reliably run, manage, and monitor headless browsers.

Power your AI data retrievals with:

Installation and Setupโ€‹

  • Get an API key and Project ID from browserbase.com and set it in environment variables (BROWSERBASE_API_KEY, BROWSERBASE_PROJECT_ID).
  • Install the Browserbase SDK:
pip install browserbase

Document loaderโ€‹

See a usage example.

from langchain_community.document_loaders import BrowserbaseLoader
API Reference:BrowserbaseLoader

Multi-Modalโ€‹

See a usage example.

from browserbase.helpers.gpt4 import GPT4VImage, GPT4VImageDetail

Was this page helpful?