- What URL schemes does it catch?
- http, https, and ftp by default. Toggle to include file://, mailto:, tel:, and custom schemes (data:, javascript:). The output is deduplicated.
- Does it handle bare domains without http://?
- Optional. Default requires the scheme for unambiguous detection. Toggle 'loose mode' to match `example.com` and `www.example.com` too — useful when scraping informal text.
- What about URL parameters?
- Preserved fully. Query strings and hash fragments count as part of the URL and stay attached in the output.
- Can I filter by domain?
- Yes — toggle 'only from these domains' and paste a list. Useful for extracting only your company's links from a customer-support transcript.