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

Pricing

$3.00 / 1,000 results

Go to Store
Twitter Profile Scraper (No Cookies)

Twitter Profile Scraper (No Cookies)

Developed by

Deepanshu Sharma

Deepanshu Sharma

Maintained by Community

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

0.0 (0)

Pricing

$3.00 / 1,000 results

0

11

11

Last modified

4 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