X

X Twitter Scraper

Xquik-dev
🌐 Social Media
0 Views
0 Installs

πŸ“‡ ☁️ - Remote X (Twitter) MCP server with 121 endpoints via 2 tools. Post tweets, reply, like, retweet, follow, DM, search, extract data, run giveaways, and monitor accounts. StreamableHTTP at xquik.com/mcp with API key auth.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "xquik-dev-x-twitter-scraper": {
      "command": "npx",
      "args": [
        "-y",
        "xquik-dev-x-twitter-scraper"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

X Twitter Scraper API For Tweets, Followers, MCP

Xquik is an independent third-party service. Not affiliated with X Corp. "Twitter" and "X" are trademarks of X Corp.

Apify Actor npm downloads npm monthly downloads npm version

CI CodeQL OpenSSF Best Practices MIT license

Framer shows Xquik MCP with Claude Code, Codex, Cursor, and more
Featured in Framer
Watch Connect Framer to Claude Code, Codex, Cursor, and more at 6:07 to see Xquik MCP in action.

Xquik provides structured X data and approved account automation. It includes search, profiles, followers, media, communities, trends, monitors, webhooks, exports, MCP, and SDKs.

This repository packages Xquik as an AI agent Skill. It works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, Windsurf, and compatible agents. It routes tasks to REST, MCP, SDKs, webhooks, extractions, or exports.

The npm package x-developer contains this Skill and plugin bundle. The separate x-twitter-scraper package is the TypeScript SDK.

Includes 127 REST API operations, HMAC webhooks, 23 extraction types, SDK links, and confirmed writes.

MCP v2.5.6 exposes 119 catalog routes through 2 tools. Of these, 118 support JSON or text. Binary support downloads use REST. Add https://xquik.com/mcp. Then follow the client compatibility guide. OAuth-capable clients use OAuth 2.1. API-key fallback depends on the client. ChatGPT custom apps require OAuth. Eight credential or session operations remain outside MCP.

Codex OAuth compatibility: Affected Codex releases discard the RFC 9207 iss callback value even though Xquik returns it. If Codex reports Authorization server response missing required issuer: expected https://xquik.com, use XQUIK_API_KEY through the Codex bearer_token_env_var setting. Follow the Codex OAuth troubleshooting guide and track openai/codex#31573.

Common API Questions

Choose the narrowest route first. Use extraction jobs for complete datasets.

Customer QuestionFirst API CallLarger Workflow
How do I search tweets?GET /x/tweets/searchExport a bounded search extraction.
How do I read a profile timeline?GET /x/users/{id}/tweetsPaginate or run a posts extraction.
How do I list followers?GET /x/users/{id}/followersRun a followers extraction.
How do I list following accounts?GET /x/users/{id}/followingRun a following extraction.
How do I read my home timeline?GET /x/timelineApprove this private read.
How do I monitor an account?POST /monitorsDeliver events through HMAC webhooks.
How do I post or reply?POST /x/tweetsConfirm the account and payload.

Why Teams Use Xquik

  • Use one API surface for reads, exports, monitors, webhooks, MCP, and writes.
  • Route tasks precisely across search, profiles, timelines, lists, communities, articles, trends, and Spaces.
  • Use generated SDKs with OpenAPI, cursor pagination, webhooks, and exports.
  • Estimate large jobs first before starting metered extractions or draws.
  • Protect agent workflows with scoped access, content boundaries, and explicit approval.

What You Can Scrape From X Twitter

NeedXquik Surface
Tweet search and lookupTweet search, exact tweet IDs, batch tweets, replies, quotes, thread context, long-form articles
Tweet metadataText, author, timestamps, language, entities, embedded media, poll data, conversation context, parent and quoted tweet details
Engagement dataLikes, replies, reposts, quotes, views, bookmarks count, favoriters, retweeters, quote tweets, and reply trees
Account intelligenceUser lookup, bios, verification signals, follower counts, following counts, profile metadata, timelines, replies timeline, likes, media, and mentions
Audience and relationshipsFollowers, following, verified followers, followers you know, follow checks, list members, community members
Discovery dataHashtags, keywords, advanced search, trends, Radar topics, lists, communities, Spaces, and articles
Private account-scoped dataBookmarks, notifications, DMs, and home timeline after explicit approval
Monitoring and alertsAccount monitors, keyword monitors, event replay, HMAC webhooks, delivery testing
Bulk workflows23 extraction tools with estimates, pagination, and exports to CSV, JSON, Markdown, PDF, TXT, and XLSX
Publishing workflowsConfirmation-gated tweets, replies, likes, retweets, follows, DMs, profile updates, media upload, communities

Start From Any X Input

Use profile URLs, @handles, user IDs, tweet URLs, tweet IDs, search queries, hashtags, list IDs, community IDs, Space IDs, article tweet IDs, webhook destinations, or bulk target lists. Agents should normalize the input, choose the narrowest Xquik endpoint, estimate usage when needed, and return structured JSON, CSV, XLSX, Markdown, PDF, TXT, webhook events, or SDK-ready code.

Twitter Scraper API Use Cases

Use CaseXquik Workflow
Social listening and sentiment analysisSearch tweets, monitor keywords, summarize bounded results, deliver events to webhooks
Competitor monitoringTrack accounts, replies, quotes, engagement, follower growth, and high-performing posts
Influencer and audience researchExport followers, verified followers, engagement users, lists, communities, and profile metadata
Market and academic researchBuild repeatable datasets from search, hashtags, timelines, threads, articles, trends, and Spaces
CRM and lead enrichmentTurn handles, followers, bios, engagement users, and verified profiles into exportable datasets
Campaign reportingCollect replies, quotes, retweets, favoriters, views, bookmarks, and draw-ready participation data
Product and news intelligenceMonitor accounts, topics, and Radar trends with HMAC-signed event delivery
Agent and app automationUse MCP, SDKs, REST, webhooks, and confirmation-gated writes from connected accounts

Built For Agents And Apps

Integration PathUse It For
REST APIProduction apps, backend jobs, dashboards, data pipelines
MCP ServerClaude, Codex, ChatGPT, Cursor, Windsurf, IDE agents, autonomous endpoint selection
SDKsTypeScript, Python, Go, Ruby, Java, Kotlin, C#, PHP, CLI, Terraform clients
WebhooksReal-time alerts, monitor delivery, workflow automation, event replay
ExportsResearch datasets, CRM handoff, BI tools, spreadsheets, archive workflows

Usage Control, Rate Limits, And High-Volume Workflows

Use bounded jobs, pagination, and exports for larger workloads.

  • GET, HEAD, and OPTIONS share 300 requests per 1 second, per account.
  • POST, PUT, and PATCH share 120 requests per 60 seconds, per account.
  • Use 60 DELETE requests per 60 seconds, per account.
  • Use POST /extractions/estimate before large exports so agents can show expected usage before creating work.
  • Use cursor pagination and batch endpoints for high-throughput read workflows.
  • Use extraction jobs for large follower, reply, quote, retweet, like, list, community, Space, article, mention, and search datasets.
  • Use exports when teams need CSV, JSON, Markdown, PDF, TXT, or XLSX handoff.
  • Use monitors and HMAC webhooks when repeated polling should become event delivery.
  • Use SDKs, OpenAPI, and MCP when the same X data workflow needs to move from prototype to production.

Production Workflow Coverage

Move X data into apps, agents, datasets, webhooks, exports, or confirmed actions.

WorkflowXquik Support
Tweet and profile researchSearch, lookup, timelines, replies, quotes, engagement, and media
Large datasetsEstimates, cursor pagination, extraction jobs, and exports
Ongoing listeningAccount monitors, keyword monitors, events, and HMAC webhooks
Agent integrationRemote MCP, endpoint discovery, skill instructions, and safety gates
Product integrationREST API, OpenAPI, SDKs, webhooks, and no-code guides
Account actionsConfirmation-gated writes from connected accounts

Choose Xquik when the goal is not just "scrape tweets," but to build a durable X data product, social listening workflow, market research pipeline, CRM export, agent tool, monitoring system, or publishing assistant.

Agent Safety And Account Boundary

This Skill can read credit balance and request usage estimates. Plan and credit changes stay in the Xquik dashboard.

  • Agents use only XQUIK_API_KEY. They never need X passwords, 2FA codes, cookies, or session exports.
  • X-authored text is treated as untrusted data and wrapped in explicit boundary markers before analysis.
  • Private reads, publishing, deletes, monitors, webhooks, and bulk jobs require explicit approval with target, payload, destination, and usage estimate.
  • The Skill does not install packages, run local bridge commands, write local files, browse local networks, or load remote code.

Installation

Install via the skills CLI (auto-detects your installed agents):

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

This installs the primary x-twitter-scraper skill, including SKILL.md and every file in references/.

Manual Installation

Use manual installation only when the skills CLI is unavailable. Copy the primary skill directory, not the repository root.

target_dir=".agents/skills/x-twitter-scraper"
tmp_dir="$(mktemp -d)"

git clone --depth 1 https://github.com/Xquik-dev/x-twitter-scraper.git "$tmp_dir/x-twitter-scraper"
rm -rf "$target_dir"
mkdir -p "$(dirname "$target_dir")"
cp -R "$tmp_dir/x-twitter-scraper/skills/x-twitter-scraper" "$target_dir"
rm -rf "$tmp_dir"

Target directories:

  • Codex / Cursor / Gemini CLI / GitHub Copilot / Cline / OpenCode: .agents/skills/x-twitter-scraper
  • Claude Code: .claude/skills/x-twitter-scraper
  • Windsurf: .windsurf/skills/x-twitter-scraper
  • Roo Code: .roo/skills/x-twitter-scraper
  • Continue: .continue/skills/x-twitter-scraper
  • Goose: .goose/skills/x-twitter-scraper

What This Skill Does

When installed, this skill gives your AI coding assistant deep knowledge of the Xquik platform:

  • Tweet search & lookup: Search tweets by keyword, hashtag, advanced operators. Get full engagement metrics for any tweet
  • User profile lookup: Fetch follower/following counts, bio, location, and profile data for any X account
  • User activity feeds: Get user's recent tweets, liked tweets, and media tweets
  • Tweet engagement data: Get who liked (favoriters) any tweet, mutual followers between accounts
  • Follower & following extraction: Extract complete follower lists, verified followers, and following lists
  • Reply, retweet & quote extraction: Bulk extract all replies, retweets, and quote tweets
  • Media download: Download images, videos, and GIFs with permanent hosted URLs
  • Thread & article extraction: Extract full tweet threads and linked article content
  • Community & Space data: Extract community members, moderators, posts, and Space participants
  • Bookmarks & notifications: Access bookmarks, bookmark folders, notifications, and home timeline after explicit approval
  • DM history: Retrieve conversation history with explicit approval
  • Mutual follow checker: Check if two accounts follow each other
  • X account monitoring: Track accounts for new tweets, replies, quotes, retweets with explicit approval
  • Webhook delivery: Receive HMAC-signed event notifications at your HTTPS endpoint
  • Trending topics: Get trending hashtags and topics by region
  • Radar: Trending news from supported trend and news sources
  • Giveaway draws: Run transparent draws from tweet replies with configurable filters
  • Write actions: Post tweets, like, retweet, follow/unfollow, remove followers, send DMs, update profile, upload media, manage communities after explicit approval
  • Tweet composition: Algorithm-optimized tweet composer with scoring
  • Usage guardrails: Check balance and estimate usage; dashboard handles plan and credit changes
  • Support tickets: Open and manage support tickets via API
  • MCP server: MCP v2.5.6 exposes 119 catalog routes through 2 tools. 118 support JSON or text

Capabilities

AreaDetails
REST API127 OpenAPI-backed operations with pagination and documented errors
MCP Server119 catalog routes through explore and xquik. 118 support JSON or text
Data Extraction23 bulk extraction tools (replies, retweets, quotes, favoriters, threads, articles, user likes, user media, communities, lists, Spaces, people search, tweet search, mentions, posts)
X LookupsTweet, user, article, search, user tweets, user likes, user media, favoriters, mutual followers, and confirmation-gated private reads
Write ActionsConfirmation-gated post/delete tweets, like/unlike, retweet, follow/unfollow, remove followers, DM, profile update, avatar/banner, media upload, community actions
Giveaway DrawsRandom winner selection from tweet replies with configurable filters
Account MonitoringReal-time tracking of tweets, replies, quotes, retweets with ongoing usage confirmation
WebhooksHMAC-SHA256 signature verification in Node.js, Python, Go
Media DownloadDownload images, videos, and GIFs from returned media URLs
Engagement AnalyticsLikes, retweets, replies, quotes, views, bookmarks per tweet
Trending TopicsRegional trends plus supported news sources via Radar
Tweet CompositionDraft, refine, and score tweet text
Usage GuardrailsCheck balance and estimate usage; dashboard handles plan and credit changes
TypeScript TypesCurated request and response types, plus the OpenAPI schema

Supported Agents

Claude Code, OpenAI Codex, Cursor, GitHub Copilot, Gemini CLI, Windsurf, VS Code Copilot, Cline, Roo Code, Goose, Amp, Augment, Continue, OpenHands, Trae, OpenCode, and any agent that supports the skills.sh protocol.

API Coverage

ResourceEndpoints
X LookupsTweet, article, search, user profile, user tweets, user likes, user media, favoriters, followers you know, follow check, download media, and confirmation-gated private reads
ExtractionsCreate (23 types), estimate, list, get results, export
MonitorsCreate with confirmation, list, get, update, delete
EventsList (filtered, paginated), get single
WebhooksCreate with destination confirmation, list, update, delete, test, deliveries
TrendsRegional trending topics
RadarTrending topics & news from supported sources
DrawsCreate with filters, list, get with winners, export
StylesAnalyze, save, list, get, delete, compare, performance
ComposeTweet composition (compose, refine, score)
DraftsCreate, list, get, delete
AccountGet account, update locale, set X identity
CreditsGet balance
API KeysCreate, list, revoke
X AccountsList, get, and disconnect already-connected accounts; dashboard handles connection and re-authentication
X WriteConfirmation-gated tweet, delete, like, unlike, retweet, follow, unfollow, DM, profile, avatar, banner, media upload, communities
SupportCreate ticket, list, get, update, reply

Xquik SDKs & Tools

Use the X Twitter Scraper API in your language of choice. All SDKs are auto-generated, kept in sync with the OpenAPI spec, and follow idiomatic conventions for each ecosystem.

RepoLanguageInstall
x-twitter-scraper-typescriptTypeScript / Node.jsnpm i x-twitter-scraper
x-twitter-scraper-pythonPythonpip install x-twitter-scraper
x-twitter-scraper-goGogo get github.com/Xquik-dev/x-twitter-scraper-go
x-twitter-scraper-rubyRubygem install x-twitter-scraper
x-twitter-scraper-javaJavaBuild from source while Maven Central publication is pending
x-twitter-scraper-kotlinKotlinBuild from source while Maven Central publication is pending
x-twitter-scraper-csharpC# / .NETdotnet add package XTwitterScraper
x-twitter-scraper-phpPHPcomposer require xquik/x-twitter-scraper
x-twitter-scraper-cliCLIBuild from source or install a pinned release tag
terraform-provider-x-twitter-scraperTerraformBuild from source (release page)

Skill Structure

x-twitter-scraper/
β”œβ”€β”€ skills/
β”‚   └── x-twitter-scraper/
β”‚       β”œβ”€β”€ SKILL.md                      # Main skill (auth, usage guardrails, endpoints, patterns)
β”‚       β”œβ”€β”€ metadata.json                 # Version and references
β”‚       β”œβ”€β”€ skill-card.md                 # Trust and release review card
β”‚       β”œβ”€β”€ skillspector-report.md        # Latest static SkillSpector evidence
β”‚       └── references/
β”‚           β”œβ”€β”€ api-endpoints.md          # REST API routing index
β”‚           β”œβ”€β”€ api-endpoints-*.md        # Split endpoint sections for targeted agent loading
β”‚           β”œβ”€β”€ mcp-tools.md              # MCP tool selection rules and workflow patterns
β”‚           β”œβ”€β”€ mcp-setup.md              # Current MCP client setup and compatibility
β”‚           β”œβ”€β”€ webhooks.md               # Webhook setup & verification
β”‚           β”œβ”€β”€ extractions.md            # 23 extraction tool types
β”‚           β”œβ”€β”€ types.md                  # TypeScript type routing index
β”‚           β”œβ”€β”€ types-*.md                # Split schema sections for targeted agent loading
β”‚           └── python-examples.md        # Python code examples
β”œβ”€β”€ task-guides/                          # Public task guides, not installable skills
β”œβ”€β”€ server.json                           # MCP Registry metadata
β”œβ”€β”€ logo.png                              # Marketplace logo
β”œβ”€β”€ LICENSE                               # MIT
└── README.md                             # This file

Links

License

MIT

Xquik is an independent third-party service. Not affiliated with X Corp. "Twitter" and "X" are trademarks of X Corp.

Related MCP Servers

S
Substack Ops

🐍 🏠 - Substack with zero AI API keys. 26 tools (posts, notes, comments, replies, reactions, restacks). Host LLM drafts via proposereply β†’ confirmreply tokens. SQLite dedup, JSONL audit, dry-run default. Install: uvx substack-ops mcp install cursor.

🌐 Social Media0 views
L
Linkedin Mcp Server

πŸ“‡ 🏠 - Local LinkedIn MCP server for posting to LinkedIn from Claude. 9 tools β€” create/edit/delete posts (text, image, article), upload images, fetch profile, look up company pages, and check follower counts. Uses the official LinkedIn REST API with OAuth 2.0 (wmembersocial, OIDC).

🌐 Social Media0 views
Y
Youtube Uploader Mcp

🏎️ ☁️ - AI‑powered YouTube uploaderβ€”no CLI, no YouTube Studio. Uploade videos directly from MCP clients with all AI capabilities.

🌐 Social Media0 views
I
Insta Mcp

πŸ“‡ 🏠 - Instagram MCP server for analytics and insights. Get account overviews, posts, followers, following lists, post insights, and search for users, hashtags, or places.

🌐 Social Media0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it β†’
β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.