Instagram Photos Downloader - Bulk Available avatar
Instagram Photos Downloader - Bulk Available

Pricing

$5.00/month + usage

Go to Store
Instagram Photos Downloader - Bulk Available

Instagram Photos Downloader - Bulk Available

Developed by

Scraper Mind

Scraper Mind

Maintained by Community

Download Instagram photos in bulk with the Instagram Photos Downloader API 📸. Fast, reliable, and just $5! 🚀 Scrape captions, likes, metadata & more, perfect for marketers, creators & devs. Try the best Instagram photos downloader today.

0.0 (0)

Pricing

$5.00/month + usage

0

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

2 days ago

Instagram Photos Downloader 📸🚀

A powerful and affordable Apify Actor that lets you download photos from any Instagram post in bulk. Whether you need images for marketing, research, or personal archiving, our scraper delivers high-quality results with ease.


Why Choose Us? 🤔💡

  • $5 Only – The most affordable Instagram photo downloader on the market!
  • Bulk Download – Fetch multiple images from a single post or a list of posts in one go (a feature our competitors lack).
  • Proxy Support – Built-in Apify Proxy integration to bypass restrictions and avoid rate limits.

Key Features 🌟

  • Download all images from public Instagram posts (single or carousel).
  • Extract metadata: captions, like count, comments count, posting date, user info, and more.
  • Support for multiple input URLs: run in batch mode for efficiency.
  • Automatic retry and fallback with proxy rotation.
  • JSON output for easy parsing and automation.

📥 Input

Provide your configuration in JSON format. Below is an example:

{
"startUrls": [
"https://www.instagram.com/p/DJrh0cWtNHp/",
"https://www.instagram.com/p/CVYxyz12345/"
],
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Input Keys:

KeyTypeDescription
startUrlsArrayList of Instagram post URLs to scrape (single or carousel posts).
proxyConfigurationObjectProxy settings to enable Apify Proxy and select proxy groups.

📤 Output

The actor returns an array of results, each containing post details and media links.

[
{
"url": "https://www.instagram.com/p/DJrh0cWtNHp/",
"success": true,
"data": {
"code": "DJrh0cWtNHp",
"created_at": "2025-05-15 16:00:13",
"username": "natgeohistory",
"hd_profile_pic_url": "https://instagram.fkul8-1.fna...jpg",
"media_type": 1,
"media_info": [
{
"image": "https://instagram.fkul8-1.fna...jpg",
"accessibility_caption": "Photo shared by...",
"original_width": 1080,
"original_height": 1350
}
],
"like_count": 19314,
"comment_count": 108,
"caption": "Whether standing stones,..."
}
}
]

Output Keys:

KeyTypeDescription
urlStringThe Instagram post URL.
successBooleanIndicates if scraping succeeded.
dataObjectContains post metadata and media array.
└─ codeStringShort post identifier (e.g., DJrh0cWtNHp).
└─ created_atStringPost timestamp (YYYY-MM-DD hh:mm:ss).
└─ usernameStringInstagram username of the poster.
└─ hd_profile_pic_urlStringURL to the user’s HD profile picture.
└─ media_typeNumberMedia type (1: image, 2: video, 8: carousel).
└─ media_infoArrayList of media objects with image, dimensions, and caption.
└─ like_countNumberTotal likes on the post.
└─ comment_countNumberTotal comments on the post.
└─ captionStringText caption of the post.

🚀 How to Use the Actor (via Apify Console)

  1. Open Apify Console: Log in at console.apify.com and select the Actors tab.

  2. Find Your Actor: Search for instagram-photos-downloader and click its card.

  3. Configure Input: In the INPUT section, fill out:

    • Start URLs: Add one or more Instagram post URLs.
    • Proxy Configuration: Toggle Apify Proxy on/off and choose your proxy groups.
  4. Run the Actor: Click the Run button (top-right) to start scraping.

  5. Monitor Logs: View live logs in the Run panel to track progress and retries.

  6. Access Results: When complete, switch to the OUTPUT tab and download the JSON dataset.


🎯 Best Use Cases

  • Bulk-downloading images for social media archiving.
  • Gathering visuals for content creation and marketing.
  • Research on image content trends and engagement metrics.
  • Data collection for academic or journalistic projects.

🛠️ Support & Feedback

If you encounter any issues or need help, simply open a new issue in the Issues tab of the Apify Console for this Actor.

For custom feature requests or direct support, reach out via email at scrapermindapi@gmail.com, and we’ll get back to you promptly.