who-retweeted

Identify retweeters of a tweet with follower counts and verification status.

177|17|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/Xquik-dev/x-twitter-scraper --skill who-retweeted
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: who-retweeted
Source: https://github.com/Xquik-dev/x-twitter-scraper/tree/main/skills/who-retweeted
Command: npx skills add https://github.com/Xquik-dev/x-twitter-scraper --skill who-retweeted

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly identify the users who retweeted a given Tweet on X (Twitter) and obtain a structured list including follower counts and verified status.

Core Features & Use Cases

  • Retweeter list: Retrieve usernames, display names, follower counts, and verification state for all users who retweeted a specific tweet.
  • Targeted analysis: Use for engagement analytics on individual posts or sets of posts.
  • Read-only data access: Safe, read-only extraction of retweeter data without modifying source content.

Quick Start

Provide a tweet ID to fetch the list of users who retweeted that tweet.

Frequently Asked Questions about who-retweeted

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I see who retweeted a tweet on Twitter with follower counts?

To see who retweeted a tweet on Twitter with follower counts, provide the specific tweet ID to retrieve a structured list of retweeters including usernames, display names, follower counts, and verification status.

What data do I get when extracting retweeters from an X tweet?

Extracting retweeters from an X tweet returns usernames, display names, follower counts, and verification state for all users who retweeted that specified post.

Do I need an API key to extract retweet data for engagement analytics?

Yes, you need a valid XQUIK_API_KEY configured in your environment to access the repost_extractor endpoint and retrieve retweeter data for engagement analytics.

Can I extract retweeter lists for multiple tweets in batch?

You can extract retweeter lists for multiple tweets in batch by applying the retweeter extraction capability across sets of posts for targeted campaign and engagement analytics.

Does extracting retweeters modify the source tweet or account data?

Extracting retweeters does not modify the source tweet or account data because it performs safe, read-only extraction of retweeter information without altering source content.