X / Twitter Profile Scraper avatar

X / Twitter Profile Scraper

Pricing

from $2.30 / 1,000 profiles

Go to Apify Store
X / Twitter Profile Scraper

X / Twitter Profile Scraper

Instantly scrape any public X (Twitter) profile - no login, no API keys. Get followers, following, bio, location, website, tweet count, verification status, and full account details. Fast, reliable, and ready to scale.

Pricing

from $2.30 / 1,000 profiles

Rating

0.0

(0)

Developer

Clappi

Clappi

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

X (Twitter) Profile Scraper

Scrape public X (Twitter) profile data without login. Get followers, following, bio, location, website, tweet count, verification status, and full account details.

Input

FieldTypeDescription
profileUrlsarrayX profile URLs to scrape

Supported URL formats

  • https://x.com/username
  • https://twitter.com/username

Example Input

{
"profileUrls": [
"https://x.com/elonmusk",
"https://x.com/Google",
"https://x.com/typecraft_dev"
]
}

Output

Each profile returns a JSON object with the following fields:

{
"url": "https://x.com/username",
"followers": 15000,
"following": 500,
"tweets_count": 2400,
"username": "username",
"name": "Display Name",
"bio": "Account bio text here",
"location": "New York, NY",
"website": "https://example.com",
"is_blue_verified": false,
"is_verified": false,
"created_at": "Mon Jan 01 00:00:00 +0000 2022",
"avatar_url": "https://pbs.twimg.com/profile_images/...",
"banner_url": "https://pbs.twimg.com/profile_banners/...",
"media_count": 310,
"likes_given": 8500,
"listed_count": 75,
"creator_subscriptions_count": 0,
"is_identity_verified": false,
"is_protected": false,
"default_profile": false,
"default_profile_image": false,
"possibly_sensitive": false,
"pinned_tweet_ids": ["1234567890123456789"],
"bio_language": "en",
"profile_image_shape": "Circle",
"id": "987654321",
"status": "available",
"scrapedAt": "2026-05-03T17:00:00.000Z"
}

Output fields

FieldDescription
urlProfile URL
followersFollower count
followingFollowing count
tweets_countTotal tweets posted
usernameHandle
nameDisplay name
bioProfile bio
locationLocation string
websiteWebsite URL
is_blue_verifiedX Premium (blue checkmark)
is_verifiedLegacy verified status
is_identity_verifiedIdentity verified
created_atAccount creation date
avatar_urlProfile picture URL
banner_urlBanner image URL
media_countTotal media posts
likes_givenTotal likes given
listed_countList memberships
is_protectedPrivate account
pinned_tweet_idsPinned tweet IDs
statusavailable or unavailable
scrapedAtScrape timestamp (ISO 8601)

Use Cases

  • Influencer Vetting — Verify follower counts, engagement history, and account authenticity
  • Competitor Research — Monitor competitor profiles and growth
  • Audience Research — Analyse author profiles and demographics
  • Social Listening — Track account data for reporting and analysis