Skip to main content

Camel AI

Firecrawl integrates with Camel AI as a data loader.
1 min read
Note

Official CAMEL docs: docs.camel-ai.org/key_modules/loaders

Firecrawl 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#

Tip

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#