Email & URL Extractor
Text
Paste any text — logs, documents, scraped pages — and instantly extract all the email addresses or all the URLs it contains. Results can be de-duplicated and sorted, and trailing punctuation is trimmed from URLs. Everything runs locally in your browser — nothing is uploaded.
Found: 2
How to use
- Paste the text you want to scan into the input box.
- Choose whether to extract emails or URLs.
- Toggle unique and sort, then copy the list.
Frequently asked questions
- What counts as a URL?
- Strings starting with http://, https:// or www. are matched, and trailing punctuation like a period or closing bracket is trimmed so the link stays clean.
- Does it find every email format?
- It matches the common user@domain.tld form, including dots, plus-tags and subdomains. Very unusual quoted or internationalized addresses may not match.
- Can I remove duplicates?
- Yes. Keep the unique option on to collapse repeats, and turn on sort to order the results alphabetically.
- Is my text sent anywhere?
- No. Scanning happens entirely in your browser; nothing is uploaded.
Related tools
Markdown Table to CSV Converter
Convert a GitHub-flavored Markdown table into CSV, TSV or semicolon-separated rows, in your browser.
Markdown Table Generator
Paste CSV, TSV, or pipe-delimited data and get a properly aligned GitHub-flavored Markdown table.
Text Diff Viewer
Compare two pieces of text and see line-by-line or word-by-word additions and removals.
Lorem Ipsum Generator
Generate placeholder text by paragraphs, sentences, or words.
Case Converter
Convert text between UPPER, lower, Title, camelCase, snake_case and more.
Character & Word Counter
Count characters, words, sentences, lines, and bytes in real time.