
Dataset Image Downloader & Uploader
Pricing
Pay per usage
Go to Store

Dataset Image Downloader & Uploader
Download image files from image URLs in your datasets and save them to a Zip file, Key-Value store, or directly your AWS S3 bucket.
0.0 (0)
Pricing
Pay per usage
18
Total users
719
Monthly users
77
Runs succeeded
>99%
Response time
38 days
Last modified
3 months ago
2024-10-10
- Fixed ZIP file upload issue for new text based image files (e.g. SVG).
2024-10-05
- Added support for text based image files like SVG etc.
- Added support for redirecting to the actual image URL.
2023-03-13
- Add two new option
items
andoutputDatasetId
to input.
2023-02-07
- Rewrite to crawlee, and overall updates.
- Added a new option
zip-file
foruploadTo
dropdown to upload a zip file of all the images to the dataset. - Fixed issue with downloading images.
Version-2 - 2019-12-02
- Input has been completely redesigned. Please read it again and adjust.
- Removed integration for cancelled Apify Crawler product.
- Added automatic integration with actor webhooks.
- Removed
continueRunId
from input. Use actor resurrect feature instead. batchSize
can have now arbitrary size. Previously it was limited to max dataset load (250,000).- Removed
maxItems
. You can usepredownloadFunction
to manipulate input data. - Added
stateFields
for a possibility to clean log and decrease memory usage of big batches. - Added
duplicatesIndexes
to state object for abillity to track duplicates.