Image Extractor Tool
The Image Extractor API allows developers to fetch all images from any publicly accessible URL with just a single request. This API parses the HTML content of the given URL, identifies image resources, and returns detailed metadata for each image including size, format, and direct source links. Additionally, it offers an optional ZIP download containing all extracted images for convenience.
Image Extractor Tool endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Extract Images from a URL /extract |
Initiates the image extraction process for a given website URL. This step queues the task and returns a unique task ID to be used for result polling. |
| GET |
Get Extracted Image Details /extract/{id} |
Returns the result of the extraction process, including all image metadata and ZIP file generation status. |
| GET |
Download ZIP of Extracted Images /download/{id} |
Downloads a ZIP file containing all images extracted from the target URL. |
Image Extractor Tool pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | 25 / minute |
|
| ULTRA | $29 / month | 50 / minute |
|
| MEGA | $99 / month | 100 / minute |
|