Firecrawl

Firecrawl

By Firecrawl

Crawl or scrape any URL and get back clean, LLM-ready markdown or structured data.

v2.11.02026-06-19TypeScriptAGPL-3.0
154.7k Open source Free tier Paid

Doc version 1.0 · Updated

Related concepts

Related tools

Overview

Firecrawl turns any URL or whole site into clean, LLM-ready markdown or structured data.
It handles fetching, rendering, and boilerplate removal, so an agent gets readable text instead of raw HTML.

flowchart LR
  url[URL] --> fc[Firecrawl]
  fc --> md[clean markdown]
  md --> llm[LLM]

The Code samples tab shows scraping a single page into markdown.

When to use it

Choose Firecrawl when you need web content as clean markdown for retrieval or prompting, and you would rather not write and maintain scraping and parsing code yourself.