osi.ig
→ View on GitHubAI Summary: OSI.IG is an open-source tool designed for conducting Open Source Intelligence (OSINT) on Instagram accounts by retrieving detailed user information, including profile data, hashtags, mentions, and post metadata. Notable features include the ability to extract user ID, follower counts, and engagement metrics, as well as accessing post details, although it currently struggles with posts marked as sensitive content. The tool aims to work without login credentials, providing a streamlined method for information gathering on Instagram profiles.
README

Open Source Information Instagram
so recently ig started sending html response insted of json to “unknown” requests.
i REALLY wanted this to work without login since i don’t use ig anymore, tried few ways i knew to get it working without login but it didn’t work :/

anyways since lot of people are using this i will add a temporary login to get this working asap
The Instagram OSINT Tool gets a range of information from an Instagram account that you normally wouldn’t be able to get from just looking at their profile
The information includes:
[ profile ] : user id, followers / following, number of uploads, profile img URL, business enum, external URL, joined Recently, etc
[ tags & mentions ] : most used hashtags and mentioned accounts
[ email ] : if any email is used anywhere it’ll be displayed
[ posts ] : accessability caption, location, timestamp, caption, picture url, etc
- ( yet not working correctly with posts instagram marks as ‘sensitive cotent’ )
• How To Install
$ pkg install -y git
$ git clone https://github.com/th3unkn0n/osi.ig.git && cd osi.ig
$ python3 -m pip install -r requirements.txt
• Usage
$ python3 main.py -u username
$ python3 main.py -h
-p, --post images info highlight
• Update
$ git pull