Key Features
- Extract all
<img>srcimage URLs from HTML source - Toggle between deduplicated results and keeping duplicates
- Copy output or export as TXT for sharing and archiving
- Switch between text output and table preview with lazy-loaded images
How To Use
- Paste a snippet of HTML into the input box
- Choose whether to deduplicate links
- Results update automatically as you edit
- Copy or export the output as needed
Common Use Cases
- Template audits: quickly review which image resources are referenced
- Ecommerce scraping: collect product image URLs into a clean list
- Asset inventory: build a simple list of external and CDN image links
Notes
- This tool matches quoted
src="..."/src='...'values by default - It extracts only the
srcattribute; if you needdata-srcorsrcset, normalize the HTML first
Privacy
- All processing runs locally in your browser