mission avatar
mission
Deprecated

Pricing

$3.00 / 1,000 results

Go to Apify Store
mission

mission

Deprecated

Developed by

Pratham Yadav

Pratham Yadav

Maintained by Community

on a mission to solve problem twitter

0.0 (0)

Pricing

$3.00 / 1,000 results

0

2

2

Last modified

3 days ago

Twitter Profile Scraper

Extract comprehensive Twitter profile data including bio, follower counts, profile images, and recent tweets.

Input

{
"usernames": ["elonmusk"]
}

Parameters:

  • usernames (required): Array of Twitter usernames (without @)

Output

Each profile returns:

{
"username": "elonmusk",
"display_name": "Elon Musk",
"bio": "Tesla, SpaceX, Neuralink, xAI, Boring Company",
"profile_image_url": "https://pbs.twimg.com/profile_images/.../photo_400x400.jpg",
"followers_count": 150000000,
"following_count": 500,
"joined_date": "June 2009",
"birthday": "June 28",
"location": "Austin, Texas",
"website": {
"display_url": "x.com",
"expanded_url": "https://x.com"
},
"verified": true,
"latest_tweets": [
{
"position": 1,
"text": "Making life multiplanetary 🚀",
"url": "https://twitter.com/elonmusk/status/1234567890"
}
]
}

Features

  • Complete profile information extraction
  • High-quality profile images (400x400)
  • Recent tweets with URLs
  • Follower/following counts with K/M formatting support
  • Profile metadata (joined date, birthday, location, website)
  • Verification status detection
  • Optimized for speed and reliability

Notes

  • Respects rate limits with configurable delays
  • Handles private/protected accounts gracefully
  • Continues processing if individual profiles fail
  • Returns empty fields for unavailable data rather than errors