URL ExtractorExtract all URLs (http/https) from text and list unique results.

URL Extractor
Extract all URLs (http/https) from text and list unique results.
Paste Text
Paste text containing URLs.
Auto-Extract
All HTTP/HTTPS URLs are found and listed.
Copy Results
Copy the unique list of extracted URLs.
What Is URL Extractor?
The URL Extractor scans text and extracts all HTTP and HTTPS URLs, presenting them as a clean deduplicated list. It handles URLs with paths, query strings, fragments, and special characters. Trailing punctuation (periods, commas, parentheses) is cleaned from extracted URLs. This tool is useful for extracting links from documents, emails, social media posts, or any text containing web addresses.
Why Use Our URL Extractor?
- Extract all links from documents or web content
- Automatic cleanup of trailing punctuation
- Deduplication of found URLs
- Works with complex URLs including query strings
Common Use Cases
Link Auditing
Extract all URLs from content for link checking and validation.
Research
Collect referenced URLs from academic papers or articles.
SEO Analysis
Extract outbound links from web page content.
Data Mining
Pull URLs from log files, emails, or text databases.
Technical Guide
The extractor uses the regex /https?:\/\/[^\s<>"{}|\\^`[\]]+/gi to match URLs starting with http:// or https://. The character class excludes whitespace and characters that are invalid in URLs. After extraction, trailing punctuation (.,;:!?) and closing parentheses are stripped using a cleanup regex. JavaScript's Set is used for deduplication. The pattern is intentionally broad to catch URLs in various text contexts while excluding obviously invalid characters.
Tips & Best Practices
- 1Trailing punctuation after URLs is automatically cleaned
- 2Only HTTP and HTTPS URLs are extracted
- 3Duplicates are removed from the results
- 4URLs in HTML attributes and source code are also found
Related Tools

Email Extractor
Extract all email addresses from text and list unique results.

Markdown Link Extractor
Extract all links from Markdown text including inline and reference links.

URL Encoder
Encode text for safe use in URLs with percent-encoding.

URL Decoder
Decode percent-encoded URL strings back to readable text.

Word Counter
Count words, unique words, characters, and see word frequency in any text.

Character Counter
Count characters with and without spaces, plus word, line, and paragraph counts.
Frequently Asked Questions
QDoes it find FTP or other protocol URLs?
QHow does it handle URLs at the end of sentences?
QAre duplicate URLs removed?
QDoes it validate the URLs?
QCan it find URLs without http/https?
About URL Extractor
URL Extractor is a free online tool from FreeToolkit.ai. All processing happens directly in your browser — your data never leaves your device. No registration required. No ads. Just fast, reliable tools.







