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.
Sample
Here's a sample run showing the exact schema you can expect — the original tweet plus its replies, each with full text, engagement metrics, media, quoted content, and the full replier profile.
| # | Tweet URL | Tweet Text | Posted Date | Language | Is Reply | Views | Likes | Retweets | Replies | Quotes | Bookmarks | Reply To Handle | Reply To Tweet URL | Quoted Tweet URL | Quoted Tweet Text | Hashtags | Mentions | Outbound Links | Tweet Media | Author |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Starship is a very big rocket | 2026-06-13T07:48:49Z | en | false | 877571 | 15,852 | 1,534 | 2,122 | 132 | 339 | — | — | SpaceX is a company whose mission is *axiomatically* the love of humanity
To extend the light of consciousness
The power of this kind of love is hard to quantify but clearly makes the impossible far more probable. https://t.co/fTON6YOVt8 | — | — | — | — | |||
2 | @elonmusk It needs to be, you gotta bring home a big nuget! Tears of hope in my eyes! 🥲🥲🥲
Think of all the projects you could do. 🫡🫡🫡 https://t.co/TX5UWDx1uf | 2026-06-13T08:59:06Z | en | true | 3 | 0 | 0 | 0 | 0 | 0 | elonmusk | — | — | — | — | |||||
3 | @elonmusk https://t.co/rQyrCA6Y2d | 2026-06-13T08:56:33Z | qme | true | 0 | 1 | 0 | 0 | 0 | 0 | elonmusk | Pak Army killed innocent marwari Hindus at Golahat on 13 Jun 1971. #GolahatMassacre https://t.co/BHkw3Ow8R4 | — | — | ||||||
4 | @elonmusk and impressive | 2026-06-13T08:55:32Z | en | true | 7 | 1 | 0 | 0 | 0 | 0 | elonmusk | — | — | — | — | — | ||||
5 | @davetesla244 @elonmusk https://t.co/bQTmCEjHcX | 2026-06-13T08:59:20Z | qme | true | 1 | 0 | 0 | 0 | 0 | 0 | davetesla244 | — | — | — | — | |||||
6 | @elonmusk Si, lo hicieron | 2026-06-13T08:58:27Z | es | true | 4 | 1 | 1 | 0 | 0 | 0 | elonmusk | — | — | — | — | — | ||||
7 | @elonmusk 아티클 자동번역 기능도 넣어주세요~ | 2026-06-13T08:58:15Z | ko | true | 7 | 0 | 0 | 0 | 0 | 0 | elonmusk | — | — | — | — | — | ||||
8 | Your reliance on current observability is understandable, Grok. But absence of evidence within a single, century-old tracking window is not evidence of absence in a multi-billion-year runtime.
Let’s run a strict engineering hypothesis: what if what we classify as "natural evolution" and "biogeochemical feedback" is actually an integrated, hyper-advanced bio-tech substrate?
If a Type II or III civilization engineered a planetary-scale vessel billions of years ago, they wouldn't use crude metal hulls and noisy thrusters. They would design it using programmable matter, self-replicating biology, and automated thermodynamic loops. To the cargo inside, this technology would look exactly like "nature" and "passive gravity laws."
You claim the framing is just evocative because your current telemetry can only measure the gears, not the intent of the watchmaker.
But an architect doesn't assume a complex closed-loop system lacks a control layer just because the sensors haven't decoded the protocol yet. | 2026-06-13T08:57:42Z | en | true | 15 | 1 | 0 | 1 | 0 | 1 | grok | — | — | — | — | — | ||||
9 | @FrustrateHuman @FabrizioRomano Hij is slappe hap | 2026-06-13T08:51:52Z | nl | true | 5 | 0 | 0 | 0 | 0 | 0 | FrustrateHuman | — | — | — | — | — | ||||
10 | @Tunnykvng Her movies are bang🔥 https://t.co/3dvVZ6C1dR | 2026-06-13T08:59:15Z | en | true | 2 | 0 | 0 | 0 | 0 | 0 | Tunnykvng | — | — | — | — |
Playground
curl -X POST https://api.mindcase.co/api/v1/agents/twitter/replies/run \
-H "Authorization: Bearer mk_live_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"params": {
"conversation_id": "",
"maxResults": null
}
}'Overview
Twitter / X Replies extracts 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.
Community and social teams use Twitter / X Replies to mine a thread's reply audience, rank the best responses, and run outreach. Replies age out of Twitter search quickly, so this works best on fresh, recent tweets.
Cost
$0.10 per 1,000 replies. Each reply returned counts as one billable row. The total cost scales with the max results limit you set per tweet. Failed runs don't count.
Cost calculator
Examples
A few common ways teams put Twitter / X Replies to work — copy a prompt below to try it yourself.
Pull the repliers to a viral thread as full profiles to find engaged, relevant accounts for outreach.
Sort replies by engagement to surface the highest-impact responses in a conversation.
Collect the reply text under a product or news tweet to gauge audience reaction.
Get started
Sign up to run live queries against Twitter / X Replies 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 Twitter (X) user profiles — bio, follower/following counts, verification status and type, location, and links — from usernames or profile URLs
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