URL Extractor
Extract all URLs from pasted text or HTML into a deduplicated CSV.
URL extraction from text is fundamental for web scraping analysis, SEO auditing, and content link analysis. This tool scans text or HTML content and extracts every URL, including HTTP, HTTPS, FTP, and protocol-relative links. It deduplicates the results and outputs a clean CSV with columns for the URL, the protocol, the domain, the path, and the surrounding context. The extractor handles both absolute URLs (https://example.com/path) and relative URLs (/about, ../page), normalizing relative paths against a configurable base URL. It processes pasted text, uploaded files, or HTML content (stripping tags before extraction). All processing runs in your browser, which is important when analyzing sensitive content like internal documentation, API responses, or confidential web pages. The output CSV is ready for import into SEO tools, link checkers, or web analytics platforms.
How to use the URL Extractor tool
- Load your text: Drag and drop a text or HTML file, choose a file from your file explorer, or paste text directly into the paste area.
- Extract URLs: Click the "Extract URLs" button to find and deduplicate every URL in the input.
- Export results: Copy the extracted URLs to your clipboard or download them as a CSV file.