What problem does it solve?
Collecting tweet data from X (Twitter) at scale is difficult without API access, and manual copying of tweets with engagement metrics, media, and author details is slow and error-prone.
Core Features & Use Cases
- Flexible Input Modes: Scrape tweets by search query, user handle, or direct URLs including tweet, profile, search, and list pages.
- Rich Structured Output: Returns full tweet JSON including text, author info, engagement metrics (likes, retweets, replies, views), hashtags, mentions, URLs, and media with video variants.
- Advanced Query Filters: Supports X search operators for language, date ranges, minimum engagement, verified users, media type, and geolocation.
- Use Case: A social media analyst needs all English tweets from @NASA since 2024 with at least 100 likes. The Skill builds the filtered search URL, scrolls through results, deduplicates by tweet ID, and saves structured JSON incrementally.
Quick Start
Open an X search page while logged in and ask the agent to scrape all tweets matching your query into a structured JSON file.