Skip to main content
Firecrawl turns any website into clean, LLM-ready data. n8n is the most popular AI workflow builder. Together, you get a complete pipeline: Firecrawl handles the data extraction, n8n handles the orchestration, logic, and connections to everything else in your stack. Firecrawl is a native integration on n8n Cloud. Install the Firecrawl node, click Connect, and you’re ready to build — no separate sign-up, no API keys to track down.

What you can build

With Firecrawl connected, your n8n workflows can:
  • Scrape websites — Extract content from any webpage in clean, structured formats
  • Search the web — Perform searches and pull relevant content from results
  • Interact with pages — Automate browser actions after scraping
  • Map entire sites — Automatically discover all URLs across a domain
  • Crawl websites — Recursively gather data across entire websites
The Firecrawl node exposes the full API surface. You can also use Firecrawl as a tool for n8n’s AI Agent nodes, letting agents decide what to fetch and how to interpret it.

Launch offer

When you connect Firecrawl through n8n Cloud, you get:
  • A free Hobby plan with 3,000 credits per month
  • 5 concurrent browsers
  • 100,000 one-time promotional credits to get started
Credit costs:
  • Scraping: 1 credit per page
  • Search: 2 credits per 10 results
  • Browser interaction: 2 credits per minute
The 100,000 promotional credits are a one-time allotment and do not reset monthly. You can upgrade anytime from the Firecrawl pricing page — n8n is not involved in billing. Upgrades take effect immediately with prorated billing.

How to connect

On n8n Cloud

  1. In your workflow, open the Nodes Panel and search for Firecrawl
  2. Add the node and click Connect to Firecrawl
  3. Enter your email — n8n creates your Firecrawl account automatically
  4. Done. Your free Hobby plan and promotional credits are active

On self-hosted n8n

An admin needs to enable community nodes in the Admin Panel and install the Firecrawl node (n8n-nodes-firecrawl). Once installed, anyone on the instance can connect by adding the node to a workflow and entering their Firecrawl API key from firecrawl.dev/app.
If you already have a Firecrawl account, a new team linked to n8n will be created and the promotional credits will be applied there.

Official starter templates

Pinecone RAG Pipeline

Scrape pages into vector embeddings and store in Pinecone for RAG-powered knowledge bases.

Supabase pgvector Pipeline

Same ingestion pattern with Supabase — open-source, self-hostable, with built-in deduplication.

Lead Enrichment

Point at any company website and get structured business signals: industry, pricing model, funding stage, tech stack, and hiring status.

Browse All Templates

Explore community-created Firecrawl workflows on n8n

FAQ

No. When you install the Firecrawl node on n8n Cloud and click Connect, n8n creates your Firecrawl account automatically using your email address. If you already have a Firecrawl account, a new team linked to n8n will be created and the promotional credits will be applied there.
The 100,000 credits are a one-time allotment — they don’t reset monthly. Once used, you can subscribe to the Hobby plan ($19/mo) for 3,000 credits every month, or upgrade to a higher tier for more volume.
The native Firecrawl node covers scrape, crawl, search, map, and interact operations. For the /agent endpoint, use an HTTP Request node pointed at the Firecrawl API directly — this works in both Cloud and self-hosted environments.
Head to firecrawl.dev/app to see credit usage, manage API keys, and track everything. You can also check usage programmatically via the Credit Usage API.

Learn more