FAQ 1: Is this HTML link extractor free?
Answer: Yes, it is completely free with no sign-up, and there are no limits on how much HTML you can scan or how often you can use it.
FAQ 2: Is my HTML or my extracted links stored anywhere?
Answer: No. The extraction runs entirely in your browser - nothing you paste, upload or extract is sent to or saved on any server. Once you close or refresh the page, everything is gone. The one exception is the optional "Load HTML from URL" box: the URL you enter is sent to our server-side proxy so it can fetch that page's source (browsers cannot read other sites directly), after which the actual parsing still happens locally on your device.
FAQ 3: What is the difference between external and internal links?
Answer: External links point to other websites (full http/https URLs on a different host), while internal links stay on the same site (relative paths like /about, or absolute URLs on the same Base URL). Set a Base URL so the tool can tell them apart and render relative links as clickable absolute URLs.
FAQ 4: Can this tool read a website by URL?
Answer: Yes. Type a web page address in the "Load HTML from URL" box and click "Load URL" to fetch that page's markup straight into the input. The page is retrieved through our server-side proxy (browsers block cross-site reading directly), the source is loaded into the Input box, and you can then extract immediately.
FAQ 5: Does it also catch mailto, tel and anchor links?
Answer: Yes. As long as they appear inside an <a> tag, mailto: and tel: links are captured and tagged with their own types, #fragment links are tagged as anchor, and javascript: links are tagged as javascript. Empty <a> tags appear only when "Show empty links" is ticked.
FAQ 6: How do I export the results?
Answer: Use the Copy or Download buttons under the table. Both export a tab-separated table (URL, link text, type, title, target, rel) that opens cleanly in Excel, Google Sheets or any spreadsheet.