Files
crewAI/crewai_tools/tools/hyperbrowser_load_tool
Greyson Lalonde e16606672a Squashed 'packages/tools/' content from commit 78317b9c
git-subtree-dir: packages/tools
git-subtree-split: 78317b9c127f18bd040c1d77e3c0840cdc9a5b38
2025-09-12 21:58:02 -04:00
..

HyperbrowserLoadTool

Description

Hyperbrowser is a platform for running and scaling headless browsers. It lets you launch and manage browser sessions at scale and provides easy to use solutions for any webscraping needs, such as scraping a single page or crawling an entire site.

Key Features:

  • Instant Scalability - Spin up hundreds of browser sessions in seconds without infrastructure headaches
  • Simple Integration - Works seamlessly with popular tools like Puppeteer and Playwright
  • Powerful APIs - Easy to use APIs for scraping/crawling any site, and much more
  • Bypass Anti-Bot Measures - Built-in stealth mode, ad blocking, automatic CAPTCHA solving, and rotating proxies

For more information about Hyperbrowser, please visit the Hyperbrowser website or if you want to check out the docs, you can visit the Hyperbrowser docs.

Installation

  • Head to Hyperbrowser to sign up and generate an API key. Once you've done this set the HYPERBROWSER_API_KEY environment variable or you can pass it to the HyperbrowserLoadTool constructor.
  • Install the Hyperbrowser SDK:
pip install hyperbrowser 'crewai[tools]'

Example

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

from crewai_tools import HyperbrowserLoadTool

tool = HyperbrowserLoadTool()

Arguments

__init__ arguments:

  • api_key: Optional. Specifies Hyperbrowser API key. Defaults to the HYPERBROWSER_API_KEY environment variable.

run arguments: