X (Twitter) Verified Followers Scraper - Blue-Check Audience avatar

X (Twitter) Verified Followers Scraper - Blue-Check Audience

Pricing

from $2.50 / 1,000 profile results

Go to Apify Store
X (Twitter) Verified Followers Scraper - Blue-Check Audience

X (Twitter) Verified Followers Scraper - Blue-Check Audience

Extract only the verified (blue-check) followers of any X (Twitter) profile, newest first, with follower counts and bios. Ideal for high-value lead gen.

Pricing

from $2.50 / 1,000 profile results

Rating

0.0

(0)

Developer

Andrew

Andrew

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

Extract only the verified (blue-check) followers of any X (Twitter) profile, newest first, with follower counts and bios. Ideal for high-value lead gen.

What you get

  • Only verified accounts - every row is a blue-check follower, no filtering needed
  • Username, display name, bio, and location for every verified follower
  • Follower and following counts, tweet count, media count, and likes count
  • Verification type, DM availability, and account creation date
  • Profile and cover picture URLs and profile URL
  • Newest-first order - the most recent verified followers come first
  • Cursor-based pagination - capture large verified audiences across multiple runs

Free tier vs. paid

Free runs are capped to help cover data costs:

  • 25 verified followers per run

Upgrade to any paid plan on the actor's pricing page to lift the limit - your Max Verified Followers setting is honored in full.

Use cases

  • Influencer vetting - measure how many verified accounts actually follow a creator before partnering
  • High-value lead generation - verified followers are established accounts and businesses, perfect outreach targets
  • Blue-check audience analysis - understand the premium segment of any profile's audience
  • Social proof research - identify notable verified accounts following you or a competitor
  • Competitive analysis - compare the verified audiences of accounts in your niche

How to use

  1. Enter a Username (with or without @)
  2. Set Max Verified Followers (default 200; 0 for unlimited)
  3. Run the actor - one verified follower per row in the Dataset tab
  4. To fetch more verified followers, open the Key-value store tab → copy the NEXT_PAGE_ID value → paste it into Page ID on your next run

Output format

One verified follower per dataset row - perfect for direct CSV, Excel, or Google Sheets export:

{
"auditedUsername": "elonmusk",
"auditedUserId": "44196397",
"username": "example_user",
"userId": "123456789",
"name": "Example User",
"description": "Building things on the internet.",
"location": "San Francisco, CA",
"isBlueVerified": true,
"verifiedType": null,
"followersCount": 24500,
"followingCount": 812,
"tweetsCount": 15230,
"mediaCount": 640,
"likesCount": 9800,
"canDm": true,
"createdAt": "Wed Jan 01 12:05:00 +0000 2015",
"profilePicture": "https://pbs.twimg.com/profile_images/....jpg",
"coverPicture": "https://pbs.twimg.com/profile_banners/....jpg",
"profileUrl": "https://x.com/example_user"
}

Pagination

If the profile has more verified followers than Max Verified Followers allows, 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 and paste it into Page ID

When NEXT_PAGE_ID is null, all verified followers have been fetched.

Input options

FieldTypeDescription
UsernamestringX handle, with or without @ (required)
Max Verified FollowersintegerCap per run - default 200, 0 for unlimited
Page IDstringNEXT_PAGE_ID from the previous run's Key-value store, to resume pagination