Blog/Troubleshooting

AI and Instagram exports

Why ChatGPT gets Instagram unfollower lists wrong

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.

By Sridhar Vukkadapu

Last updated June 22, 2026.

Last verified against the current Unfollio export workflow on June 22, 2026.

Reviewed for Instagram export format, JSON/HTML support, and privacy-safe parsing.

Where the mistakes come from

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.

Context limits

Large follower lists can be truncated, summarized, or split in ways that lose accounts before the comparison happens.

Unnormalized usernames

Raw JSON often wraps usernames in nested objects with timestamps. The comparison should happen after clean username extraction.

No saved baseline

A single export cannot prove who unfollowed you historically. It can show nonfollowers now; exact unfollowers need a previous snapshot.

Got your Instagram ZIP already?

Upload it to Unfollio and see who does not follow back without entering your Instagram password. Your ZIP is read in your browser, and saved audit history is optional.

The safer manual prompt

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.

Parse first. Compare second.

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.

Best use by task

  • ChatGPT: explain steps, help clean small pasted lists.
  • Spreadsheet: manual list diff after username extraction.
  • Unfollio: parse the export ZIP and save comparison history.

Related guides