VOOZH about

URL: https://apify.com/ntriqpro/image-batch-optimizer

โ‡ฑ Image Optimizer โ€” Resize, Compress, Convert WebP ยท Apify


๐Ÿ‘ Image Batch Processor - Resize, Convert & Compress avatar

Image Batch Processor - Resize, Convert & Compress

Pricing

$10.00 / 1,000 image optimizeds

Go to Apify Store

Image Batch Processor - Resize, Convert & Compress

Process hundreds of images at once. Resize, convert formats, compress for web, and optimize automatically.

Pricing

$10.00 / 1,000 image optimizeds

Rating

0.0

(0)

Developer

๐Ÿ‘ daehwan kim

daehwan kim

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Share

Image Batch Optimizer

Optimize up to 50 images per run: convert formats (WebP/JPEG/PNG), resize, and compress.

Features

  • Batch Processing: Handle up to 50 images per run
  • Format Conversion: Convert to WebP (recommended), JPEG, PNG, or keep original format
  • Resizing: Resize images with customizable fit modes (inside, cover, contain, fill, outside)
  • Compression: Adjust quality (1-100) for optimal file size vs visual quality tradeoff
  • Detailed Output: Get original/optimized sizes, compression ratio, and final dimensions
  • Reliable: Skip failed downloads and continue processing remaining images
  • Pay Per Use: Only pay $0.01 per image processed

Input

PropertyTypeDescriptionExample
imageUrlsArray[String]List of image URLs to optimize (max 50)["https://example.com/photo.png"]
outputFormatStringTarget format: webp, jpeg, png, original"webp"
qualityIntegerCompression quality (1-100)80
maxWidthIntegerMaximum width in pixels (0 = no resize)800
maxHeightIntegerMaximum height in pixels (0 = no resize)600
fitStringResize fit mode: inside, cover, contain, fill, outside"inside"

Output

Dataset contains one record per processed image:

{
"originalUrl":"https://example.com/photo.png",
"outputUrl":"https://api.apify.com/v2/key-value-stores/.../photo.webp",
"originalSize":245600,
"outputSize":102340,
"compressionRatio":"58.3%",
"width":800,
"height":600,
"outputFormat":"webp",
"disclaimer":"This tool optimizes images..."
}

Pricing

  • $0.01 per image optimized (Pay-Per-Event model)
  • Failed images (download errors) are not charged

Example

Input:

{
"imageUrls":["https://upload.wikimedia.org/wikipedia/commons/thumb/4/47/PNG_transparency_demonstration_1.png/280px-PNG_transparency_demonstration_1.png"],
"outputFormat":"webp",
"quality":80,
"maxWidth":600,
"maxHeight":600,
"fit":"inside"
}

Result: PNG (280px, ~10KB) โ†’ WebP (280ร—280px, ~3KB), 70% compression, $0.01 charge.

Disclaimer

This tool optimizes images using the open source Sharp library (Apache 2.0 license). Output quality depends on input image format and content. Original files are not modified. Processed images are stored temporarily in Apify Key-Value Store and may expire. Always verify output before use in production.

Data Source


๐Ÿ”— Related Actors by ntriqpro

Build your data pipeline with the ntriqpro Actor suite:

โญ Love it? Leave a Review

Your rating helps professionals discover this actor. Rate it here.

You might also like

Sqoosh Image Compressor

eunit/sqoosh-image-compressor

Optimize images for SEO with the Squoosh Actor on Apify. Batch compress, resize, and convert images to WebP, AVIF, and MozJPEG to boost site speed and Core Web Vitals. Automate high-performance image optimization for web scraping and developer workflows with ease.

๐Ÿ‘ User avatar

Emmanuel Uchenna

6

5.0

Resize Image โ€” Batch Image Resizing & Format Conversion

junipr/resize-image

Batch resize, crop, and convert images to any dimension or format using Sharp. Supports JPEG, PNG, WebP, AVIF, and more.

Bulk Image Optimizer & Compressor

automation-lab/bulk-image-optimizer

Compress, resize, and convert images between PNG, JPG, WebP, and AVIF formats in bulk. Strip EXIF metadata, set quality levels, and download optimized images with detailed size reports.

๐Ÿ‘ User avatar

Stas Persiianenko

9

Image Resizer API

shahidirfan/Image-resizer-API

Meet the Image Resizer API, a streamlined tool for efficient image processing. Simply provide image URLs to effortlessly resize and convert formats on the fly. Perfect for optimizing web assets and managing media at scale. Fast, reliable, and easy to integrate!

PDF Tools (Merge / Split / Compress / OCR / Watermark)

mrkrokko/pdf-tools

All-in-one PDF processor: merge multiple PDFs, split by page ranges, compress file size, extract text, OCR scanned documents (Tesseract), add text watermarks, rotate pages, and read metadata. Accepts PDF URLs or Key-Value Store keys.

Image Resizer API

igview-owner/image-resizer-api

Professional image resizer API for automated batch image processing. Resize images to any dimensions with smart cropping, format conversion (JPEG, PNG, WebP, TIFF), and quality optimization. Perfect for web optimization, e-commerce thumbnails, social media content, and responsive design.

๐Ÿ‘ User avatar

Sachin Kumar Yadav

28

5.0

Alt Text Generator - Batch Image Descriptions

ntriqpro/alt-text-batch

Automatically generate detailed descriptions for multiple images at once. Perfect for accessibility, SEO, and social media captions.

Ffmpeg Cloud Mcp

whitewalk/ffmpeg-cloud-mcp

Cloud-based FFmpeg video/audio processing via MCP. Transcode, trim, extract audio, generate thumbnails, resize, compress, merge videos, create GIFs, and add watermarks. No FFmpeg installation needed. Works with Claude Desktop, Cursor, and any MCP client.

Related articles

Top 5 Google Image Search APIs to extract web image data
Read more