URL Extractor
Paste any text — an article, a scraped page, a chat export — and get every URL pulled out, including subdomains and deep links with query parameters. Useful for harvesting links without manually scanning the source.
The URL Extractor module is already switched on below, with a sample loaded — paste your own text to replace it.
Frequently asked questions
Does it catch URLs without a scheme (www.example.com)?
The extractor targets URLs with an http(s):// scheme; bare www./domain-only mentions without a protocol are not currently matched.
Are query parameters and fragments included?
Yes, the full URL including ?query=params and #fragments is captured as one match.
Can I extract just the domains instead?
Use the Hostnames & FQDNs extractor alongside this one if you want bare domain/subdomain names rather than full URLs.