X (Twitter) Followers & Following Scraper — No Login
Pricing
from $1.00 / 1,000 user results
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
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
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
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
- Enter a Username (with or without
@, or paste a profile URL) - Choose Mode —
Followers,Following, orBoth - Set Max Users (default 500 per relationship; 0 for unlimited)
- Run the actor — one user per row in the Dataset tab, tagged with
relationship - To fetch the next page, open the Key-value store tab → copy the
NEXT_PAGE_IDvalue → 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.
- Open the Key-value store tab on the run page
- Copy the value of
NEXT_PAGE_ID - Start a new run with the same Mode (
FollowersorFollowing) 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
| Field | Type | Description |
|---|---|---|
| Username | string | X handle, with or without @ (required) |
| Mode | select | Followers, Following, or Both — default Followers |
| Max Users | integer | Cap per relationship — default 500, 0 for unlimited |
| Page ID | string | NEXT_PAGE_ID from the previous run's Key-value store, single-mode only |