How to Export Instagram Followers: The Complete Guide (2026)

May 20, 2026by bob

How to Export Instagram Followers: The Complete Guide (2026)

If you've ever wanted a saved file of an Instagram account's followers — yours, a competitor's, an influencer's — you've already discovered that Instagram doesn't provide one. You can scroll the list on screen, but there's no "Export" button anywhere in the app. That gap is what every Instagram follower export tool exists to fill.

This guide explains what's actually going on: what data the export captures, why Instagram refuses to ship the feature, every practical option for getting the list out, and what each option's CSV output looks like. If you want the screen-by-screen walkthrough, that's a separate step-by-step — this page is the broad informational hub.

What "export Instagram followers" actually means

"Exporting" simply means converting the Followers (or Following) list into a saved file — typically a CSV — so you can open it in Excel, Numbers, or Google Sheets, sort it, filter it, or feed it into another tool. The same intent appears under several phrasings:

  • export Instagram followers / export IG followers
  • download Instagram followers list / download followers list
  • Instagram follower export tool
  • export Instagram following list (the outgoing follows, accounts they follow)
  • Instagram followers CSV / followers to Excel
  • backup Instagram followers

All of these point at the same underlying job: turn a list that lives inside Instagram's app into a file that lives outside it.

One distinction matters throughout:

  • Followers — accounts that follow the target profile.
  • Following — accounts the target profile follows.

Most people search "export followers" but actually need either column, or both. A serious export tool gives you both.

Why Instagram doesn't offer a built-in export

The Followers list is public for any public account. The data is right there on screen. So why is there no "Export" or "Download CSV" button?

Three structural reasons:

  1. Friction is a moat. Making the list trivially exportable would lower the cost of cross-platform scraping, lookalike audience seeding, and competitor research. Instagram's parent company (Meta) protects this data as a product moat.
  2. API access is throttled. The official Instagram Graph API exposes a limited slice of follower data — mostly for accounts you own, with very low rate limits. There's no first-party export endpoint that returns the full list of a third-party account's followers.
  3. It would normalize bulk lookups. A "Download Followers CSV" button on every profile would invite mass scraping. Instagram prefers users see followers one row at a time, on a feed they can advertise into.

So all export tools work the same way: they pull the same public list Instagram already shows you — just programmatically — and reformat it into a file you can save.

What an export actually contains

A well-built Instagram follower export will give you, for each row:

ColumnWhat it is
usernameThe IG handle (e.g. instagram)
full_nameDisplay name (may be empty)
profile_urlhttps://www.instagram.com/<username>/
is_verifiedVerified blue tick (true/false)
is_privateWhether the account is private
followers_countTheir follower count at fetch time
following_countTheir following count at fetch time
detected_atWhen the row was fetched

Some tools include profile bio, profile picture URL, or a guess at the timestamp of when they followed the target. Most of those extras are reconstructed from secondary signals, not direct data points — quality varies.

Your options for exporting Instagram followers

There are three realistic approaches with very different effort and reliability:

1. Dedicated mobile / web export tools (most practical)

A purpose-built app or web tool that fetches the public Followers list and writes it out as CSV. Look for:

  • No Instagram login required for public profiles. Anything that demands your IG password to export someone else's public followers should raise red flags.
  • Full list export, not just the first page. Many free-tier tools cap the export at the first 50–100 entries — fine for small accounts, useless for anything serious.
  • Both Followers and Following. Some tools only export one direction.
  • Reasonable rate limits and clear pricing. Instagram itself rate-limits the underlying calls, so any tool promising "unlimited instant exports" is either lying or about to get its access revoked.

Recent Follow by IGExport is built for this exact job. The free web tool exports the first 100 followers of any public account; the Recent Follow mobile app handles full exports for larger accounts.

→ For the screen-by-screen mobile walkthrough, see How to Export Instagram Followers to CSV? Step-by-Step with Recent Follow. → For a side-by-side comparison of the main tools (including Phantombuster, IGLeads, and others), see Best Instagram Follower Export Tools (2026). → For the following list specifically (export who someone follows, not who follows them), see How to Export an Instagram Following List.

2. Browser extensions and scraper scripts

Chrome/Firefox extensions that scrape the list directly off the page you're looking at in instagram.com. Pros: no third-party server sees the data. Cons:

  • Instagram aggressively detects and blocks these. The shelf life of any given extension averages 2–3 months before it stops working.
  • They scrape from your logged-in session, which means Instagram associates the bulk requests with your account. Heavy use can trigger a soft ban (limited browsing for hours / days).
  • Pagination is fragile. Accounts with > 1,000 followers often partially fail, dropping rows silently.

Reasonable for one-off small exports if you accept the trade-offs. Not viable as a workflow you depend on.

3. Manual screenshots / typed lists (only at very small scale)

Scrolling the Followers list and screenshotting or typing names into a spreadsheet. Workable for an account with 20 followers, painful at 200, impossible at 2,000.

Sometimes the right call when you only need a tiny subset (e.g. "who in this 30-person list also follows my main account"). Almost never the right call for anything larger.

How the official Instagram "Download Your Information" feature compares

Instagram does let you download a copy of your own data via Settings → Accounts Center → Your Information and Permissions → Download Your Information. This gets you a followers_1.json and following.json, etc.

Important limits:

  • Only your own account. Not competitors, not influencers, not anyone else's profile.
  • Comes as JSON, not CSV. You'll need to convert it yourself.
  • Slow. Instagram sends an email when the export is ready, often 1–4 days later for larger accounts.
  • No timestamps on individual follows. The order is roughly chronological but not labeled.

Useful for personal backup, archive, or compliance. Not useful for any third-party export workflow.

Common reasons people export Instagram followers

Most exports fall into one of four buckets:

Use caseWhat you actually need from the CSV
Influencer / competitor researchFollowers of a target account → filter by is_verified or followers_count to find their notable fans
Outreach listsFollowers of a niche account → manual review to pick people to DM or invite
Audience overlap analysisTwo accounts' follower lists → compare who follows both
Personal backupYour own followers / following → archived as CSV in case you lose access

Different use cases tolerate different export quality. A backup just needs the list; an audience overlap needs accuracy and freshness; outreach needs as much profile metadata as the tool can capture.

The list is public. Anyone — logged in or not — can already see it by opening the profile. Exporting it doesn't access any private data that wasn't already exposed by Instagram itself.

That said:

  • Instagram's Terms of Service prohibit automated access to the platform. Heavy scraping can get your IG account rate-limited or banned (extension-based scrapers more so than third-party export apps, because the request comes from your session).
  • GDPR / CCPA apply to what you do with the data after you export it. Storing email addresses, sending unsolicited promotional DMs, or building a lookalike audience for paid ads may have separate compliance obligations depending on jurisdiction.
  • Reselling the data without permission is a clearer red line — both Instagram's ToS and most data-protection regimes forbid it.

Most personal / research uses of exported followers are well within normal acceptable use. Bulk commercial use needs its own legal review.

How to choose an export tool

Five practical questions worth asking before you commit:

  1. Does it work without my IG password? If a tool requires your own Instagram login to export someone else's public followers, walk away.
  2. Does it actually export the full list, or just the first page? Test with an account whose count you know.
  3. Does the CSV open cleanly in Excel / Numbers / Google Sheets? Some tools generate semi-broken CSVs that need cleanup.
  4. What's the rate limit, and what happens when I hit it? A tool that errors out silently on the 101st row is worse than one that warns you up front.
  5. Is the pricing structure clear? Freemium tools are normal; opaque "credits" systems are often a way to charge twice for the same export.

If you want a single recommendation: start with Recent Follow's free web export (no login, no install, exports up to 100 followers per search). For larger accounts, download the mobile app — it handles full exports and saves history per account.

Frequently asked questions

Can I export private Instagram followers?

Only if you have authorized access (the account is yours, or the account owner has approved you as a follower). No legitimate export tool will export a strangers's private follower list — that data isn't exposed by Instagram in the first place.

Will the target account know I exported their followers?

No. Exporting a public follower list is read-only from Instagram's perspective — the same as scrolling the list yourself. There's no notification, no profile-view trace, no entry in their activity log.

How accurate is the timestamp on each follow?

The detected_at column reflects when the export captured the row, not when the follow actually happened. Some tools attempt to estimate the follow timestamp using monitoring over time, but Instagram doesn't expose the true follow date — any tool that claims to know it precisely is reconstructing, not reading.

Can I export an Instagram account's followers using just a CSV download from the website?

No. Instagram.com has no "Export" button. The closest official path is the "Download Your Information" tool, which only works for your own account and outputs JSON.

What's the difference between exporting Followers and Following?

Followers = the people following the target account. Following = the people the target account follows. They're separate lists and usually have different sizes. See How to Export an Instagram Following List for the Following direction specifically.

Is there an Instagram API for exporting followers?

There's the official Instagram Graph API, but follower-list endpoints are restricted to accounts you own (or accounts that have explicitly granted your app permission), and rate limits make bulk exports impractical. Third-party export tools don't use the Graph API for this — they use Instagram's public web endpoints.