Block 1 - When clicking βTest workflowβ
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Firecrawl Website Content Extractor (n8n Workflow) This n8n automation workflow uses Firecrawl API to extract structured data (e.g., quotes and authors) from web pages β such as [Quotes to Scrap...
n8n-nodes-base.manualtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.wait, n8n-nodes-base.stickynote, n8n-nodes-base.set
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Aashit Sharma.
Original n8n.io sourceThis 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.
When clicking βTest workflowβExtractPOST request to https://api.firecrawl.dev/v1/extracturls: List of pages to crawl (https://quotes.toscrape.com/*)prompt: "Extract all quotes and their corresponding authors from the website."schema: JSON schema defining expected structure (quotes[], each with text and author)> π Uses an HTTP Header Auth credential for Firecrawl API
30 SecsGet ResultsGET request to the status URL using {{ $('Extract').item.json.id }} to retrieve extraction results.Ifdata array is empty (i.e., no results yet)10 SecondsGET request to FirecrawlEdit FieldsIncluded as an embedded reference:
{
"quotes": [
{
"text": "The world as we have created it is a process of our thinking. It cannot be changed without changing our thinking.",
"author": "Albert Einstein"
},
{
"text": "It is our choices, Harry, that show what we truly are, far more than our abilities.",
"author": "J.K. Rowling"
}
]
}
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | π Firecrawl website content extractor |
|---|---|
| Complexity | intermediate |
| Nodes | 8 |
| Categories | Market Research, AI Summarization |
| Author | Aashit Sharma |
| Published | 07 Jun 2025 |
Use the JSON export at /data/workflows/4764/4764.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Firecrawl Website Content Extractor (n8n Workflow) This n8n automation workflow uses Firecrawl API to extract structured data (e.g., quotes and authors) from web pages β such as [Quotes to Scrap...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research, AI Summarization use case.