Frequently Asked Questions

Everything you need to know about extracting image links from webpages with ImgLinks.

What is ImgLinks?

ImgLinks is a free, server-side tool that extracts all image URLs from any webpage you specify. It scans the page HTML for every type of image reference — from standard img tags to Open Graph meta tags and lazy-load attributes — and returns a clean, filterable list.

Is ImgLinks free to use?

Yes. ImgLinks is completely free to use, with no account or sign-up required.

What image sources does ImgLinks check?

ImgLinks scans img src, img srcset, picture source srcset, og:image meta tags, twitter:image meta tags, link preload tags, data-src, data-original, data-lazy-src attributes, and CSS background-image url() references in inline styles and style blocks.

Does it work with JavaScript-rendered pages?

ImgLinks fetches and parses the raw HTML returned by the server. Images loaded dynamically by JavaScript after the initial page render are not in the source HTML and cannot be extracted. For most static sites, blogs, and e-commerce product pages, extraction works well.

Are the image dimensions shown accurate?

Width and height values come from HTML attributes on the img element. If those attributes are present in the page code, the values shown are accurate. We do not download full image files to detect pixel dimensions.

How is file size determined?

We send a HEAD request to each image URL and check the Content-Length response header. If the server does not include that header, the file size will not be shown. We do not download the full image file.

Why are some of my images missing?

Images loaded by JavaScript will not appear. Some sites also return a CAPTCHA or bot-protection page to automated requests, which contains no image data. Images in external CSS files (not inline styles) are also not currently extracted.

Is my submitted URL stored?

No. We do not store the URL you submit, the HTML we fetch, or the results we return. Everything is processed in real time and immediately discarded. See our Privacy Policy for full details.

Can I use ImgLinks programmatically?

The tool is designed for browser use. There is no official public API at this time. The JSON export option makes it easy to process results in your own scripts.

Can I extract images from multiple URLs at once?

The current version supports one URL at a time. This keeps the tool fast and reliable. Batch processing is not available in this version.

What file types does ImgLinks detect?

ImgLinks detects JPEG, PNG, GIF, WebP, AVIF, SVG, ICO, BMP, and TIFF, based on the Content-Type response header or the file extension in the URL.

Can I filter the results?

Yes. You can filter by file type, minimum image width, and minimum file size directly in the results view. Filters update the table instantly.

Still have a question? Get in touch and we will do our best to help.