Skip to main content
Give an Agent a Firecrawl scraping tool so it can read and summarise any web page.

Firecrawl PraisonAI Integration

Firecrawl running in Localhost:3002

How It Works

The Agent calls the Firecrawl tool with a URL, Firecrawl fetches and cleans the page, and the Agent summarises the result.

Best Practices

Point FirecrawlApp(api_url="http://localhost:3002") at a local Firecrawl instance to keep scraped data on your machine.
Strip menus, URLs, and boilerplate and cap the length so the model sees only the relevant text.
Add a type hint and docstring so the Agent builds the correct tool schema for the model.

Tools

Learn how agents call tools.

Quick Start

Build your first agent.