Twitter Scraper

ENDPOINTS
GET/users/profiles

User Profiles (Batch)

Get full profiles for up to 20 users in one call. Unknown users come back with an error instead of failing.

QUERY PARAMS

Comma-separated usernames, user IDs or profile links (max 20).

Example: taylorswift13,nasa,elonmusk

{
  "count": 3,
  "users": [
    {
      "id": "17919972",
      "username": "taylorswift13",
      "name": "Taylor Swift",
      "link": "https://x.com/taylorswift13",
      "bio": "And, baby, that's sh0w business f0r y0u. ❤️‍🔥",
      "location": null,
      "website": "https://store.taylorswift.com/",
      "profile_image": "https://pbs.twimg.com/profile_images/2102459700986167297/OJxRPA3m_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/17919972/1790100440",
      "is_blue_verified": true,
      "is_verified": false,
      "verified_type": null,
      "is_protected": false,
      "affiliate": null,
      "professional": {
        "type": "Creator",
        "categories": [
          "Musician"
        ]
      },
      "followers_count": 83900023,
      "following_count": 0,
      "tweets_count": 888,
      "media_count": 545,
      "likes_count": 1561,
      "listed_count": null,
      "subscriptions_count": 0,
      "pinned_tweet_ids": [
        "2102458574563840035"
      ],
      "is_possibly_sensitive": false,
      "created_at": "2008-12-06T10:10:54Z"
    },
    {
      "id": "11348282",
      "username": "NASA",
      "name": "NASA",
      "link": "https://x.com/NASA",
      "bio": "Making the seemingly impossible, possible. ✨",
      "location": "Pale Blue Dot",
      "website": "http://www.nasa.gov/",
      "profile_image": "https://pbs.twimg.com/profile_images/1321163587679784960/0ZxKlEKB_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/11348282/1788992290",
      "is_blue_verified": true,
      "is_verified": false,
      "verified_type": "Government",
      "is_protected": false,
      "affiliate": null,
      "professional": null,
      "followers_count": 92377451,
      "following_count": 117,
      "tweets_count": 74321,
      "media_count": 28153,
      "likes_count": 16998,
      "listed_count": null,
      "subscriptions_count": 0,
      "pinned_tweet_ids": [],
      "is_possibly_sensitive": false,
      "created_at": "2007-12-19T20:20:32Z"
    },
    {
      "id": "44196397",
      "username": "elonmusk",
      "name": "Elon Musk",
      "link": "https://x.com/elonmusk",
      "bio": "http://Terafab.AI",
      "location": null,
      "website": null,
      "profile_image": "https://pbs.twimg.com/profile_images/2053244804520427520/m8mdWZCG_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/44196397/1774145451",
      "is_blue_verified": true,
      "is_verified": false,
      "verified_type": null,
      "is_protected": false,
      "affiliate": {
        "name": "X",
        "badge_image": "https://pbs.twimg.com/profile_images/1955359038532653056/OSHY3ewP_bigger.jpg",
        "link": "https://twitter.com/X",
        "type": "BusinessLabel"
      },
      "professional": {
        "type": "Creator",
        "categories": []
      },
      "followers_count": 241708050,
      "following_count": 1411,
      "tweets_count": 108936,
      "media_count": 4722,
      "likes_count": 249041,
      "listed_count": null,
      "subscriptions_count": 251,
      "pinned_tweet_ids": [
        "2102207241101144450"
      ],
      "is_possibly_sensitive": false,
      "created_at": "2009-06-02T20:12:29Z"
    }
  ]
}