Twitter Scraper

ENDPOINTS
GET/users/profile

User Profile

Get a full profile: bio, website, followers, following, tweet and media counts, verification and join date.

QUERY PARAMS

Username, numeric user ID or any x.com / twitter.com profile link.

Examples:

  • Username: elonmusk
  • ID: 44196397
  • URL: https://x.com/elonmusk
{
  "user": {
    "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": 241708041,
    "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"
  }
}