App Logo
x.com

Get post reposters

List the accounts that reposted (retweeted) an X post, by post URL. Returns per account: user_id, handle, name, followers, following, tweets, verified, location, website, bio. X returns a sample of reposters, not the full set: high-repost posts cap out a few hundred deep.

Input

url required

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

count optional

Max reposters to return. Scrolls until count is met or the list dries up. Default 100.

Default: 100

Output

url required
count required

Number of reposters returned. 0 is a first-class outcome (no reposts, or reposters hidden).

reposters required
account_used required

handle of the logged-in account that performed this lookup, read from the account switcher UI (not assumed from input) — audit-trail consistency with the action scripts.

FAQ

List the accounts that reposted (retweeted) an X post, by post URL. Returns per account: user_id, handle, name, followers, following, tweets, verified, location, website, bio. X returns a sample of reposters, not the full set: high-repost posts cap out a few hundred deep.
Required: url. Optional: count.
It returns url, count, reposters, account_used.
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_reposters, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/x.com/get_reposters
It is part of Reduck's official curated catalogue.

Start building not clicking