Twitter Profile Scraper (No Cookies) avatar
Twitter Profile Scraper (No Cookies)

Pricing

$5.00 / 1,000 results

Go to Apify Store
Twitter Profile Scraper (No Cookies)

Twitter Profile Scraper (No Cookies)

Extracts comprehensive Twitter profile data including bio, follower counts, latest tweets, and all other profile details.

Pricing

$5.00 / 1,000 results

Rating

0.0

(0)

Developer

Deepanshu Sharma

Deepanshu Sharma

Maintained by Community

Actor stats

2

Bookmarked

97

Total users

28

Monthly active users

2 months ago

Last modified

Share

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