X / Twitter Profile Scraper
Pricing
from $2.30 / 1,000 profiles
Go to Apify Store

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
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
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
| Field | Type | Description |
|---|---|---|
profileUrls | array | X profile URLs to scrape |
Supported URL formats
https://x.com/usernamehttps://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
| Field | Description |
|---|---|
url | Profile URL |
followers | Follower count |
following | Following count |
tweets_count | Total tweets posted |
username | Handle |
name | Display name |
bio | Profile bio |
location | Location string |
website | Website URL |
is_blue_verified | X Premium (blue checkmark) |
is_verified | Legacy verified status |
is_identity_verified | Identity verified |
created_at | Account creation date |
avatar_url | Profile picture URL |
banner_url | Banner image URL |
media_count | Total media posts |
likes_given | Total likes given |
listed_count | List memberships |
is_protected | Private account |
pinned_tweet_ids | Pinned tweet IDs |
status | available or unavailable |
scrapedAt | Scrape 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