Extract Internal Links from a Webpage

Go to Workflow
4,763 views
Built by Audun Audun
Created on June 07, 2026

Description


Who Is This For?
Web developers
SEO specialists
Digital marketers

What Problem Is This Workflow Solving?
Automates the extraction of internal links from a webpage
Eliminates the manual and error-prone process of collecting links
Facilitates analysis of website structure and optimization

What This Workflow Does
Uses HTTP request node to fetch HTML content from a specified webpage
Parses the HTML to identify and extract internal links
Compiles a list of URLs directing to pages within the same domain

Setup
Configure the Set Base URL node:
Set the url field to the URL you want to analyze.

How to Customize This Workflow to Your Needs
Change the target URL in the Set Base URL node to analyze different webpages.
Add nodes to:
Filter or categorize the extracted links
Export the list to a database or CSV
Send links via email or integrate with other tools

This workflow can be used as a base for workflows to manage the process of extracting internal links, aiding in website optimization and SEO efforts.

Nodes Used (2)

HTML
n8n-nodes-base.html
HTTP Request
n8n-nodes-base.httpRequest