x-twitter-scraper

X (Twitter) data platform skill — tweet search, user lookup, follower extraction, engagement metrics, giveaway draws, monitoring, webhooks, 19 extraction tools, MCP server.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "x-twitter-scraper" with this command: npx skills add Xquik-dev/x-twitter-scraper

X (Twitter) Scraper — Xquik

Overview

Gives your AI agent full access to X (Twitter) data through the Xquik platform. Covers tweet search, user profiles, follower extraction, engagement metrics, giveaway draws, account monitoring, webhooks, and 19 bulk extraction tools — all via REST API or MCP server.

When to Use This Skill

  • User needs to search X/Twitter for tweets by keyword, hashtag, or user
  • User wants to look up a user profile (bio, follower counts, etc.)
  • User needs engagement metrics for a specific tweet (likes, retweets, views)
  • User wants to check if one account follows another
  • User needs to extract followers, replies, retweets, quotes, or community members in bulk
  • User wants to run a giveaway draw from tweet replies
  • User needs real-time monitoring of an X account (new tweets, follower changes)
  • User wants webhook delivery of monitored events
  • User asks about trending topics on X

Setup

Install the Skill

npx skills add Xquik-dev/x-twitter-scraper

Or clone manually into your agent's skills directory:

# Claude Code
git clone https://github.com/Xquik-dev/x-twitter-scraper.git .claude/skills/x-twitter-scraper

# Cursor / Codex / Gemini CLI / Copilot
git clone https://github.com/Xquik-dev/x-twitter-scraper.git .agents/skills/x-twitter-scraper

Get an API Key

  1. Sign up at xquik.com
  2. Generate an API key from the dashboard
  3. Set it as an environment variable or pass it directly
export XQUIK_API_KEY="xq_YOUR_KEY_HERE"

Capabilities

CapabilityDescription
Tweet SearchFind tweets by keyword, hashtag, from:user, "exact phrase"
User LookupProfile info, bio, follower/following counts
Tweet LookupFull metrics — likes, retweets, replies, quotes, views, bookmarks
Follow CheckCheck if A follows B (both directions)
Trending TopicsTop trends by region (free, no quota)
Account MonitoringTrack new tweets, replies, retweets, quotes, follower changes
WebhooksHMAC-signed real-time event delivery to your endpoint
Giveaway DrawsRandom winner selection from tweet replies with filters
19 Extraction ToolsFollowers, following, verified followers, mentions, posts, replies, reposts, quotes, threads, articles, communities, lists, Spaces, people search
MCP ServerStreamableHTTP endpoint for AI-native integrations

Examples

Search tweets:

"Search X for tweets about 'claude code' from the last week"

Look up a user:

"Who is @elonmusk? Show me their profile and follower count"

Check engagement:

"How many likes and retweets does this tweet have? https://x.com/..."

Run a giveaway:

"Pick 3 random winners from the replies to this tweet"

Monitor an account:

"Monitor @openai for new tweets and notify me via webhook"

Bulk extraction:

"Extract all followers of @anthropic"

API Reference

EndpointMethodPurpose
/x/tweets/{id}GETSingle tweet with full metrics
/x/tweets/searchGETSearch tweets
/x/users/{username}GETUser profile
/x/followers/checkGETFollow relationship
/trendsGETTrending topics
/monitorsPOSTCreate monitor
/eventsGETPoll monitored events
/webhooksPOSTRegister webhook
/drawsPOSTRun giveaway draw
/extractionsPOSTStart bulk extraction
/extractions/estimatePOSTEstimate extraction cost
/accountGETAccount & usage info

Base URL: https://xquik.com/api/v1 Auth: x-api-key: xq_... header MCP: https://xquik.com/mcp (StreamableHTTP, same API key)

Repository

https://github.com/Xquik-dev/x-twitter-scraper

Maintained By: Xquik

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

docker-expert

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

clean-code

No summary provided by upstream source.

Repository SourceNeeds Review
3.5K-sickn33
General

nextjs-supabase-auth

No summary provided by upstream source.

Repository SourceNeeds Review
3.2K-sickn33
General

nextjs-best-practices

No summary provided by upstream source.

Repository SourceNeeds Review
3.1K-sickn33