AutomationFlowsWeb Scraping › Firecrawl Website Content Extractor

Firecrawl Website Content Extractor

Original n8n title: 🌐 Firecrawl Website Content Extractor

ByAashit Sharma @aashitsharma on n8n.io

This n8n automation workflow uses Firecrawl API to extract structured data (e.g., quotes and authors) from web pages — such as Quotes to Scrape — and handles retries in case of delayed extraction. Crawl and extract structured web data using Firecrawl Wait for asynchronous…

Event trigger★★★★☆ complexity8 nodesHTTP Request
Web Scraping Trigger: Event Nodes: 8 Complexity: ★★★★☆ Added:

This workflow corresponds to n8n.io template #4764 — we link there as the canonical source.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "nodes": [
    {
      "id": "ec18e1a4-1da9-4180-9e6d-6acbdf6655dc",
      "name": "When clicking \u2018Test workflow\u2019",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        500,
        320
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "3de6d683-5db9-49dc-a31e-87a41f87f607",
      "name": "Extract",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        720,
        320
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "1892f176-3523-488d-a7e6-414ee83f540d",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "onError": "continueErrorOutput",
      "position": [
        1360,
        320
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "2850a08b-5f66-4c2d-98d0-4cfd3e667592",
      "name": "Get Results",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1160,
        320
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "1db9ad43-11a4-401b-bfa8-de4b724d983e",
      "name": "30 Secs",
      "type": "n8n-nodes-base.wait",
      "position": [
        940,
        320
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "863211df-48eb-48d2-bd72-6f713893cf87",
      "name": "10 Seconds",
      "type": "n8n-nodes-base.wait",
      "position": [
        1620,
        440
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "550a879f-fd8f-470e-b573-d6c9e35fc1bd",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -80,
        160
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "92dba1ed-9d4c-4eca-99b5-ed9dc7adc3be",
      "name": "Edit Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        1620,
        180
      ],
      "parameters": {},
      "typeVersion": 3.4
    }
  ],
  "connections": {
    "If": {
      "main": [
        [
          {
            "node": "10 Seconds",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Edit Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "30 Secs": {
      "main": [
        [
          {
            "node": "Get Results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract": {
      "main": [
        [
          {
            "node": "30 Secs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "10 Seconds": {
      "main": [
        [
          {
            "node": "Get Results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Results": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking \u2018Test workflow\u2019": {
      "main": [
        [
          {
            "node": "Extract",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

This n8n automation workflow uses Firecrawl API to extract structured data (e.g., quotes and authors) from web pages — such as Quotes to Scrape — and handles retries in case of delayed extraction. Crawl and extract structured web data using Firecrawl Wait for asynchronous…

Source: https://n8n.io/workflows/4764/ — original creator credit. Request a take-down →

More Web Scraping workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Web Scraping

This workflow uses the Zyte API to automatically detect and extract structured data from E-commerce sites, Articles, Job Boards, and Search Engine Results (SERP) - no custom CSS selectors required.

Form Trigger, HTTP Request, Form
Web Scraping

Automate LinkedIn lead generation by scraping comments from targeted posts and enriching profiles with detailed data

Form Trigger, HTTP Request, Google Sheets
Web Scraping

This workflow contains community nodes that are only compatible with the self-hosted version of n8n.

Notion, @Apify/N8N Nodes Apify, HTTP Request
Web Scraping

This workflow runs a spider job in the background via Scrapyd, using a YAML config that defines selectors and parsing rules. When triggered, it schedules the spider with parameters (query, project ID,

HTTP Request
Web Scraping

This n8n workflow collects leads from Google Maps, scrapes their websites via direct HTTP requests, and extracts valid email addresses — all while mimicking real user behavior to improve scraping reli

Form Trigger, @Apify/N8N Nodes Apify, HTTP Request +1