v1

latestOpenAPI 3.1.02026-07-175026.7 KB

Extracts image data from a specified URL using Puppeteer.

The extractImagesFromURL function is a convenience wrapper that opens a URL, extracts images, and closes the browser. It's designed for single-use scraping tasks, returning detailed information about images found on the webpage. This function utilizes Puppeteer to render the page and extract image data including src, srcset, responsive images, and alt text.

post/extractImagesFromURL

Request body

Response

Successful response with extracted image data

srcstring nullable

The source URL of the image

srcsetstring nullable

The srcset attribute of the image

altstring nullable

The alt text of the image

All 5 operations