Skip to main content
One of the most advanced use cases of LLM are AI Agents, programs designed to perform tasks based on high-level instructions. crewAI is a framework to create Crews, teams of Agents working together on a given problem. For example, searching for a flight:
AI Agents rely on tools to gather rich contexts and perform actions to achieve such results. Browserbase provides a BrowserbaseLoadTool that Agents can use to retrieve context from complex webpages such as:
  • Extract text from webpages using JavaScript or anti-bot mechanisms
  • Capture Images from webpages

Get started with Browserbase for crewAI

Add Browserbase to your Crew

Enable your crewAI Agents to browse the web like humans.

Tutorial: build a flight booker Crew

Combine crewAI and Browserbase to build a Flight Booking Crew.