8000 GitHub - pradumon14/Ig
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pradumon14/Ig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

🚀 Instagram Profile Scraper

A powerful Python script that uses Instaloader to fetch publicly available Instagram profile data 📸.


🎯 Features

Fetches Instagram Profile Details

  • 🆔 Username
  • 🏷 Full Name
  • 📜 Bio
  • 🌎 Profile Picture URL
  • 📊 Followers & Following Count
  • 📸 Post Count
  • Verified Status
  • 🏢 Business Category (if applicable)
  • 🔗 External Website Link

Fetches Latest Post Caption (for public accounts)
Error Handling (No crashes for invalid usernames or private profiles)
Continuous Loop (Check multiple profiles in one session!)


🛠 Installation

Make sure you have Python installed, then install instaloader using:

pip install instaloader

🚀 Usage

1️⃣ Clone the repository

git clone https://github.com/pradumon12/instagram-profile-scraper.git
cd instagram-profile-scraper

2️⃣ Run the script

python scraper.py

3️⃣ Enter an Instagram username and view profile details. 4️⃣ Type exit to quit the program.

❗ EXAMPLE

Enter Instagram Username: pradumon14

==================================================
Username        : pradumon14
Full Name       : Pradumon Sahni
Biography       : Cool coder 
Profile Pic URL : https://instagram.com/xyz/profile.jpg
Posts Count     : 15000
Followers       : 26500000
Following       : 120
Private Account : No
Verified        : Yes
External URL    : https://www.example.com
Business Category: No

Recent Post Caption:
- Learning Mahine learning

⚠ Limitations

❌ Does NOT fetch private profile details or posts ❌ Excessive requests may result in temporary IP blocking by Instagram


📌 To-Do List

🔐 Add login support for extended access

💾 Save fetched data into a file

📊 Create a GUI version


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0