🔥 Viral Tweet Scraper
Find top performing tweets by keyword or from any account.
📋 What It Does
- Scans tweets on any search results or profile page
- Filters by minimum likes/retweets
- Sorts by engagement
- Exports to CSV with all metrics
🌐 Browser Console Script
// Go to: x.com/search?q=YOUR_KEYWORD or x.com/USERNAME
// Open Console (Ctrl+Shift+J) and paste the script from:
// src/scrapers/viralTweets.js
⚙️ Configuration
const CONFIG = {
MIN_LIKES: 100, // Minimum likes to be "viral"
MIN_RETWEETS: 10, // Minimum retweets
MAX_TWEETS: 100, // How many to scan
SORT_BY: 'likes', // 'likes', 'retweets', 'replies', 'views'
};
📊 Output
- Console display of top 20 tweets
- CSV download with all data
window.viralTweetsfor programmatic access
💡 Use Cases
- Find inspiration for your niche
- Analyze what goes viral
- Research competitors' top content
- Build a swipe file
⚡ Ready to try � Viral Tweet Scraper?
XActions is 100% free and open-source. No API keys, no fees, no signup.
Browse All Scripts