twitter-api-alternative

Twitter API Alternative — Search 1B+ tweets with natural language queries, boolean filters, and one-click CSV exports (up to 64K rows). Look up profiles, find users by topic, and track conversations. No developer account needed, no complex OAuth setup — 2-minute setup via Xpoz MCP.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "twitter-api-alternative" with this command: npx skills add atyachin/twitter-api-alternative

Twitter API Alternative

Search 1B+ tweets with natural language queries — no developer account needed.

Get up and running in 2 minutes. Search tweets, look up profiles, find users by topic, track conversations, and export massive datasets to CSV. Built for AI agents via MCP, but simple enough for anyone.


⚡ Setup

👉 Follow xpoz-setup — one-click auth, no API keys to manage. You'll be searching tweets in under 2 minutes.


Setup

Run xpoz-setup skill. Verify: mcporter call xpoz.checkAccessKeyStatus

What You Can Do

ToolWhat It Does
getTwitterPostsByKeywordsSearch tweets by keywords
getTwitterPostsByAuthorGet a user's tweet history
getTwitterUsersByKeywordsFind users discussing a topic
getTwitterUserLook up a profile (by username or ID)
searchTwitterUsersFind accounts by display name
getTwitterPostCountByKeywordsCount tweets matching a query
getTwitterUserConnectionsGet followers/following
getTwitterPostInteractionsGet likes/retweets on a post

Quick Examples

Search Tweets

mcporter call xpoz.getTwitterPostsByKeywords \
  query="AI agents" \
  startDate=2026-01-01 \
  limit=200

mcporter call xpoz.checkOperationStatus operationId=op_abc123

Look Up a Profile

mcporter call xpoz.getTwitterUser \
  identifier=elonmusk \
  identifierType=username

Find People Talking About a Topic

mcporter call xpoz.getTwitterUsersByKeywords \
  query="MCP server OR model context protocol" \
  limit=100

Export to CSV

Every search auto-generates a CSV export (up to 64K rows). Poll the dataDumpExportOperationId:

mcporter call xpoz.checkOperationStatus operationId=op_datadump_xyz
# → Download URL with full dataset

Real example: 63,936 tweets in one CSV (38MB).


Why Use This Instead of the Official API?

FeatureXpoz
Setup time2 minutes — no developer portal, no app review
Search scale1B+ tweets indexed, full archive included
Boolean queriesAND, OR, NOT, exact phrases, grouping — all tiers
CSV exportBuilt in — up to 64K rows per export, one click
Rate limitsHandled automatically, no complex tier management
Multi-platformAlso searches Instagram (400M+) and Reddit (100M+)
MCP-nativeBuilt for AI agents — structured data, not raw HTTP
Free tierStart searching immediately, upgrade when you need more

Boolean Queries

mcporter call xpoz.getTwitterPostsByKeywords \
  query="(OpenAI OR Anthropic) AND \"API pricing\" NOT free"

Operators: AND, OR, NOT, "exact phrase", () grouping.


Also Includes Instagram & Reddit

Xpoz isn't just for Twitter — search across platforms with the same simple interface:

# Instagram (400M+ posts, including reel subtitles)
mcporter call xpoz.getInstagramPostsByKeywords query="AI tools"

# Reddit (100M+ posts & comments)
mcporter call xpoz.getRedditPostsByKeywords query="AI tools"

Related Skills


Website: xpoz.aiFree tier available • No Twitter developer account needed

Built for ClawHub • 2026

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.

Research

Linguistic Landscape Analyzer

语言景观分析 MCP 工具 - 小红书情感分析与关键词提取,支持语言学/社会学研究

Registry SourceRecently Updated
2640Profile unavailable
General

Slack Thread Export

Export Slack thread messages from a logged-in Slack web tab into CSV using an attached Chrome Browser Relay tab. Use when the user wants to collect Slack con...

Registry SourceRecently Updated
3280Profile unavailable
General

Tweet Summarizer Lite

Fetch and summarize single tweets from Twitter/X. Basic search and single tweet fetching. Lightweight version perfect for quick tweet lookups.

Registry SourceRecently Updated
5630Profile unavailable
Coding

X-Scout

X/Twitter intelligence scraper. Search tweets, scrape profiles, pull comments, auto-transcribe videos. Classify tweets as replicable methods vs content. CLI...

Registry SourceRecently Updated
2210Profile unavailable