Scrape Images
Find the images on any page and enrich them with metadata for brand, catalog, and content workflows.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page URL to inspect. Must include http:// or https://.
Reuse a cached result this many milliseconds old or newer. Default: 86400000 (1 day). Set to 0 to bypass cache. Maximum: 2592000000 (30 days).
0 <= x <= 2592000000Optional per-image processing, sent as deep-object query params such as enrichment[resolution]=true.
When true, visually duplicate images are removed: every image is loaded and perceptually hashed, and only the highest-resolution copy of each duplicate group is kept. Images that cannot be downloaded or hashed are kept. Default: false.
Optional browser wait time in milliseconds after initial page load before collecting images. Min: 0. Max: 30000 (30 seconds).
0 <= x <= 30000Optional outbound HTTP headers forwarded only to the target URL, sent as deep-object query params such as headers[X-Custom]=value. When provided, caching is bypassed: the result is neither read from nor written to cache.
Optional timeout in milliseconds for the request. If the request takes longer than this value, it will be aborted with a 408 status code. Maximum allowed value is 300000ms (5 minutes).
1000 <= x <= 300000Response
Successful response
Always true on success.
true Images found on the page.
Page URL that was scraped.
Metadata about the API key used for the request. Included in every response whenever a valid API key is provided, even when the response status is not 200.