1. What is Firecrawl?
Firecrawl is a data scraping API designed for AI applications. Traditional crawlers output messy HTML that is difficult to feed directly into large language models. Firecrawl automatically crawls specified websites (including subpages) and cleans the content into LLM-friendly Markdown or structured data.
2. Core Features
- Webpage to Markdown: Automatically cleans content into an LLM-friendly format.
- Full-site Crawling: Recursively crawls pages across an entire site.
- Structured Extraction: Extracts data from pages according to custom schemas.
- API-First: Integrate into RAG or agent projects with a single line of code.
3. Who It's For
- Developers building RAG knowledge bases and AI agents.
- Data engineers who need to fetch web data at scale.
4. FAQ
Is Firecrawl free? It offers a free tier (based on pages crawled), with larger usage billed through API plans.

