Skip to main content
Official CAMEL docs: docs.camel-ai.org/key_modules/loadersFirecrawl ships as a CAMEL loader, turning any site into LLM-ready markdown for your agents

Installation

Set your Firecrawl key so the loader picks it up automatically:

Usage

With Camel AI and Firecrawl you can quickly build multi-agent systems that use data from the web.

Using Firecrawl to Gather an Entire Website

crawl returns once the job finishes. Check status, then read the markdown from data.

Using Firecrawl to Gather a Single Page

Firecrawl() reads FIRECRAWL_API_KEY from the environment. Pass api_key=... to override it, or api_url=... to point at a self-hosted instance.

Resources