Parses HTML and extracts all <a href="..."> links, showing the URL and anchor text for each. Filters out JavaScript links (javascript:), mailto links, and anchor links (#...) optionally. Useful for SEO audits, content scraping, link building research, and broken link detection.
Paste HTML source code and extract every hyperlink with its anchor text in one click. For extracting links from Markdown files, use the Markdown Link Extractor.
Nav HTML
Input
<a href="/about">About Us</a>
Output
/about — About Us
Extract all links from Markdown text.
Extract all URLs and links from any block of text.
Strip HTML tags and extract the plain text content.
Extract and visualise the heading hierarchy (H1–H6) from HTML.
Extract all email addresses from any block of text.
Extract all hashtags from social media posts or any text.