2023-06-21 05:45:00 -07:00
|
|
|
# instaloader
|
|
|
|
|
|
|
|
> Download pictures, videos, captions, and other metadata from Instagram.
|
|
|
|
> Note: You will need to provide Instagram login information if you want high-quality media downloads.
|
2025-06-28 14:22:14 +03:00
|
|
|
> More information: <https://instaloader.github.io/cli-options.html>.
|
2023-06-21 05:45:00 -07:00
|
|
|
|
|
|
|
- Download a profile:
|
|
|
|
|
|
|
|
`instaloader {{profile_name}}`
|
|
|
|
|
|
|
|
- Download highlights:
|
|
|
|
|
|
|
|
`instaloader --highlights {{profile_name}}`
|
|
|
|
|
|
|
|
- Download posts with geotags (if available), suppressing any user interaction:
|
|
|
|
|
2025-06-28 14:22:14 +03:00
|
|
|
`instaloader {{[-q|--quiet]}} {{[-G|--geotags]}} {{profile_name}}`
|
2023-06-21 05:45:00 -07:00
|
|
|
|
|
|
|
- Specify a user agent for HTTP requests:
|
|
|
|
|
|
|
|
`instaloader --user-agent {{user_agent}} {{profile_name}}`
|
|
|
|
|
|
|
|
- Specify login info and download posts (useful for private profiles):
|
|
|
|
|
2025-06-28 14:22:14 +03:00
|
|
|
`instaloader {{[-l|--login]}} {{username}} {{[-p|--password]}} {{password}} {{profile_name}}`
|
2023-06-21 05:45:00 -07:00
|
|
|
|
|
|
|
- Skip a target if the first downloaded file has been found (useful for updating Instagram archives):
|
|
|
|
|
2025-06-28 14:22:14 +03:00
|
|
|
`instaloader {{[-F|--fast-update]}} {{profile_name}}`
|
2023-06-21 05:45:00 -07:00
|
|
|
|
|
|
|
- Download stories and IGTV videos (login required):
|
|
|
|
|
2025-06-28 14:22:14 +03:00
|
|
|
`instaloader {{[-l|--login]}} {{username}} {{[-p|--password]}} {{password}} {{[-s|--stories]}} --igtv {{profile_name}}`
|
2023-06-21 05:45:00 -07:00
|
|
|
|
|
|
|
- Download all types of posts (login required):
|
|
|
|
|
2025-06-28 14:22:14 +03:00
|
|
|
`instaloader {{[-l|--login]}} {{username}} {{[-p|--password]}} {{password}} {[-s|--stories]}} --igtv --highlights {{profile_name}}`
|