x-twitter-scraper

Extract and monitor public X posts, profiles, and engagement data via REST API.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/dr-code/beacon --skill x-twitter-scraper-dr-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-twitter-scraper
Source: https://github.com/dr-code/beacon/tree/main/plugins/all-skills/skills/x-twitter-scraper
Command: npx skills add https://github.com/dr-code/beacon --skill x-twitter-scraper-dr-code

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a turnkey way to extract, monitor, and analyze public X (Twitter) data at scale, removing manual scraping, rate-limit management, and result aggregation so teams can run follower exports, search, trending analysis, giveaway draws, and account monitoring with alerts.

Core Features & Use Cases

  • Tweet and user search: keyword and hashtag searches and user profile lookups via REST API and MCP streaming.
  • Bulk extraction tools: followers, replies, retweets, quotes, threads, lists, communities, Spaces, and people search with cost estimation and job polling.
  • Real-time monitoring & webhooks: create monitors for events (new tweets, replies, follower changes) and receive HMAC-signed webhook pushes.
  • Giveaway draws and exports: random winner selection from replies with configurable filters and large CSV/XLSX exports.
  • Use Case: Estimate cost for a follower export, run the extraction job, and download results for audience segmentation and targeting.

Quick Start

Monitor the X account elonmusk for new tweets and send webhook notifications to https://your-server.com/webhook.

Frequently Asked Questions about x-twitter-scraper

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

FAQPage Schema
How do I extract Twitter followers and export them to CSV at scale?

You can extract Twitter followers at scale by running a bulk extraction job with pagination, then downloading the results as a CSV or XLSX export. The process includes cost estimation and job polling to handle large follower datasets efficiently.

Can I monitor X accounts for new tweets and send webhook notifications?

Yes, you can monitor X accounts for new tweets and receive webhook notifications. The system creates real-time monitors for events like new tweets and replies, sending HMAC-signed webhook pushes to your specified server endpoint.

What is the best way to run a Twitter giveaway and select random winners from replies?

The best way to run a Twitter giveaway is to use the giveaway draw feature, which performs random winner selection from tweet replies. You can apply configurable filters to the replies before the system randomly selects and validates the winners.

Do I need an API key to extract public Twitter data and manage rate limits?

Yes, you need an Xquik API key to extract public Twitter data. The Skill uses this key to manage rate-limit awareness, handle job estimation, and authenticate REST API and MCP streaming workflows for social media research.

How does keyword and hashtag search work for extracting Twitter posts?

Keyword and hashtag search works by querying public Twitter posts through the REST API and MCP streaming workflows. It returns matching tweets and user profiles, allowing you to aggregate engagement data for marketing analytics.