Skip to content

Instagram

Mode: 🔐 Browser · Domain: instagram.com

Commands

CommandDescription
opencli instagram profileGet user profile info
opencli instagram searchSearch users
opencli instagram userGet recent posts from a user
opencli instagram exploreDiscover trending posts
opencli instagram followersList user's followers
opencli instagram followingList user's following
opencli instagram savedGet your saved posts

Usage Examples

bash
# View a user's profile
opencli instagram profile nasa

# Search users
opencli instagram search nasa --limit 5

# View a user's recent posts
opencli instagram user nasa --limit 10

# Discover trending posts
opencli instagram explore --limit 20

# List followers/following
opencli instagram followers nasa --limit 20
opencli instagram following nasa --limit 20

# Get your saved posts
opencli instagram saved --limit 10

# JSON output
opencli instagram profile nasa -f json

Prerequisites

Released under the Apache-2.0 License.