Skip to main content

FireCrawl

FireCrawl crawls and converts any website into LLM-ready data. It crawls all accessible subpages and give you clean markdown and metadata for each. No sitemap required.

Installation and Setup

Install the python SDK:

pip install firecrawl-py

Document loader

See a usage example.

from langchain_community.document_loaders import FireCrawlLoader
API Reference:FireCrawlLoader

Was this page helpful?


You can also leave detailed feedback on GitHub.