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
Run Firecrawl locally for privacy
Run Firecrawl locally for privacy
Point
FirecrawlApp(api_url="http://localhost:3002") at a local Firecrawl instance to keep scraped data on your machine.Trim content before the model reads it
Trim content before the model reads it
Strip menus, URLs, and boilerplate and cap the length so the model sees only the relevant text.
Type the tool function
Type the tool function
Add a type hint and docstring so the Agent builds the correct tool schema for the model.
Related
Tools
Learn how agents call tools.
Quick Start
Build your first agent.

