Telegram bot for gathering open-source intelligence on any public Instagram account. Profile data, social graph, media, contact info, content analysis โ all in one place.
| Command | Description |
|---|---|
/target username |
Set current target |
/info |
Full profile info + account age, country, former usernames |
/propic |
Download HD profile picture |
/stories |
Download current stories |
/highlights |
List highlight reels |
/posts |
Download recent posts (up to 12) |
/reels |
Download recent reels (up to 10) |
/tagged |
Download tagged posts (up to 10) |
/followers |
List followers (first 50) |
/followings |
List following (first 50) |
/mutuals |
Find mutual followers |
/similar |
Find similar/related accounts |
/email |
Extract public email |
/phone |
Extract public phone |
/locations |
Extract locations from posts |
/hashtags |
Extract hashtags from posts |
/mentions |
Extract mentions from posts |
/export |
Export full profile data as JSON |
All commands accept an optional username argument. If omitted, the current /target is used.
This bot is powered by HikerAPI โ the most complete Instagram API for OSINT, analytics, and automation.
Sign up with this link and get 100 free requests โ no credit card, no commitment. Enough to prototype your own OSINT tool or research project.
What makes HikerAPI perfect for OSINT:
- Profile intelligence โ full profile data, account age, country, former usernames
- Social graph โ followers, following, mutuals, similar accounts
- Contact extraction โ public emails, phone numbers, linked accounts
- Content analysis โ locations, hashtags, mentions, tagged users
- Media access โ stories, highlights, posts, reels in full resolution
- Production-ready โ 99.9% uptime, no rate limits on paid plans
-
Get a Telegram bot token from @BotFather
-
Get a HikerAPI key โ 100 free requests here
-
Copy
default.envto.envand fill in your tokens -
Run:
docker compose up -d --build
Or locally:
pip install -r requirements.txt python bot.py