Link Extractor
Extract all href links from HTML source code or raw text instantly.
Extracts both
<a href="..."> and plain text URLs starting with
http/https.
Total Links
0
Internal Links
0
External Links
0
| # | Type | URL | Anchor Text |
|---|---|---|---|
|
Waiting for input... |
|||
About the URL Link Extractor
This tool acts as a client-side web scraper to safely parse large blocks of HTML, Markdown, or plain text and extract all detectable hyperlinks. It operates completely in your browser, maintaining your privacy as your data is never sent to an external server.
- Internal vs External: If you provide a "Base Domain" (e.g.,
yoursite.com), the tool will categorize all out-bound links as External and all root relative (/about) or fully qualified domain matches (https://yoursite.com/about) as Internal. - Anchor Text Extraction: If you paste raw HTML, the tool will attempt to extract the
clickable Anchor Text associated with the
<a href="...">tag to give you more context. - Filtering & Copying: Easily filter the table to see only external links—perfect for finding broken or malicious outbound links on your site—and export the list to your clipboard.