Twitter Scraper

ENDPOINTS
GET/users/recommendations

Similar Accounts

Get the accounts X suggests next to a profile ("You might like"), with full profiles.

QUERY PARAMS

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

Examples:

  • Username: nasa
  • ID: 44196397
  • URL: https://x.com/nasa

Maximum number of accounts to return.

Default: 20

Allowed values: 1-50

{
  "user": "nasa",
  "count": 20,
  "users": [
    {
      "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": null,
      "is_verified": false,
      "verified_type": null,
      "is_protected": false,
      "affiliate": null,
      "professional": null,
      "followers_count": 241708050,
      "following_count": 1411,
      "tweets_count": 108936,
      "media_count": 4722,
      "likes_count": 249041,
      "listed_count": 170613,
      "subscriptions_count": null,
      "pinned_tweet_ids": [
        "2102207241101144450"
      ],
      "is_possibly_sensitive": null,
      "created_at": "2009-06-02T20:12:29Z"
    },
    {
      "id": "50393960",
      "username": "BillGates",
      "name": "Bill Gates",
      "link": "https://x.com/BillGates",
      "bio": "Sharing things I'm learning through my foundation work and other interests.",
      "location": "Seattle, WA",
      "website": "https://gatesnot.es/tgn",
      "profile_image": "https://pbs.twimg.com/profile_images/1879013694367252480/Gxa-Pspq_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/50393960/1745250848",
      "is_blue_verified": null,
      "is_verified": false,
      "verified_type": null,
      "is_protected": false,
      "affiliate": null,
      "professional": null,
      "followers_count": 65144285,
      "following_count": 570,
      "tweets_count": 4518,
      "media_count": 1530,
      "likes_count": 542,
      "listed_count": 114884,
      "subscriptions_count": null,
      "pinned_tweet_ids": [],
      "is_possibly_sensitive": null,
      "created_at": "2009-06-24T18:44:10Z"
    },
    {
      "id": "20536157",
      "username": "Google",
      "name": "Google",
      "link": "https://x.com/Google",
      "bio": "Here to help.",
      "location": "Mountain View, CA",
      "website": "https://blog.google/newsletter-subscribe/",
      "profile_image": "https://pbs.twimg.com/profile_images/2042749771337564160/AgOFPEL3_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/20536157/1780004508",
      "is_blue_verified": null,
      "is_verified": false,
      "verified_type": null,
      "is_protected": false,
      "affiliate": null,
      "professional": null,
      "followers_count": 31896737,
      "following_count": 298,
      "tweets_count": 251709,
      "media_count": 38241,
      "likes_count": 5271,
      "listed_count": 89910,
      "subscriptions_count": null,
      "pinned_tweet_ids": [
        "2102051060558750141"
      ],
      "is_possibly_sensitive": null,
      "created_at": "2009-02-10T19:14:39Z"
    },
    {
      "id": "34743251",
      "username": "SpaceX",
      "name": "SpaceX",
      "link": "https://x.com/SpaceX",
      "bio": "SpaceX designs, manufactures and launches the world’s most advanced rockets and spacecraft",
      "location": "Earth",
      "website": "http://spacex.com",
      "profile_image": "https://pbs.twimg.com/profile_images/1697749409851985920/HbrI04tM_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/34743251/1681251194",
      "is_blue_verified": null,
      "is_verified": false,
      "verified_type": null,
      "is_protected": false,
      "affiliate": null,
      "professional": null,
      "followers_count": 41905298,
      "following_count": 127,
      "tweets_count": 11736,
      "media_count": 4643,
      "likes_count": 528,
      "listed_count": 45729,
      "subscriptions_count": null,
      "pinned_tweet_ids": [
        "2100334792646549729"
      ],
      "is_possibly_sensitive": null,
      "created_at": "2009-04-23T21:53:30Z"
    },
    {
      "id": "74286565",
      "username": "Microsoft",
      "name": "Microsoft",
      "link": "https://x.com/Microsoft",
      "bio": "We're on a mission to empower every person and every organization on the planet to achieve more. Support: @MicrosoftHelps",
      "location": "Redmond, WA",
      "website": null,
      "profile_image": "https://pbs.twimg.com/profile_images/1917930887674531840/MRgAH1cv_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/74286565/1780943553",
      "is_blue_verified": null,
      "is_verified": false,
      "verified_type": null,
      "is_protected": false,
      "affiliate": null,
      "professional": null,
      "followers_count": 13074952,
      "following_count": 1096,
      "tweets_count": 31089,
      "media_count": 3339,
      "likes_count": 13774,
      "listed_count": 27160,
      "subscriptions_count": null,
      "pinned_tweet_ids": [],
      "is_possibly_sensitive": null,
      "created_at": "2009-09-14T22:35:42Z"
    },
    {
      "id": "25073877",
      "username": "realDonaldTrump",
      "name": "Donald J. Trump",
      "link": "https://x.com/realDonaldTrump",
      "bio": "45th & 47th President of the United States of America🇺🇸",
      "location": null,
      "website": "http://DonaldJTrump.com",
      "profile_image": "https://pbs.twimg.com/profile_images/874276197357596672/kUuht00m_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/25073877/1604214583",
      "is_blue_verified": null,
      "is_verified": false,
      "verified_type": null,
      "is_protected": false,
      "affiliate": null,
      "professional": null,
      "followers_count": 111859981,
      "following_count": 53,
      "tweets_count": 59873,
      "media_count": 5415,
      "likes_count": 0,
      "listed_count": 130584,
      "subscriptions_count": null,
      "pinned_tweet_ids": [],
      "is_possibly_sensitive": null,
      "created_at": "2009-03-18T13:46:38Z"
    },
    {
      "id": "91478624",
      "username": "Forbes",
      "name": "Forbes",
      "link": "https://x.com/Forbes",
      "bio": "Sign up now for Forbes' free daily newsletter for unmatched insights and exclusive reporting: https://www.forbes.com/newsletter/forbes-daily/?utm_source=TWITTER",
      "location": "New York, NY",
      "website": "http://forbes.com",
      "profile_image": "https://pbs.twimg.com/profile_images/1711185897415180288/lgwajQTW_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/91478624/1696813485",
      "is_blue_verified": null,
      "is_verified": false,
      "verified_type": null,
      "is_protected": false,
      "affiliate": null,
      "professional": null,
      "followers_count": 20336091,
      "following_count": 4582,
      "tweets_count": 681513,
      "media_count": 384094,
      "likes_count": 9955,
      "listed_count": 62670,
      "subscriptions_count": null,
      "pinned_tweet_ids": [],
      "is_possibly_sensitive": null,
      "created_at": "2009-11-21T02:09:57Z"
    },
    {
      "id": "17471979",
      "username": "NatGeo",
      "name": "National Geographic",
      "link": "https://x.com/NatGeo",
      "bio": "Step into wonder and find your inner explorer with National Geographic 🌎",
      "location": "Global",
      "website": "http://www.nationalgeographic.com",
      "profile_image": "https://pbs.twimg.com/profile_images/2050149546685022208/72MxNUv-_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/17471979/1789591798",
      "is_blue_verified": null,
      "is_verified": false,
      "verified_type": null,
      "is_protected": false,
      "affiliate": null,
      "professional": null,
      "followers_count": 28085813,
      "following_count": 179,
      "tweets_count": 73609,
      "media_count": 8589,
      "likes_count": 7528,
      "listed_count": 59070,
      "subscriptions_count": null,
      "pinned_tweet_ids": [
        "2098033877616824393"
      ],
      "is_possibly_sensitive": null,
      "created_at": "2008-11-18T21:28:10Z"
    },
    {
      "id": "19402238",
      "username": "ScienceNews",
      "name": "Science News",
      "link": "https://x.com/ScienceNews",
      "bio": "Covering the latest news in all fields of science. Publisher @society4science. See also @SN_Explores.",
      "location": "Washington, DC",
      "website": "https://www.sciencenews.org",
      "profile_image": "https://pbs.twimg.com/profile_images/1877466471686684672/8PJsUiB__400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/19402238/1403559093",
      "is_blue_verified": null,
      "is_verified": false,
      "verified_type": null,
      "is_protected": false,
      "affiliate": null,
      "professional": null,
      "followers_count": 5345907,
      "following_count": 512,
      "tweets_count": 82617,
      "media_count": 11303,
      "likes_count": 529,
      "listed_count": 19214,
      "subscriptions_count": null,
      "pinned_tweet_ids": [
        "1565445141741142017"
      ],
      "is_possibly_sensitive": null,
      "created_at": "2009-01-23T16:56:32Z"
    },
    {
      "id": "14091091",
      "username": "NASAHubble",
      "name": "Hubble",
      "link": "https://x.com/NASAHubble",
      "bio": "The official X account for the NASA Hubble Space Telescope, managed and operated by NASA's Goddard Space Flight Center.",
      "location": "Goddard Space Flight Center",
      "website": "http://www.nasa.gov/mission_pages/hubble/main/index.html",
      "profile_image": "https://pbs.twimg.com/profile_images/3468011581/efb985f24af0a814a722457a768f3cc5_400x400.jpeg",
      "banner": "https://pbs.twimg.com/profile_banners/14091091/1669391293",
      "is_blue_verified": null,
      "is_verified": false,
      "verified_type": null,
      "is_protected": false,
      "affiliate": null,
      "professional": null,
      "followers_count": 8902505,
      "following_count": 44,
      "tweets_count": 8453,
      "media_count": 3130,
      "likes_count": 1241,
      "listed_count": 15231,
      "subscriptions_count": null,
      "pinned_tweet_ids": [],
      "is_possibly_sensitive": null,
      "created_at": "2008-03-06T20:15:02Z"
    },
    {
      "id": "939091",
      "username": "JoeBiden",
      "name": "Joe Biden",
      "link": "https://x.com/JoeBiden",
      "bio": "Husband to @DrBiden, proud father, grandfather, and great grandfather.",
      "location": null,
      "website": "http://joebiden.com",
      "profile_image": "https://pbs.twimg.com/profile_images/1308769664240160770/AfgzWVE7_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/939091/1737578395",
      "is_blue_verified": null,
      "is_verified": false,
      "verified_type": null,
      "is_protected": false,
      "affiliate": null,
      "professional": null,
      "followers_count": 37863413,
      "following_count": 48,
      "tweets_count": 11030,
      "media_count": 3312,
      "likes_count": 27,
      "listed_count": 40218,
      "subscriptions_count": null,
      "pinned_tweet_ids": [],
      "is_possibly_sensitive": null,
      "created_at": "2007-03-11T17:51:24Z"
    },
    {
      "id": "13298072",
      "username": "Tesla",
      "name": "Tesla",
      "link": "https://x.com/Tesla",
      "bio": "Electric vehicles, giant batteries & solar, AI & robotics",
      "location": null,
      "website": "https://www.tesla.com",
      "profile_image": "https://pbs.twimg.com/profile_images/1337607516008501250/6Ggc4S5n_400x400.png",
      "banner": "https://pbs.twimg.com/profile_banners/13298072/1762567360",
      "is_blue_verified": null,
      "is_verified": false,
      "verified_type": null,
      "is_protected": false,
      "affiliate": null,
      "professional": null,
      "followers_count": 24777812,
      "following_count": 55,
      "tweets_count": 10593,
      "media_count": 2040,
      "likes_count": 8205,
      "listed_count": 28761,
      "subscriptions_count": null,
      "pinned_tweet_ids": [
        "2080087667119898780"
      ],
      "is_possibly_sensitive": null,
      "created_at": "2008-02-10T01:12:32Z"
    },
    {
      "id": "32372834",
      "username": "ScienceMagazine",
      "name": "Science Magazine",
      "link": "https://x.com/ScienceMagazine",
      "bio": "Cutting-edge research, news, commentary, and visuals from the Science family of journals. Follow @NewsfromScience for stories from our News team.",
      "location": "Washington, DC & Cambridge, UK",
      "website": "https://www.science.org/",
      "profile_image": "https://pbs.twimg.com/profile_images/1001918231752429568/wUNPvDdW_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/32372834/1733244788",
      "is_blue_verified": null,
      "is_verified": false,
      "verified_type": null,
      "is_protected": false,
      "affiliate": null,
      "professional": null,
      "followers_count": 4777914,
      "following_count": 454,
      "tweets_count": 48644,
      "media_count": 25725,
      "likes_count": 4543,
      "listed_count": 19518,
      "subscriptions_count": null,
      "pinned_tweet_ids": [
        "2100647249927655691"
      ],
      "is_possibly_sensitive": null,
      "created_at": "2009-04-17T11:37:12Z"
    },
    {
      "id": "15687962",
      "username": "Marvel",
      "name": "Marvel Entertainment",
      "link": "https://x.com/Marvel",
      "bio": "The official account for Marvel comics, movies, games, and more.",
      "location": "New York, NY",
      "website": "http://fandango.com/avengersdoomsday",
      "profile_image": "https://pbs.twimg.com/profile_images/1834328195904282624/_CAUqMol_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/15687962/1790101534",
      "is_blue_verified": null,
      "is_verified": false,
      "verified_type": null,
      "is_protected": false,
      "affiliate": null,
      "professional": null,
      "followers_count": 19666621,
      "following_count": 662,
      "tweets_count": 71293,
      "media_count": 25001,
      "likes_count": 7648,
      "listed_count": 24589,
      "subscriptions_count": null,
      "pinned_tweet_ids": [
        "2092282511804289238"
      ],
      "is_possibly_sensitive": null,
      "created_at": "2008-08-01T11:26:10Z"
    },
    {
      "id": "15506669",
      "username": "JeffBezos",
      "name": "Jeff Bezos",
      "link": "https://x.com/JeffBezos",
      "bio": "Six thousand years ago, someone invented the plow, and we all got wealthier. A gentle reminder that all civilizational wealth is driven by invention.",
      "location": null,
      "website": "https://hoo.be/jeffbezos",
      "profile_image": "https://pbs.twimg.com/profile_images/1591558315254890500/ETIHb4Nl_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/15506669/1448361938",
      "is_blue_verified": null,
      "is_verified": false,
      "verified_type": null,
      "is_protected": false,
      "affiliate": null,
      "professional": null,
      "followers_count": 10196013,
      "following_count": 615,
      "tweets_count": 523,
      "media_count": 219,
      "likes_count": 2131,
      "listed_count": 13883,
      "subscriptions_count": null,
      "pinned_tweet_ids": [
        "1283508547897171969"
      ],
      "is_possibly_sensitive": null,
      "created_at": "2008-07-20T22:38:36Z"
    },
    {
      "id": "2097571",
      "username": "cnni",
      "name": "CNN International",
      "link": "https://x.com/cnni",
      "bio": "Breaking news from around the world, plus business, style, travel, sport and entertainment. We #gothere.",
      "location": "Everywhere",
      "website": "http://cnn.com/international",
      "profile_image": "https://pbs.twimg.com/profile_images/1605231418208034816/3zypo5XV_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/2097571/1497863018",
      "is_blue_verified": null,
      "is_verified": false,
      "verified_type": null,
      "is_protected": false,
      "affiliate": null,
      "professional": null,
      "followers_count": 15087485,
      "following_count": 360,
      "tweets_count": 303914,
      "media_count": 114992,
      "likes_count": 119,
      "listed_count": 50573,
      "subscriptions_count": null,
      "pinned_tweet_ids": [],
      "is_possibly_sensitive": null,
      "created_at": "2007-03-24T10:48:14Z"
    },
    {
      "id": "50115087",
      "username": "NASAJohnson",
      "name": "NASA's Johnson Space Center",
      "link": "https://x.com/NASAJohnson",
      "bio": "Lead center for the @Space_Station and Orion spacecraft. Home to Mission Control and the nation's astronaut corps. 🚀\n\nhttp://nasa.gov/socialmedia",
      "location": "Houston, TX",
      "website": "http://www.nasa.gov/johnson",
      "profile_image": "https://pbs.twimg.com/profile_images/1920920885742944256/yqDqTY93_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/50115087/1734363925",
      "is_blue_verified": null,
      "is_verified": false,
      "verified_type": null,
      "is_protected": false,
      "affiliate": null,
      "professional": null,
      "followers_count": 2259191,
      "following_count": 169,
      "tweets_count": 21088,
      "media_count": 6727,
      "likes_count": 10971,
      "listed_count": 10914,
      "subscriptions_count": null,
      "pinned_tweet_ids": [],
      "is_possibly_sensitive": null,
      "created_at": "2009-06-23T21:54:57Z"
    },
    {
      "id": "29472803",
      "username": "NASAWebb",
      "name": "NASA Webb Telescope",
      "link": "https://x.com/NASAWebb",
      "bio": "The Official *NASA* Webb X account.\n\nThe world's most powerful space telescope. Launched: Dec. 25, 2021. First images revealed: July 12, 2022.",
      "location": "Lagrange Point 2",
      "website": "https://nasa.gov/webb",
      "profile_image": "https://pbs.twimg.com/profile_images/1767989888916299776/hFYvpxZM_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/29472803/1657642323",
      "is_blue_verified": null,
      "is_verified": false,
      "verified_type": null,
      "is_protected": false,
      "affiliate": null,
      "professional": null,
      "followers_count": 3517280,
      "following_count": 63,
      "tweets_count": 11568,
      "media_count": 3173,
      "likes_count": 4463,
      "listed_count": 11759,
      "subscriptions_count": null,
      "pinned_tweet_ids": [
        "2083241232755491197"
      ],
      "is_possibly_sensitive": null,
      "created_at": "2009-04-07T15:40:56Z"
    },
    {
      "id": "25565646",
      "username": "NASAArmstrong",
      "name": "NASA Armstrong",
      "link": "https://x.com/NASAArmstrong",
      "bio": "The Armstrong Flight Research Center is NASA's primary center for atmospheric flight research & operations.",
      "location": "Edwards, California",
      "website": "http://www.nasa.gov/centers/armstrong/home/index.html",
      "profile_image": "https://pbs.twimg.com/profile_images/1895167800932442112/CgJjVhYI_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/25565646/1773786636",
      "is_blue_verified": null,
      "is_verified": false,
      "verified_type": null,
      "is_protected": false,
      "affiliate": null,
      "professional": null,
      "followers_count": 514034,
      "following_count": 112,
      "tweets_count": 9083,
      "media_count": 2646,
      "likes_count": 4219,
      "listed_count": 3332,
      "subscriptions_count": null,
      "pinned_tweet_ids": [
        "1991286807393366303"
      ],
      "is_possibly_sensitive": null,
      "created_at": "2009-03-20T20:04:52Z"
    },
    {
      "id": "15165493",
      "username": "NASASolarSystem",
      "name": "NASA Solar System",
      "link": "https://x.com/NASASolarSystem",
      "bio": "Join us as we explore the worlds of our solar system.",
      "location": "Milky Way Galaxy",
      "website": "https://science.nasa.gov/solar-system",
      "profile_image": "https://pbs.twimg.com/profile_images/1852211324224442369/9KHp7JLo_400x400.jpg",
      "banner": "https://pbs.twimg.com/profile_banners/15165493/1787945854",
      "is_blue_verified": null,
      "is_verified": false,
      "verified_type": null,
      "is_protected": false,
      "affiliate": null,
      "professional": null,
      "followers_count": 2968616,
      "following_count": 141,
      "tweets_count": 9768,
      "media_count": 3333,
      "likes_count": 11007,
      "listed_count": 12011,
      "subscriptions_count": null,
      "pinned_tweet_ids": [],
      "is_possibly_sensitive": null,
      "created_at": "2008-06-19T03:16:46Z"
    }
  ]
}