Extract Twitter (X) user profiles — bio, follower/following counts, verification status and type, location, and links — from usernames or profile URLs
Sample
Here's a sample run for 10 prominent X (Twitter) profiles — including NASA, Google, the NBA, Elon Musk, and Bill Gates — showing the exact schema and results you can expect, including the new verification type signal (Government / Business).
| # | Username | Profile URL | Display Name | Account ID | Bio | Website | Bio Links | Location | Followers | Following | Tweets | Media Posts | Likes Given | Blue Verified | Verified Type | Protected | Account Created | Open DMs | Pinned Tweet URL | Profile Picture | Cover Image |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | NASA | NASA | 11348282 | Making the seemingly impossible, possible. ✨ | — | Pale Blue Dot | 92,099,127 | 119 | 74,114 | 28,012 | 16,822 | true | Government | false | 2007-12-19T20:20:32Z | false | |||||
2 | elonmusk | Elon Musk | 44196397 | — | — | 240,208,404 | 1,354 | 104,150 | 4,539 | 233,982 | true | — | false | 2009-06-02T20:12:29Z | false | ||||||
3 | BarackObama | Barack Obama | 813286 | Dad, husband, President, citizen. | — | Washington, DC | 119,256,166 | 502,355 | 17,472 | 2,818 | 41 | true | — | false | 2007-03-05T22:08:25Z | false | — | ||||
4 | nytimes | The New York Times | 807095 | News tips? Share them here: https://t.co/ghL9OoYKMM | New York City | 53,518,452 | 846 | 564,587 | 72,974 | 18,419 | true | — | false | 2007-03-02T20:41:42Z | false | — | |||||
5 | Cristiano | Cristiano Ronaldo | 155659213 | Welcome to the official account of Cristiano Ronaldo. | — | — | 109,368,125 | 82 | 4,489 | 2,533 | 98 | true | — | false | 2010-06-14T19:09:20Z | false | — | ||||
6 | narendramodi | Narendra Modi | 18839785 | Prime Minister of India | — | India | 106,940,401 | 2,677 | 51,632 | 22,089 | 0 | true | Government | false | 2009-01-10T17:18:56Z | false | — | ||||
7 | BillGates | Bill Gates | 50393960 | Sharing things I'm learning through my foundation work and other interests. | — | Seattle, WA | 63,518,930 | 571 | 4,517 | 1,530 | 542 | true | — | false | 2009-06-24T18:44:10Z | false | — | ||||
8 | Google | Google | 20536157 | Here to help. | — | Mountain View, CA | 31,901,048 | 296 | 251,111 | 38,072 | 4,687 | true | Business | false | 2009-02-10T19:14:39Z | true | |||||
9 | NBA | NBA | 19923144 | The 2026 NBA Finals continue Saturday with Knicks (3-1) Spurs Game 5 at 8:30pm/et on ABC! 🏆 | — | — | 46,621,115 | 2,035 | 414,161 | 226,954 | 5,596 | true | Business | false | 2009-02-02T19:04:42Z | true | |||||
10 | Tesla | Tesla | 13298072 | Electric vehicles, giant batteries & solar, AI & robotics | — | — | 24,793,155 | 56 | 10,390 | 1,987 | 7,914 | true | Business | false | 2008-02-10T01:12:32Z | true | — |
Playground
curl -X POST https://api.mindcase.co/api/v1/agents/twitter/profiles/run \
-H "Authorization: Bearer mk_live_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"params": {
"inputs": []
}
}'Overview
Twitter / X Profiles extracts structured data from user accounts. It returns fields like bio, follower count, following count, location, and the latest tweets for each profile.
Growth engineers use Twitter / X Profiles to build lead lists based on social reach. Data scientists use Twitter / X Profiles to map influencer networks and track audience growth over time.
Cost
$0.10 per 1,000 profiles. Each profile returned counts as one billable row. Pass an array of profile URLs to fetch them in one call. Failed runs don't count.
Cost calculator
Examples
A few common ways teams put Twitter / X Profiles to work — copy a prompt below to try it yourself.
Analyze account metrics and content strategy for a specific creator before reaching out for partnership.
Compare profile data across multiple industry leaders simultaneously to map competitive presence.
Discover new accounts based on specific keywords or interests to expand outreach lists.
Enrich a large list of usernames with detailed profile metadata for CRM imports or audience analysis.
Get started
Sign up to run live queries against Twitter / X Profiles via chat, form, or API.
FAQ
Related
Pull a Twitter (X) profile's followers or following as full profile records — username, display name, bio, follower/following counts, location, links, account age, and latest tweet — from a single handle or profile URL.
Extract every reply to a given tweet — each returned as a full tweet record with author profile, engagement metrics, media, mentions and quoted content. The original tweet is included too, flagged so you can tell it from the replies.
Find everyone who retweeted a given tweet, each returned as a full Twitter (X) profile — handle, display name, bio, follower/following counts, verification status, location, and links.
Extract tweets from Twitter (X) by handle, search keyword, or tweet URL — with full text, date, media, quoted/retweeted content, and all engagement metrics