Integrations
Wire fastCRW into the agent frameworks, automation platforms, and editors your team already uses. Every page ships a working code snippet and a Firecrawl-compatible API path so migration stays a one-line change.
Migrate from Tavily to fastCRW — Search API Migration Guide
Migrate from Tavily search API to fastCRW POST /v1/search. fastCRW search averaged 880 ms across a 100-query benchmark, and adds scrape, crawl, and map. Param mapping table, before/after code, and honest gaps (answer mode: managed on paid plans or bring-your-own-key; no domain filters).
Cursor Web Scraping Integration — fastCRW [Firecrawl-Compatible]
Add fastCRW as an MCP server in Cursor IDE. Configure ~/.cursor/mcp.json, then scrape, search, crawl, and map web pages from within your agent prompts. A single static Rust binary, local-first.
Claude Code Web Scraping Integration — fastCRW [MCP Server]
Add fastCRW as a Claude Code MCP server. One npx command registers scrape, search, crawl, map, and crawl-status tools. A single static Rust binary, local-first, self-host free under AGPL-3.0.
Migrate from Firecrawl to fastCRW in 10 Minutes — Drop-In Guide
Migrate from Firecrawl to fastCRW with a base-URL swap. fastCRW exposes a Firecrawl-compatible REST API on /scrape, /crawl, /map, /search — keep the firecrawl-py SDK, point it at fastcrw.com, done. Endpoint mapping table + honest divergences.
CrewAI Web Scraping Integration — fastCRW [Firecrawl-Compatible]
Give every CrewAI agent a fastCRW scrape and search tool — via the official crewai-crw package or a hand-rolled BaseTool subclass. A single static Rust binary, local-first, Firecrawl-compatible for low-friction migration.
Migrate from Jina Reader to fastCRW — URL-to-Markdown Upgrade Guide
Migrate from Jina Reader (r.jina.ai URL-prefix) to fastCRW POST /v1/scrape. Same clean markdown plus crawl, map, search, LLM extraction, JS rendering, and AGPL-3.0 self-hosting on a single Rust binary. Before/after code + endpoint mapping.
LangChain Web Scraping Integration — fastCRW [Firecrawl-Compatible]
Wire LangChain document loaders, retrievers, and agent tools into fastCRW with the official langchain-crw package — or a Firecrawl-compatible api_url override. A single static Rust binary, local-first, self-host free under AGPL-3.0.
Vercel AI SDK Web Scraping Integration — fastCRW [Firecrawl-Compatible]
Register fastCRW as a tool in Vercel AI SDK so generateText and streamText can scrape live web pages. Drop-in alternative to Firecrawl: small single static binary, local-first, self-host free under AGPL-3.0.
Flowise Web Scraping Integration — fastCRW [Firecrawl-Compatible]
Add fastCRW to Flowise workflows with an HTTP node or custom tool definition. No-code web scraping for LangChain flows, RAG pipelines, and AI agents. Small single static binary, local-first, self-host free under AGPL-3.0.
Pydantic AI Web Scraping Integration — fastCRW [Firecrawl-Compatible]
Register fastCRW scrape, crawl, and search as Pydantic AI agent tools via the @agent.tool decorator. Typed Python agents fetch live web pages and reason in a single loop. Small single static binary, local-first, self-host free under AGPL-3.0.
LlamaIndex Web Scraping Integration — fastCRW [Firecrawl-Compatible]
Build a custom LlamaIndex web reader that calls fastCRW for live ingestion, or wrap fastCRW scrape/crawl in a LlamaIndex tool for agent workflows. Markdown output feeds directly into embeddings pipelines. Small single static binary, local-first, self-host free under AGPL-3.0.
Dify Web Scraping Integration — fastCRW [Firecrawl-Compatible]
Integrate fastCRW into Dify workflows via HTTP node or native plugin. Call scrape and search endpoints from Dify LLM apps, knowledge bases, and agents. Small single static binary, local-first, self-host free under AGPL-3.0.
Cline Web Scraping Integration — fastCRW [Firecrawl-Compatible]
Add fastCRW as an MCP server to Cline, the VS Code AI agent extension. Configure .vscode/settings.json or user settings, then scrape, search, crawl, and extract web pages from Cline tasks. Small single static binary, local-first.
Windsurf Web Scraping Integration — fastCRW [Firecrawl-Compatible]
Integrate fastCRW as an MCP server in Windsurf (Codeium's AI IDE). Configure ~/.windsurf/mcp.json, then scrape, search, crawl, and extract web data from coding sessions. Small single static binary, local-first.
Make Web Scraping Integration — fastCRW [Firecrawl-Compatible]
Add fastCRW to Make scenarios with the HTTP module. Firecrawl-compatible scrape and search, small single static binary, local-first, self-host free under AGPL-3.0.
Langflow Web Scraping Integration — fastCRW [Firecrawl-Compatible]
Add fastCRW to Langflow as a custom component or HTTP node. Firecrawl-compatible scrape and search, small single static binary, local-first, self-host free under AGPL-3.0.
OpenAI Agents SDK Web Scraping Integration — fastCRW [Firecrawl-Compatible]
Give OpenAI Agents SDK agents a fastCRW scrape and search tool with the @function_tool decorator. Small single static binary, local-first, Firecrawl-compatible API, self-host free under AGPL-3.0.
Zapier Web Scraping Integration — fastCRW [Firecrawl-Compatible]
Wire fastCRW into Zapier Zaps via the Webhooks step. Firecrawl-compatible scrape and search API, small single static binary, local-first, self-host free under AGPL-3.0.
Google ADK Web Scraping Integration — fastCRW [Firecrawl-Compatible]
Wire fastCRW into Google's Agent Development Kit as a FunctionTool. Firecrawl-compatible scrape and search, small single static binary, local-first, self-host free under AGPL-3.0.
n8n Web Scraping Integration — fastCRW [Firecrawl-Compatible]
Drop fastCRW into n8n workflows with the official n8n-nodes-crw community node, or the built-in HTTP Request node as a fallback. Firecrawl-compatible scrape and search endpoints, small single static binary, local-first, self-host free under AGPL-3.0.
LangGraph Web Scraping Integration — fastCRW [Firecrawl-Compatible]
Add fastCRW as a ToolNode inside any LangGraph agent. Firecrawl-compatible API, small single static binary, local-first, self-host free under AGPL-3.0.
MCP Web Scraping Integration — fastCRW [Firecrawl-Compatible]
fastCRW ships an official MCP server (crw-mcp) exposing scrape, search, crawl, map, and extract to any MCP-compatible client. Small single static binary, local-first, self-host free under AGPL-3.0.
Run a live scrape before you commit.
Use the hosted demo to test scrape, crawl, or map output with fastCRW semantics.
Try Playground