X (Twitter) Followers & Following Scraper — No Login avatar

X (Twitter) Followers & Following Scraper — No Login

Pricing

from $1.00 / 1,000 user results

Go to Apify Store
X (Twitter) Followers & Following Scraper — No Login

X (Twitter) Followers & Following Scraper — No Login

Extract the full followers and following lists of any public X (Twitter) profile in one run. No cookies, no login — bio, location, verification, and follower counts.

Pricing

from $1.00 / 1,000 user results

Rating

0.0

(0)

Developer

Andrew

Andrew

Maintained by Community

Actor stats

1

Bookmarked

12

Total users

7

Monthly active users

2 days ago

Last modified

Share

Extract the full followers and following lists of any public X (Twitter) profile in one run. No cookies, no login required. Export usernames, bios, follower counts, verification status, and more.

What you get

  • Username, display name, user ID, bio, and location for each account
  • Follower count, following count, tweet count, and media count
  • Blue verification status and verified type
  • Profile picture and cover photo URLs
  • Pinned tweet IDs and account creation date
  • Cursor-based pagination — fetch millions of accounts across multiple runs

Free tier vs. paid

Free runs are capped at 25 users per run (per relationship in Both mode) to help cover data costs. Upgrade to any paid plan on the actor's pricing page to honor your Max Users setting in full.

Use cases

  • Audience research and competitive analysis on X
  • Influencer vetting — verify follower counts and audience overlap
  • Lead generation for creator outreach and partnerships
  • Community mapping — find connections between accounts
  • Brand monitoring — track which verified accounts follow your competitors

How to use

  1. Enter a Username (with or without @, or paste a profile URL)
  2. Choose ModeFollowers, Following, or Both
  3. Set Max Users (default 500 per relationship; 0 for unlimited)
  4. Run the actor — one user per row in the Dataset tab, tagged with relationship
  5. To fetch the next page, open the Key-value store tab → copy the NEXT_PAGE_ID value → paste it into Page ID on your next run (single-mode runs only)

Output format

One user per dataset row — perfect for direct CSV, Excel, or Google Sheets export:

{
"scrapedFromUsername": "elonmusk",
"relationship": "followers",
"username": "example",
"userId": "123456789",
"name": "Example User",
"description": "Bio text…",
"location": "San Francisco",
"isBlueVerified": true,
"followersCount": 12345,
"followingCount": 678,
"tweetsCount": 9999,
"createdAt": "Mon Jan 01 12:00:00 +0000 2020",
"profilePicture": "https://pbs.twimg.com/...",
"profileUrl": "https://x.com/example"
}

In Both mode, the dataset contains rows for both followers and following — filter by the relationship field to separate them.

Pagination

Each run returns up to Max Users. If more accounts exist, the actor saves a resume cursor to the default Key-value store under the key NEXT_PAGE_ID.

  1. Open the Key-value store tab on the run page
  2. Copy the value of NEXT_PAGE_ID
  3. Start a new run with the same Mode (Followers or Following) and paste the cursor into Page ID

When NEXT_PAGE_ID is null, the list is fully exhausted. Pagination is supported only for Followers or Following runs — not Both.

Input options

FieldTypeDescription
UsernamestringX handle, with or without @ (required)
ModeselectFollowers, Following, or Both — default Followers
Max UsersintegerCap per relationship — default 500, 0 for unlimited
Page IDstringNEXT_PAGE_ID from the previous run's Key-value store, single-mode only