Tool to fetch and analyze data from public Instagram profiles.
InstaProfileAnalyzer is a cross-platform Flutter app backed by a Python scraping service. It fetches public Instagram profile data — follower count, post count, engagement rate, and recent posts — and presents it in a clean analytics dashboard.
Python backend uses instaloader to fetch public profile data and exposes it via a REST API. The Flutter frontend consumes the API and renders charts and stats using fl_chart.
Add competitor comparison, hashtag analysis, best-time-to-post recommendations, and export to PDF.