Browserbase Web Loader

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

Original Documentation

Documentation Index#

Fetch the complete documentation index at: https://docs.crewai.com/llms.txt Use this file to discover all available pages before exploring further.

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

BrowserbaseLoadTool#

Description#

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

Power your AI data retrievals with:

Installation#

  • 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 along with crewai[tools] package:
pip install browserbase 'crewai[tools]'

Example#

Utilize the BrowserbaseLoadTool as follows to allow your agent to load websites:

from crewai_tools import BrowserbaseLoadTool

# Initialize the tool with the Browserbase API key and Project ID
tool = BrowserbaseLoadTool()

Arguments#

The following parameters can be used to customize the BrowserbaseLoadTool’s behavior:

ArgumentTypeDescription
api_keystringOptional. Browserbase API key. Default is BROWSERBASE_API_KEY env variable.
project_idstringOptional. Browserbase Project ID. Default is BROWSERBASE_PROJECT_ID env variable.
text_contentboolOptional. Retrieve only text content. Default is False.
session_idstringOptional. Provide an existing Session ID.
proxyboolOptional. Enable/Disable Proxies. Default is False.
Link last verified June 7, 2026. View original ↗
Source: CrewAI Docs
Link last verified: 2026-03-04