Extract URLs from Chat Logs
Chat logs are full of shared links that are hard to find later. Paste your chat export here to extract every URL into a clean, clickable list.
How to do this
Export or copy your chat log
Paste into the tool
Run extraction
Save all shared links
Paste text below and run the tool. Everything runs locally in your browser. No data is stored.
Extract URLs
Find and extract all HTTP and HTTPS URLs from any text. Useful for collecting links from documents, emails, or chat logs.
Example
Input
Visit https://example.com and http://test.org/page for details.
Output
https://example.com http://test.org/page
How Extract URLs Works
Find and extract all HTTP and HTTPS URLs from any text. Useful for collecting links from documents, emails, or chat logs.
This tool runs entirely in your browser — no data is sent to any server. Paste your text, click Run, and get your result instantly. You can also chain this tool with others using the pipeline feature: run Extract URLs, then continue with a related tool to build a multi-step text workflow.
Related Tools
TextRefinery is a free, open-source text processing toolkit. Learn more about regular expressions and text processing on the web.
Example: Extract URLs from Chat Logs
Input
alice: Check this https://figma.com/file/abc123 bob: Done! PR at https://github.com/org/repo/pull/42 alice: Here's the doc https://docs.google.com/document/d/xyz
Output
https://figma.com/file/abc123 https://github.com/org/repo/pull/42 https://docs.google.com/document/d/xyz
Related Use Cases
Extract URLs from Emails
Pull all links from email content for reference or analysis.
Extract URLs from Documents
Find all web links in document text for reference collection.
Extract URLs from Bookmark Exports
Pull clean URLs from browser bookmark export files.
Extract URLs from Markdown Files
Pull all link URLs from markdown documents.