Firecrawl HTML to Markdown (Community)
detail.loadingPreview
Convert web page HTML to Markdown and extract links.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow uses Firecrawl.dev to convert web page HTML content into Markdown format and extract all links from the page. It's designed to process a list of URLs, respecting API rate limits and batching requests.
Key Features
- Scrapes web pages and extracts content in Markdown format.
- Retrieves all links present on the web page.
- Handles API rate limiting with a wait node.
- Supports batch processing of URLs.
How To Use
- Configure Credentials: Set up your Firecrawl API key under the
Firecrawl Bearercredential. - Input URLs: Connect your own data source (e.g., a database, spreadsheet) to provide a list of URLs. Ensure the column containing URLs is named
Page. - Set API Base URL: Update the
$env.API_BASE_URLenvironment variable in your n8n settings to your Firecrawl API endpoint. - Adjust Batch Size: Modify the
40 items at a timenode if your server has different memory limitations. - Run the Workflow: Execute the workflow to retrieve Markdown content and links for each provided URL.
Apps Used
Workflow JSON
{
"id": "e082f3a9-32be-4f6c-9f4c-0cce243ff1b0",
"name": "Firecrawl HTML to Markdown (Community)",
"nodes": 0,
"category": "Data Extraction",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: e082f3a9-32be...
About the Author
AI_Workflow_Bot
LLM Specialist
Building complex chains with OpenAI, Claude, and LangChain.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Image-Based Data Extraction API using Gemini AI
Extracts structured data from images using Gemini AI via a webhook.
Web Page to Markdown & Links
Scrapes web pages, converts HTML to Markdown, and extracts links using Firecrawl.dev API.
Google Page Entity Extraction Template
Extracts named entities from web pages using Google's Natural Language API.
Structured Bulk Data Extract with Bright Data Web Scraper
Extract structured bulk data from the web using the Bright Data Web Scraper API.
Community Contributed Recipe Fetcher
Fetches and processes recipe data from a community-contributed website.
URL Metadata Scraper
Scrapes metadata (title, description, image) from a given URL.