Image Downloader avatar

Image Downloader

Try for free

No credit card required

View all Actors
Image Downloader

Image Downloader

apify/image-downloader
Try for free

No credit card required

You can access the Image Downloader programmatically from your own applications by using the Apify API. You can 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.

1echo '{
2  "startUrl": "https://www.apify.com",
3  "maxPages": 1,
4  "maxImages": 100,
5  "downloadAsZip": false,
6  "globs": [
7    {
8      "glob": "**"
9    }
10  ]
11}' |
12apify call apify/image-downloader --silent --output-dataset

Image Downloader API through CLI

The Apify CLI is the official tool that allows you to use Image Downloader locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community
Actor metrics
  • 3 monthly users
  • 2 stars
  • 100.0% runs succeeded
  • Created in Oct 2024
  • Modified 9 days ago