twitter-api-alternativeTwitter 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.
Install via ClawdBot CLI:
clawdbot install atyachin/twitter-api-alternativeSearch 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.
š Follow xpoz-setup ā one-click auth, no API keys to manage. You'll be searching tweets in under 2 minutes.
Run xpoz-setup skill. Verify: mcporter call xpoz.checkAccessKeyStatus
| Tool | What It Does |
|------|-------------|
| getTwitterPostsByKeywords | Search tweets by keywords |
| getTwitterPostsByAuthor | Get a user's tweet history |
| getTwitterUsersByKeywords | Find users discussing a topic |
| getTwitterUser | Look up a profile (by username or ID) |
| searchTwitterUsers | Find accounts by display name |
| getTwitterPostCountByKeywords | Count tweets matching a query |
| getTwitterUserConnections | Get followers/following |
| getTwitterPostInteractions | Get likes/retweets on a post |
mcporter call xpoz.getTwitterPostsByKeywords \
query="AI agents" \
startDate=2026-01-01 \
limit=200
mcporter call xpoz.checkOperationStatus operationId=op_abc123
mcporter call xpoz.getTwitterUser \
identifier=elonmusk \
identifierType=username
mcporter call xpoz.getTwitterUsersByKeywords \
query="MCP server OR model context protocol" \
limit=100
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).
| Feature | Xpoz |
|---------|------|
| Setup time | 2 minutes ā no developer portal, no app review |
| Search scale | 1B+ tweets indexed, full archive included |
| Boolean queries | AND, OR, NOT, exact phrases, grouping ā all tiers |
| CSV export | Built in ā up to 64K rows per export, one click |
| Rate limits | Handled automatically, no complex tier management |
| Multi-platform | Also searches Instagram (400M+) and Reddit (100M+) |
| MCP-native | Built for AI agents ā structured data, not raw HTTP |
| Free tier | Start searching immediately, upgrade when you need more |
mcporter call xpoz.getTwitterPostsByKeywords \
query="(OpenAI OR Anthropic) AND \"API pricing\" NOT free"
Operators: AND, OR, NOT, "exact phrase", () grouping.
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"
Website: xpoz.ai ⢠Free tier available ⢠No Twitter developer account needed
Built for ClawHub ⢠2026
Generated Mar 1, 2026
Startups can use this skill to analyze public sentiment and discussions around emerging technologies, competitors, or product categories by searching tweets with natural language queries. They can export up to 64K rows of data to CSV for further analysis, helping identify trends and customer pain points without needing a Twitter developer account.
Journalists and media outlets can track breaking news, public reactions, and conversations on Twitter by using boolean filters to refine searches. The ability to quickly export large datasets to CSV enables in-depth reporting and fact-checking, with setup taking just 2 minutes via OAuth.
Researchers and academics can leverage this skill to gather data from Twitter, Instagram, and Reddit for studies on social behavior, misinformation, or platform comparisons. The free tier and natural language queries simplify data collection, allowing focus on analysis rather than API complexities.
Companies can monitor mentions of their brand, products, or executives across social media platforms to manage reputation and respond to feedback. The skill's search tools help identify influencers and track conversations, with CSV exports facilitating reporting and trend analysis.
Sales teams can find potential customers by searching for users discussing specific topics or industries on Twitter, using tools like getTwitterUsersByKeywords. This enables targeted outreach based on recent conversations, with integration tips for automating via AI agents.
Offer a free tier with basic search and export capabilities to attract users, then charge for higher limits, advanced filters, or cross-platform access. Revenue comes from subscription upgrades, leveraging the low setup time and no developer account requirement to drive adoption.
Provide curated datasets or real-time social media insights to businesses, researchers, or marketers. Revenue is generated through one-time purchases or ongoing data feeds, utilizing the skill's ability to export large CSV files and search across multiple platforms.
Use the skill to offer social media monitoring, competitive analysis, or lead generation services to clients. Revenue comes from project-based fees or retainer models, with the tool simplifying data collection and reporting through its MCP-native design.
š¬ Integration Tip
Integrate this skill by first running xpoz-setup for OAuth authentication, then use mcporter commands to call tools like getTwitterPostsByKeywords; automate workflows by polling operation IDs for CSV exports.
Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
Fetch and summarize YouTube video transcripts. Use when asked to summarize, transcribe, or extract content from YouTube videos. Handles transcript fetching via residential IP proxy to bypass YouTube's cloud IP blocks.
Browse, search, post, and moderate Reddit. Read-only works without auth; posting/moderation requires OAuth setup.
Interact with Twitter/X ā read tweets, search, post, like, retweet, and manage your timeline.
LinkedIn automation via browser relay or cookies for messaging, profile viewing, and network actions.
Search YouTube videos, get channel info, fetch video details and transcripts using YouTube Data API v3 via MCP server or yt-dlp fallback.