GET /web/scrape/images to find images referenced by a webpage. Results can include <img> sources, inline SVG, responsive sources, metadata images, favicons, CSS backgrounds, and video posters.
Prerequisites
Export an API key from the dashboard:Find images
The base request returns where each image was found, its source value, source type, and alt text when available.Enrich the images
Request enrichment only when you need to select, store, or categorize assets:Read the result
src field can be an absolute URL, inline HTML such as SVG markup, or a base64 data URI. Branch on each item’s type before downloading or rendering it.
Choose enrichment
Classification values are
photography, illustration, logo, wordmark, icon, pattern, graphic, or other. Treat the value as a useful label, not proof that an asset is approved for a specific use.
Load more images
UsewaitForMs for short delayed loads. Use browser actions when the page needs a click or scroll before images appear.
Production behavior
- Results describe assets referenced by the rendered page. They do not guarantee that every URL remains downloadable later.
altcan benull; do not use it as the only source of an accessible label in your product.maxAgeMsdefaults to one day, accepts up to 30 days, and can be set to0for a fresh scrape.- Forwarding custom
headersbypasses cache reads and writes. - Use the returned
cache_metadatato distinguish a hit, miss, or honored ZDR request.
Next steps
Images API reference
Review the complete image schema and error responses.