Thumbnail Maker avatar

Thumbnail Maker

Pricing

from $5.00 / 1,000 thumbnail generateds

Go to Apify Store
Thumbnail Maker

Thumbnail Maker

Generates thumbnails from a list of image URLs using ImageMagick.

Pricing

from $5.00 / 1,000 thumbnail generateds

Rating

0.0

(0)

Developer

R.L.

R.L.

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 hours ago

Last modified

Share

Generate thumbnails from a list of image URLs. Give it URLs, a target size, and an output format — get back a resized thumbnail for each one, powered by ImageMagick under the hood.

What it does

  • Downloads each image URL you provide.
  • Resizes it to your target width/height, either fit-within-box (keeps aspect ratio, no cropping) or exact-size (crops to fill).
  • Converts to your chosen output format: PNG, JPG, WebP, GIF, BMP, or TIFF.
  • Saves every thumbnail to the run's key-value store and lists it in the dataset, alongside the original source URL.

Input

FieldDescription
imageUrlsList of image URLs to thumbnail
widthThumbnail width in pixels
heightThumbnail height in pixels
keepAspectRatiotrue fits the image within width × height without cropping; false crops to exactly width × height
outputFormatpng, jpg, webp, gif, bmp, or tiff
jpegQualityQuality (1–100) for jpg/webp output

Output

One dataset row per image:

  • sourceUrl — the original image URL
  • thumbnailUrl — direct link to the generated thumbnail
  • thumbnailKey, width, height, format — thumbnail details
  • success / error — whether that image processed cleanly

Thumbnail files themselves live in the run's key-value store.

Pricing

Pay per thumbnail successfully generated.

Data pipeline toolkit

Part of the Data pipeline toolkit — small, chainable Actors for cleaning, transforming, and generating data inside a larger pipeline:

Did you find this useful?

⭐ Rate this actor on Apify! Your feedback helps other users find it and helps us keep improving it.