Wrong file selection
The ZIP can contain several relationship lists. A model may summarize or compare the wrong file unless you isolate the exact followers and following data first.
AI and Instagram exports
ChatGPT can compare two clean lists. It is much less reliable when asked to parse a full Instagram export ZIP or raw JSON blob, because the export contains nested relationship files that need deterministic extraction.
Last updated: June 1, 2026
The ZIP can contain several relationship lists. A model may summarize or compare the wrong file unless you isolate the exact followers and following data first.
Large follower lists can be truncated, summarized, or split in ways that lose accounts before the comparison happens.
Raw JSON often wraps usernames in nested objects with timestamps. The comparison should happen after clean username extraction.
A single export cannot prove who unfollowed you historically. It can show non-followers now; exact unfollowers need a previous snapshot.
If you still want to use an AI tool, do the extraction outside the model first. Paste two plain username lists and ask for a set difference, not a raw export interpretation.
Compare these two plain username lists. List A is my previous followers. List B is my current followers. Return usernames that appear in List A but not List B.
Unfollio's approach
Unfollio reads Instagram's Followers and following export, validates that the relationship data is present, normalizes usernames, and compares snapshots. That keeps the answer tied to the actual data instead of a guessed interpretation.
That usually means the prompt or parser is mixing current following, old relationship records, or the wrong JSON section. Instagram exports contain more relationship data than a simple list of current followers.
For small lists, yes. If you paste two clean plain-text username lists, a simple set difference can work. The risky part is asking a model to infer the right lists from a full raw export.
Use a deterministic export parser or spreadsheet workflow: extract normalized usernames from followers and following, then compare those lists against a previous export.
No. Unfollio uses the official Instagram export ZIP and does not log in, scrape, or automate actions on your account.
Upload the official Instagram ZIP and let Unfollio compare normalized snapshots.