
Dataset Image Downloader & Uploader
Pricing
Pay per usage

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
792
Monthly users
111
Runs succeeded
>99%
Issues response
60 days
Last modified
4 months ago
You can access the Dataset Image Downloader & Uploader programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
$echo '{< "pathToImageUrls": "images",< "fileNameFunction": "({url, md5}) => md5(url)",< "uploadTo": "zip-file",< "preDownloadFunction": "/* Example: We get rid of the items with price 0\\n({ data }) => data.filter((item) => item.price > 0)\\n*/",< "postDownloadFunction": "/* Example: We remove items without any successfully uploaded images.\\n We also remove any image URLs that were not uploaded\\n \\n ({ data, state }) => {\\n return data.reduce((newData, item) => {\\n const downloadedImages = item.images.filter((imageUrl) => {\\n return state[imageUrl] && state[imageUrl].imageUploaded;\\n });\\n \\n if (downloadedImages.length === 0) {\\n return newData;\\n }\\n \\n return newData.concat({ ...item, images: downloadedImages });\\n }, []);\\n}\\n*/",< "imageCheckType": "content-type",< "proxyConfiguration": {< "useApifyProxy": true< }<}' |<apify call lukaskrivka/images-download-upload --silent --output-dataset
Dataset Image Downloader & Uploader API through CLI
The Apify CLI is the official tool that allows you to use Dataset Image Downloader & Uploader locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
$npm i -g apify-cli$apify login
Other API clients include: