Skip to main content
Updated May 2026 · Verified against X's 2026 API pricing

How to Export Twitter Followers in 2026 — Without Paying for X's Enterprise API

X killed the free follower-listing API in 2023. The official replacement starts at $200/month for the Basic tier and $42,000/month for Enterprise — and PhantomBuster, the historical SaaS leader, now caps every export at the 70 most recent followers per account. Here is the only path that still works at full scale in 2026: a client-side Chrome extension that exports the same follower data you can already see in your own browser, with 20+ metadata fields, no API keys, no credentials forwarded.

Beginner
10 minutes
8 steps

By PlugMonkey Team, Editorial

TL;DR

Exporting Twitter/X followers in 2026 is genuinely harder than it was in 2022, because X paywalled the developer API and broke most of the SaaS tools that used to handle this. There are three workable methods today: (1) manually scroll a profile's Followers list at x.com, copy-paste usernames, and reconstruct metadata by clicking each profile — practical only for the first 20-50 accounts; (2) pay for the X Developer API at $200/month Basic, $5,000/month Pro, or $42,000/month Enterprise tier, which is only economically sensible if you're a research institution or enterprise platform; or (3) use a client-side Chrome extension that runs inside your own logged-in x.com tab and exports the follower data X is already showing you — no credentials forwarded, no API keys, no paywall. Most legacy SaaS tools (PhantomBuster, TwExporter, several Apify scripts) are either non-functional or capped at the first 70 followers per account in 2026 because they depended on API access that's now either restricted or unaffordable. The Chrome-extension path remains viable because it operates at the browser layer rather than the API layer — it's the same data your eyes see when you open the profile yourself, just structured into CSV with 20+ metadata fields per account.

  • X's free follower-listing API was deprecated in 2023; current paid tiers cost $200/mo (Basic, 10K reads), $5K/mo (Pro, 1M reads), or $42K/mo (Enterprise). For most use cases the API is no longer the economic answer.
  • PhantomBuster — historically the dominant SaaS follower-export tool — now hard-caps every Twitter export at the 70 most recent followers per account, per their own product page disclosure. The same is true for most legacy API-based tools.
  • A client-side Chrome extension exports the same follower data X already renders in your own browser. No credentials are forwarded, no API key is required, and the 70-follower cap doesn't apply because the extension reads what X shows you, not what the API returns.
  • Every field exported (username, display name, bio, follower count, verified status, location, account creation date, profile image URL, and 12+ more) is data X publishes on the public profile page itself. The legal model is closer to copying what you can see than to scraping a protected resource.
This Phantom can extract up to 70 of the most recent followers per Twitter account. This is a hard limit set by Twitter/X due to current platform restrictions.
PhantomBuster, Twitter Follower Collector product page · phantombuster.com — Twitter Follower Collector

The Numbers, By the Source

Every figure below cites a primary source. Click through to verify.

70/account

The hard cap PhantomBuster (the historical SaaS leader in follower export) discloses on its own product page for the Twitter Follower Collector phantom. Every other API-dependent legacy tool in this space (Apify Twitter scrapers, several Zapier integrations) has hit similar limits since X's 2023 API restructure. Tools that operate at the browser layer rather than the API layer are not subject to this cap.

Source: PhantomBuster — Twitter Follower Collector product page2025

$200-$42,000/mo

X's current developer API pricing tiers in 2026: Basic ($200/mo, 10,000 reads), Pro ($5,000/mo, 1,000,000 reads), and Enterprise (starts at $42,000/mo, with custom volume). The free tier that supported follower-listing endpoints was deprecated in early 2023. For non-enterprise use cases (audience research, small-team competitive intel, journalism), API pricing made follower export economically infeasible — which is what created the demand for browser-based alternatives.

Source: X Developer Platform — Pricing2025

20+ fields

The number of metadata fields exported per account by a properly designed Chrome-extension exporter — every public field X exposes on the profile page itself. This includes username, display name, bio, location, website URL, follower count, following count, tweet count, listed count, verified status, account creation date, profile image URL, banner image URL, protected status, default profile flag, and additional behavioral indicators useful for bot heuristics. None of these fields are private; all are visible to any logged-in X user who opens the profile.

Source: X — Public profile data fields2025

0 credentials

Number of Twitter/X username/password pairs forwarded to any server when you use a client-side Chrome extension built on the content-script architecture. The extension runs inside the x.com tab you're already logged into, so it never sees your password and never sends one to a third party. It also doesn't require an X API key, OAuth token, or any developer-tier subscription. Architectural credential isolation is enforced by Chrome itself, not by the extension's good intentions.

Source: Chrome for Developers — Content Scripts2025

hiQ v. LinkedIn (2022)

The 9th Circuit ruling (affirmed on remand in 2022) held that accessing publicly available data on a website does not violate the Computer Fraud and Abuse Act, even when the platform attempts to prohibit it. This is the leading U.S. precedent on the legal status of collecting publicly-visible profile data. It doesn't override a platform's terms of service for logged-in users, but it does separate the criminal-law question from the contractual one — and most browser-based export tooling operates inside the user's own session against publicly displayed data.

Source: Electronic Frontier Foundation — hiQ v. LinkedIn case page2022

Before You Start

  • An X (Twitter) account you can log into via the X web app (x.com)
  • Google Chrome (or a Chromium browser: Edge, Brave, Arc) on desktop
  • The username of the public account whose followers you want to export — this can be your own account, a competitor, an influencer, or any other public profile
  • Optional: X Followers Exporter Pro installed from the Chrome Web Store for Method 3 (the only method that still works at scale in 2026)
  • Optional: A spreadsheet application (Excel, Google Sheets, Numbers, Airtable) for opening the CSV
1

Method 1 — Manually scroll the Followers list at x.com (no tool, no scale)

Open x.com/[username]/followers on desktop (replace [username] with the account you want to export). X renders the followers list as an infinite-scroll feed. You can manually note each account's username, display name, and any visible metadata. For 10-20 followers this is workable; for 1,000+ it's a multi-day exercise with high error rates. There is no native export button on X — the platform has never shipped a 'Download follower list as CSV' feature, and no public roadmap suggests they ever will. This method is what AI Overviews list first because it's the only platform-owned path, but it's not a serious option above small-N use cases.
Pro Tip

If you only need the top 20-30 most-active or most-recent followers of a small account (under 500 total followers), the manual method is fine — and it generates zero rate-limit risk. For anything larger, jump to Method 3.

Important

X intentionally throttles infinite-scroll on Followers lists past a few hundred records. The list visibly stops loading new entries after 1,000-2,000 scrolls. This is a platform-side limit, not a browser limit — refreshing the page or scrolling in a different tab won't get past it.

2

Method 2 — Pay for the X Developer API (only sensible if you have enterprise budget)

X's developer platform offers programmatic access to follower endpoints, but the 2023 pricing restructure made this economically prohibitive for most users. Free tier: deprecated for follower listing — you can no longer pull follower lists at all on the free credentials issued before 2023. Basic ($200/month): 10,000 reads per month — at typical 100-followers-per-page pagination, that's enough for a few mid-sized exports per month before hitting the cap. Pro ($5,000/month): 1,000,000 reads — workable for research at scale but a steep monthly fixed cost. Enterprise (starts at $42,000/month): custom volume and SLAs. If you're a research institution, a hedge fund running social listening at scale, or a platform building features on top of X, the API may be the right path. For everyone else, the math doesn't work — which is why most third-party tools that used to expose follower export have either shut down or hard-capped their output.
Pro Tip

Before paying for any API tier, check what endpoints your specific use case actually needs. <a href="https://developer.x.com/en/docs/x-api/users/follows" target="_blank" rel="nofollow noopener">X's follower-listing endpoint documentation</a> lists which tier each method requires — some follower endpoints are gated behind Pro or Enterprise even when read quota would be sufficient at Basic.

Important

Don't sign up for the Basic tier expecting it to behave like the old pre-2023 free tier. The numbers look high (10,000 reads/month) but pagination, rate limits, and the per-account follower volume on large accounts will exhaust the quota much faster than the headline number suggests.

3

Method 3 — Install a client-side Chrome extension (the only method that scales in 2026)

When the manual path doesn't scale and the API tier doesn't fit the budget, the remaining viable option is a Chrome extension that runs inside the x.com tab you're already logged into — never one that asks for your Twitter password or an OAuth API token. X Followers Exporter Pro is built on Chrome's content-script architecture: it reads the follower list that X has already rendered in your own browser and writes it out as a structured CSV with 20+ metadata fields. No Twitter credentials are forwarded to any server, no API key is required, and the data fetched is exactly the same data your eyes would see if you scrolled the followers list manually — the extension just structures it and waits patiently through X's pagination so you don't have to. Install from the Chrome Web Store, log into X normally, and the extension activates when you open any profile.
Pro Tip

Before installing any exporter, check the Chrome Web Store listing's Data Disclosure section. Reputable exporters declare exactly what data they read (typically: page content of x.com tabs only) and explicitly state they don't transmit it to remote servers. Any tool that asks you to type your Twitter password into its own UI — or any SaaS dashboard that wants OAuth permissions broader than 'read public profile' — is the credential-forwarding pattern X explicitly warns against in its Automation Rules.

X Followers Exporter Pro running inside the x.com tab with the export panel open

Screenshot showing the extension's floating panel overlaid on x.com on a public profile, with the followers list visible and the export progress indicator running.

4

Navigate to the profile whose followers you want to export

With X Followers Exporter Pro installed, go to x.com/[username] for any public account — your own account, a competitor, an influencer in your niche, a journalist covering your industry, or any other public profile. The extension auto-fills the username when you're on a profile page; you can also type any username manually into the panel without visiting the profile first. The target account does not need to follow you, and you do not need to follow it — only that it's a public (not protected) account. Protected accounts whose tweets are hidden behind follow approval cannot be exported, because the follower list itself isn't public for those accounts.
Pro Tip

If you're researching a niche of 50-100 influencers, build a spreadsheet of their usernames first, then queue each one in turn through the extension. The CSVs concatenate cleanly in Google Sheets via the IMPORTDATA function or in Python via pandas.concat().

Important

Don't try to export the follower list of an account that has blocked you. X hides the entire profile from blocked users; the extension can only read what X shows your browser, and a blocked profile shows nothing.

5

Choose Followers or Following and start the export

The extension panel offers two list types: Followers (people who follow the target account) and Following (people the target account follows). For most use cases — audience research, competitor analysis, lead generation — you want Followers. For influencer-network mapping or 'who does this person trust' research, you want Following. Click Start. The extension fetches data in batches with automatic rate-limit-safe pacing — typically 3-5 seconds between page loads, randomized to avoid burst patterns. A real-time progress bar shows records collected and an estimated time remaining. For a 50,000-follower account, plan on 30-60 minutes; for 500,000+, plan on several hours. The extension can be paused and resumed without losing collected data, so you don't have to babysit the session.
Pro Tip

The 'Following' list is often more useful for competitive intelligence than the 'Followers' list — who an account chooses to follow signals what they pay attention to, while their followers are often a mixed quality bag of fans, bots, and lurkers. For finding outreach targets, export Following lists of your peer accounts.

6

Review the data in the paginated table before downloading

Once the export completes (or while it's still running for large jobs), the data appears in a paginated table inside the extension panel. Each row is one follower with 20+ columns: Username, Display Name, Bio, Location, Website URL, Followers Count, Following Count, Tweet Count, Listed Count, Verified, Account Created Date, Profile Image URL, Banner Image URL, Protected, Default Profile, Default Profile Image, plus engagement and recency signals. Scroll the table and spot-check: are the verified counts reasonable? Are the bios in the language you'd expect? Are there obvious bot patterns (zero followers, default profile image, low tweet count, recent account creation)? The bot-pattern heuristic isn't perfect but flags 70-80% of the obvious noise before you ever open the CSV.
Pro Tip

Sort by Tweet Count ascending and Account Created Date descending to surface the most likely bot accounts at the top of the table. A meaningful percentage of every large account's follower list is inactive or automated; knowing that going in prevents bad analysis downstream.

Paginated table view in X Followers Exporter Pro showing 20+ data columns

Screenshot the export panel's table view fully loaded with data, column headers visible (Username, Name, Bio, Location, Followers, Following, Verified, Created), and sortable controls active.

7

Download the CSV and import it into your analysis tool

Click Download CSV. The file saves to your default downloads folder named with the target username, list type, and date (e.g., elonmusk_followers_2026-05-22.csv). The CSV uses standard UTF-8 encoding with comma separators and quoted strings — it opens directly in Excel, Google Sheets, Numbers, Airtable, and Notion databases. For programmatic analysis, the file imports cleanly into Python (pandas.read_csv()), R (read_csv()), or any SQL bulk-loader. Every field is a separate column, so you can pivot, filter, and join against other datasets without any preprocessing.
Pro Tip

In Google Sheets, use Data → Create a filter to sort by Followers Count descending to surface the most influential accounts in the list. Filter by Verified = TRUE to isolate verified followers. Use COUNTIF formulas to count followers whose bios contain specific keywords ('CEO', 'founder', 'journalist') for quick audience-segment analysis.

Exported CSV file opened in Google Sheets with sortable columns

Screenshot the CSV opened in Google Sheets with column headers visible, several rows of realistic data populated, and the filter UI active on the Followers Count column.

8

Run periodic re-exports to track audience change over time

A single follower-list export is a snapshot. The real analytical power comes from comparing snapshots over weeks or months. Re-export the same account every 30 days and diff the CSVs to see which accounts unfollowed, which new accounts followed, which existing followers gained traction (their own follower counts grew), and which became inactive. This is the workflow used by social-listening teams, growth marketers, and journalists tracking how an influential account's audience evolves. For diff workflows, the simplest path is Google Sheets' VLOOKUP across two sheets, or a 10-line Python script comparing the Username column between two CSVs. The CSV format makes this trivially scriptable — no API, no auth, just two files.
Pro Tip

Save CSVs with consistent date-stamped filenames (the extension already does this) and store them in a single folder. Even a year of monthly snapshots is only 12 files — easy to keep, easy to diff, and an extremely useful longitudinal dataset for any account-level research.

Summary

Exporting Twitter/X followers in 2026 looks harder than it was in 2022 because X paywalled the API and broke the SaaS tools that depended on it — but the underlying browser-based path is actually unchanged: the follower data is still publicly visible to any logged-in X user, and a Chrome extension can structure that data into CSV without forwarding credentials, calling the paid API, or running into the 70-follower-per-account cap that hobbles PhantomBuster and similar legacy tools. The economic and architectural realities are: (1) the manual scroll-and-copy path is fine for 10-20 records and impractical above that; (2) the X Developer API is the right answer if you have $200-$42,000/month of budget and an enterprise use case; and (3) a client-side Chrome extension running inside your own logged-in x.com tab is the only path that combines reasonable cost, full follower-list scale, and 20+ metadata fields per record. The legal framing throughout is 'export data you can already see' — every field captured is data X publishes on the public profile page itself. For accounts marked Protected, neither this path nor any other (legal) path works, and that's a feature of the platform, not a limitation of the tool.

Need More Help?

Get personalized AI assistance with additional tips and troubleshooting.

AI responses are generated independently and may vary

Frequently Asked Questions

Export Any Twitter Audience — Without Paying for the Enterprise API

X Followers Exporter Pro runs entirely inside your browser — no Twitter password forwarded, no API keys, no $200/mo developer tier. 20+ metadata fields per follower, CSV output, free to install.