App Logo
x.com

Get X quote tweets

List the tweets that quote-tweeted a given X post, by post URL, including each quoter's own commentary. Returns per tweet a canonical record: id, url, author {id, handle, name}, text, created_at, lang, likes, retweets, replies, quotes, bookmarks, views, is_retweet, is_quote.

Input

url required

Full URL of the X post whose quote-tweets you want, e.g. 'https://x.com/<handle>/status/<id>'. Query/hash are stripped.

count optional

Max quote-tweets to return. Scrolls until count is met or results dry up. Default 20, max 100.

Default: 20

Output

url required
count required

Number of quote-tweets returned. 0 is a first-class outcome (no quotes).

tweets required

FAQ

List the tweets that quote-tweeted a given X post, by post URL, including each quoter's own commentary. Returns per tweet a canonical record: id, url, author {id, handle, name}, text, created_at, lang, likes, retweets, replies, quotes, bookmarks, views, is_retweet, is_quote.
Required: url. Optional: count.
It returns url, count, tweets.
Yes. It acts as you on x.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the x.com cookies saved by the Reduck extension.
It only reads. It looks things up on x.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/x.com/get_quote_tweets, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/x.com/get_quote_tweets
It is part of Reduck's official curated catalogue.

Start building not clicking