skillfed

instaloader

Download pictures (or videos) along with their captions and other metadata from Instagram.

instaloader v4.15.3 422.5K downloads/30d#6,782 on PyPI
Permissive license MIT Active released

What it is and what it does

Instaloader is a command-line tool that downloads Instagram content—profiles, hashtags, stories, feeds, and saved media—along with associated metadata like comments, captions, and geotags. It supports both public and private profiles (via login) and can resume interrupted downloads. The tool automatically detects profile name changes and renames local directories accordingly, and offers fine-grained filtering options for what to download and where to store it.

The package depends only on requests and runs as a pure-Python wheel, making installation straightforward. It is actively maintained and supports modern Python versions. Use it to archive Instagram content, back up profiles, or collect media and metadata for analysis—though be aware that Instagram does not officially endorse automated downloading, and the tool's continued functionality depends on Instagram's API stability and rate-limiting policies.

Use it for:

  • Archive a public Instagram profile's photos, videos, and captions for personal backup or documentation.
  • Download all posts from a hashtag to collect media for research, trend analysis, or content curation.
  • Retrieve Instagram Stories before they expire, with optional geotag and metadata extraction.
  • Bulk-download your own saved posts and liked content for local organization and offline access.
  • Extract post metadata (comments, captions, timestamps) for analysis or reporting without manual scraping.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Downloads public and private Instagram profiles, hashtags, stories, feeds, and saved media along with comments, captions, and geotags via command-line interface.

Yes, if you need to download and archive Instagram content and accept Instagram's unofficial-tool status. The package is actively maintained, has low install friction, carries a permissive MIT license, and has no known security vulnerabilities. Be aware that Instagram does not endorse automated downloading and may rate-limit or block requests; session management is local and non-interactive once a login is cached.

Install

instaloader on PyPI

pip

pip install instaloader

uv

uv add instaloader

poetry

poetry add instaloader

Installing instaloader

Before you install

Low installation friction with a single pure-Python dependency (requests). Active maintenance with a release 19 days ago. Supports current Python versions (3.9 through 3.14).

License in practice

MIT license permits commercial and private use with minimal restrictions—you may use, modify, and distribute instaloader freely provided you retain the license notice.

Quickstart

pip install instaloader
instaloader profile username
# or with login for private profiles:
instaloader --login=your_username profile username

Requires Python 3.9 or later. Instagram may rate-limit or block requests; session cookies are stored locally for reuse.

Verify before relying

  • Whether Instagram's terms of service permit automated downloading of public profiles and whether the package actively detects and adapts to Instagram API or rate-limit changes.
  • Whether the package handles Instagram's two-factor authentication or other modern login flows beyond basic username/password.

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 1 — requests
Maintenance actively maintained — 19 days since the last release
First released
Downloads 422,507/month — #6,782 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: instaloader-4.15.3-py3-none-any.whl

Keywords: instagram, instagram-scraper, instagram-client, instagram-feed, downloader, videos, photos, pictures, instagram-user-photos, instagram-photos, instagram-metadata, instagram-downloader, instagram-stories

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersIntended Audience :: End Users/DesktopLicense :: OSI Approved :: MIT LicenseOperating System :: OS IndependentProgramming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Topic :: InternetTopic :: Multimedia :: Graphics

Tags

instagram downloaderdownload instagram photos videosinstagram scraperinstagram profile backupinstagram media archivalinstagram stories downloaderinstagram metadata extractor
instagram-archivalmedia-downloadercli-tool

More Internet packages