URL Extractor
The URL extractor pulls every web address out of plain text or HTML source, including links inside href and src attributes. Results can be de-duplicated, sorted, reduced to unique domains, or filtered to a single domain.
Your result will appear here.
Not sure where to start? Use Load example.
Results update automatically and are calculated on your device. Nothing you type is sent to a server.
Runs in your browser. Processing happens entirely in your browser. Nothing you enter is sent to Delimiter.live.
How to use the URL Extractor
- Paste text, an email, or the HTML source of a page.
- Leave attribute reading on to catch links that only appear inside href or src.
- Filter to a single domain, or strip query strings, if you need a cleaner list.
- Copy or download the results.
Example
See https://example.com/a?x=1 and http://example.org.
https://example.com/a?x=1 http://example.org
Common use cases
- Auditing which external sites a page links to.
- Collecting links from a newsletter or a document for review.
- Building a list of URLs to check for redirects or broken links.
- Separating internal from external links by filtering on your own domain.
Limitations and things to watch for
- Only http and https URLs are matched, along with protocol-relative and www-prefixed addresses. Other schemes such as mailto, tel and ftp are ignored — use the email or phone extractor for those.
- Relative links found in HTML attributes are returned as written, because there is no base URL to resolve them against.
- Trailing punctuation is trimmed so a URL at the end of a sentence is captured correctly, which can occasionally clip a URL that genuinely ends in a full stop or bracket.