Skip to main content

Convert URL HTML to markdown format and get page links

Workflow preview

Workflow preview
100%
Convert URL HTML to markdown format and get page links preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Use Case Transform web pages into AI friendly markdown format: You need to process webpage content for LLM analysis You want to extract both content and links from web pages You need clean, formatt...

Best for

  • Document Extraction automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.wait, n8n-nodes-base.stickynote, n8n-nodes-base.noop, n8n-nodes-base.set, n8n-nodes-base.limit, n8n-nodes-base.splitinbatches, n8n-nodes-base.splitout

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by simonscrapes.

Original n8n.io source

1.1 Workflow description

Title
Convert URL HTML to markdown format and get page links
Workflow name
Convert URL HTML to markdown format and get page links

Use Case

Transform web pages into AI-friendly markdown format:

  • You need to process webpage content for LLM analysis
  • You want to extract both content and links from web pages
  • You need clean, formatted text without HTML markup
  • You want to respect API rate limits while crawling pages

What this Workflow Does

The workflow uses Firecrawl.dev API to process webpages:

  • Converts HTML content to markdown format
  • Extracts all links from each webpage
  • Handles API rate limiting automatically
  • Processes URLs in batches from your database

Setup

  1. Create a Firecrawl.dev account and get your API key
  2. Add your Firecrawl API key to the HTTP Request node's Authorization header
  3. Connect your URL database to the input node (column name must be "Page") or edit the array in Example fields from data source
  4. Configure your preferred output database connection

How to Adjust it to Your Needs

  • Modify input source to pull URLs from different databases
  • Adjust rate limiting parameters if needed
  • Customize output format for your specific use case

More templates and n8n workflows >>> @simonscrapes

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - When clicking ‘Test workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Wait

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 3 - Sticky Note36

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note28

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Connect to your own data source

Type / Role
n8n-nodes-base.noOp - noOp
Config choices
Version 1

Block 6 - Get urls from own data source

Type / Role
n8n-nodes-base.noOp - noOp
Config choices
Version 1

Block 7 - Example fields from data source

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 8 - Sticky Note33

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Sticky Note34

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Sticky Note35

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note37

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - 40 items at a time

Type / Role
n8n-nodes-base.limit - limit
Config choices
Version 1

Block 13 - 10 at a time

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 14 - Markdown data and Links

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 15 - Split out page URLs

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Block 16 - Retrieve Page Markdown and Links

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 17 - Sticky Note38

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Convert URL HTML to markdown format and get page links
Complexity advanced
Nodes 17
Categories Document Extraction, Multimodal AI
Author simonscrapes
Published 20 Oct 2024

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/2476/2476.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Convert URL HTML to markdown format and get page links do?

Use Case Transform web pages into AI friendly markdown format: You need to process webpage content for LLM analysis You want to extract both content and links from web pages You need clean, formatt...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 Document Extraction, Multimodal AI use case.