Note
Official Praison docs: praison.ai/docs/tools/external/firecrawl
Give Praison agents live web scraping through Firecrawl
Overview#
Praison AI can call Firecrawl as a tool so agents scrape web pages and use the cleaned content during runs.
Quick start#
- Install the tools extra:
- Set
FIRECRAWL_API_KEYfor Firecrawl cloud - Pass a Firecrawl tool to your agent:
What you can do#
| Capability | Use case |
|---|---|
| Scrape | Fetch cleaned page content into agent context (FirecrawlTool.scrape) |
| Crawl | Collect pages from a site (FirecrawlTool.crawl(url, limit=10)) |

