Extract URLs from Bookmark Exports

Bookmark exports from Chrome, Firefox, and Safari contain URLs mixed with HTML markup. Paste the export text here to extract just the URLs.

How to do this

1

Export bookmarks from your browser

2

Paste the export text

3

Run URL extraction

4

Get your clean URL list

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.

TextRefinery is a free, open-source text processing toolkit. Learn more about regular expressions and text processing on the web.

TextRefinery — Browser-first text transformation tools. All processing happens locally in your browser.

Example: Extract URLs from Bookmark Exports

Input

<DT><A HREF="https://news.ycombinator.com">HN</A>
<DT><A HREF="https://github.com">GitHub</A>
<DT><A HREF="https://stackoverflow.com">SO</A>

Output

https://news.ycombinator.com
https://github.com
https://stackoverflow.com