โœจ Instagram Image Post Downloader, Post & Image Scraper avatar
โœจ Instagram Image Post Downloader, Post & Image Scraper

Pricing

$15.00/month + usage

Go to Apify Store
โœจ Instagram Image Post Downloader, Post & Image Scraper

โœจ Instagram Image Post Downloader, Post & Image Scraper

Developed by

Scrape Architect

Scrape Architect

Maintained by Community

Scrape & download HD images ๐Ÿ–ผ๏ธ from any Instagram post! Get FULL metadata: likes โค๏ธ, comments ๐Ÿ—จ๏ธ, captions ๐Ÿ“, hashtags #, user info ๐Ÿ‘ค, AND deep technical image data ๐Ÿ” (codec, dimensions, bitrate!). Perfect for archiving โœ…, marketing ๐Ÿ“Š, & analysis โœจ Instagram Image Post Downloader

0.0 (0)

Pricing

$15.00/month + usage

0

1

1

Last modified

14 hours ago


๐Ÿ“ธ Instagram Image Post Downloader, Post & Image Scraper ๐Ÿ–ผ๏ธ โ€“ High-Resolution Media & Metadata Grabber

๐Ÿ“ฅ Overview

Need to download high-quality images, extract metadata, and analyze posts from Instagram in one go? Your search ends here!

This Instagram Image Post Downloader & Scraper is a powerful Apify actor designed to meticulously scrape public Instagram image posts. It delivers pristine, original-quality images, along with a rich set of metadata including likes, comments, descriptions, hashtags, and even deep technical image data. Perfect for archivists, marketers, researchers, and developers.

  • ๐Ÿš€ Direct Downloads: Secure, Apify-storage hosted links for every image.
  • ๐Ÿ” Deep Metadata: Get everything from engagement metrics to technical image specs (codec, dimensions, bitrate).
  • ๐Ÿ“Š Structured Data: Clean, organized JSON output perfect for analysis and integration.
  • โš™๏ธ Toggleable Detail: Control the output depth with the additional_metadata switch.

๐ŸŽฏ Key Features

๐ŸŒŸ Comprehensive Scraping

  • โœ… Download all images from public Instagram single-image and carousel posts.
  • โœ… Extract post metadata: likes, comments, description, author, upload date, and hashtags.
  • โœ… Gather advanced post details: Open Graph tags, app links, and platform-specific metadata.

๐Ÿ› ๏ธ Advanced Output Options

  • โœ… Apify Storage Links: Reliable, downloadable links for all images.
  • โœ… Post Metadata: Full social context for each scraped post.
  • โœ… Image Metadata: Technical deep dive into each image (when enabled) โ€“ codec, dimensions, color space, file size, and more.

โš™๏ธ Intelligent Processing

  • โœ… URL Cleaning: Automatically handles and sanitizes input URLs.
  • โœ… Validation Checks: Reports HTTP status and content type for every downloaded image.
  • โœ… Detailed Feedback: Status messages for each processed URL.

โš™๏ธ Input Configuration

Simply provide the URLs of the public Instagram posts you want to scrape. The additional_metadata toggle is on by default for the fullest experience.

{
"additional_metadata": true,
"post_urls": [
{
"url": "https://www.instagram.com/p/DMxzBcrR-Jp/?utm_source=ig_web_copy_link",
"method": "GET"
},
{
"url": "https://www.instagram.com/p/DM6CrayRSSI/",
"method": "GET"
}
]
}

๐Ÿ“‹ Input Fields

FieldEmojiDescription
post_urls๐Ÿ”—A list of public Instagram post URLs. The actor will automatically clean and process them.
additional_metadata๐Ÿ”true: Output includes deep technical image metadata.
false: Output is simplified, omitting technical image details.

๐Ÿ“ค Output Examples

The actor provides meticulously structured output. The dataset is organized into multiple views for easier analysis.

1. ๐Ÿ–ผ๏ธ Primary Output (Images & Feedback View)

This view provides a clean overview of the scraped post and its media.

{
"original_url": "https://www.instagram.com/p/DMxzBcrR-Jp/?utm_source=ig_web_copy_link",
"description": "Zoom in. #ShotoniPhone by @eldography โ€œSometimes macro feels like magic.โ€ - Eldo E..",
"likes": "35.0k",
"comments": "631",
"upload_date": "July 31, 2025",
"author_username": "apple",
"feedback": "Congrats, media found.",
"media": {
"total_found": 2,
"valid_urls": 2,
"urls": [
{
"http_status": 200,
"content_type": "image/jpeg",
"is_valid": true,
"image_download_link_1": "https://api.apify.com/v2/key-value-stores/.../ig_4358346331066317968.jpg"
},
{
"http_status": 200,
"content_type": "image/jpeg",
"is_valid": true,
"image_download_link_2": "https://api.apify.com/v2/key-value-stores/.../ig_2607975978671962851.jpg"
}
]
}
}

2. ๐Ÿ•ต๏ธโ€โ™‚๏ธ Deep Image Metadata (When additional_metadata: true)

This is where the scraper shines, providing a technical analysis for each image.

"image_metadata": [
{
"image_download_link_1": "https://api.apify.com/v2/key-value-stores/.../ig_4358346331066317968.jpg",
"metadata_image_1": {
"streams": [
{
"index": 0,
"codec_name": "mjpeg",
"codec_long_name": "Motion JPEG",
"width": 1080,
"height": 1348,
"pix_fmt": "yuvj420p",
"color_space": "bt470bg",
// ... (more technical details)
}
],
"format": {
"format_name": "image2",
"size": "197168",
"bit_rate": "39433600"
}
}
}
]

3. ๐Ÿ“ฌ Comprehensive Post Metadata

A treasure trove of information about the post itself, perfect for social media analysis.

"Post_Metadata": {
"caption": "apple on Instagram: \"Zoom in. #ShotoniPhone by @eldography...\"",
"owner_user_id": "5821462185",
"hashtags": ["#ShotoniPhone"],
"author_username": "apple",
"og:image": "https://scontent-ord5-3.cdninstagram.com/.../image.jpg",
"likes": 35000,
"comments": 631,
"upload_date": "July 31, 2025",
// ... (30+ other fields including Open Graph, Twitter Card, and app links)
}

๐Ÿงพ Output Field Summary

FieldEmojiDescription
media.urls๐Ÿ–ผ๏ธList of downloadable image links hosted on Apify storage.
likes, commentsโค๏ธ๐Ÿ—จ๏ธPost engagement metrics.
description๐Ÿ“The post's caption text.
author_username๐Ÿ‘คThe username of the post's author.
image_metadata๐Ÿ”ฌDeep technical data for each image (codec, dimensions, bitrate, color profile).
Post_Metadata๐Ÿ“ŠExtensive post details (hashtags, OG tags, app links, platform IDs).

๐ŸŽฏ Use Cases

  • ๐Ÿ“Š Social Media Analysts & Marketers: Track campaign performance, analyze engagement (likes/comments), and monitor hashtag usage.
  • ๐Ÿง‘โ€๐Ÿ’ป Content Creators & Archivists: Backup your own content or create curated collections of inspiration from public figures.
  • ๐Ÿค– Developers & Researchers: Feed clean, structured Instagram data into your applications for machine learning, trend analysis, or market research.
  • ๐Ÿ–ผ๏ธ Designers & Artists: Source high-quality imagery for mood boards, inspiration, or artistic analysis, complete with technical specifications.

๐Ÿ”’ Privacy & Ethics

  • ๐Ÿ” Public Data Only: This actor only scrapes data from public Instagram profiles and posts.
  • ๐Ÿšซ No Login Required: It does not require or use Instagram login credentials, adhering to a simpler and more ethical scraping approach.
  • ๐Ÿ“œ Respectful Usage: Users are responsible for complying with Instagram's Terms of Service and applicable data privacy laws (like GDPR and CCPA). Always scrape responsibly and avoid overloading servers.

๐Ÿ“ง Need Customization?

Do you need to scrape Instagram Reels, Stories, or private data (requires login)? Or perhaps you need a custom data format or integration?

โœ‰๏ธ Email us at scrapearchitect@gmail.com for tailored scraping solutions! We can build custom actors to fit your exact needs.