Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,80 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-classification
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- Twitter
|
| 9 |
+
- BigBeautifulbill
|
| 10 |
+
- SpendingBill
|
| 11 |
+
size_categories:
|
| 12 |
+
- 1K<n<10K
|
| 13 |
+
---
|
| 14 |
+
# π¦ X-Twitter Scraper: Real-Time Search and Data Extraction Tool
|
| 15 |
+
|
| 16 |
+
Search and scrape X-Twitter (formerly Twitter) for posts by keyword, account, or trending topics. This no-code tool makes it easy to generate real-time, LLM-ready datasets for any AI or content use case.
|
| 17 |
+
|
| 18 |
+
Get started with real-time scraping and structure tweet data instantly into clean JSON.
|
| 19 |
+
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
+
## π Key Features
|
| 23 |
+
|
| 24 |
+
- β‘ **Real-Time Fetch** β Stream the latest tweets the moment theyβre posted
|
| 25 |
+
- π― **Flexible Search** β Filter by keywords, hashtags, cashtags, accounts, or trending topics
|
| 26 |
+
- π **Engagement Metrics** β Pull tweet content with likes, replies, reposts & timestamps
|
| 27 |
+
- π§© **LLM-Ready Output** β Output in clean JSON for agents, RAG, fine-tuning, or analytics
|
| 28 |
+
- πΈ **Free Tier** β Up to 100 searches during beta; toggle up to 25 tweets per query
|
| 29 |
+
|
| 30 |
+
---
|
| 31 |
+
|
| 32 |
+
## π How It Works
|
| 33 |
+
|
| 34 |
+
1. Open the Scraper Tool
|
| 35 |
+
2. Enter your query β keyword, `#hashtag`, `@user`, or `$cashtag`
|
| 36 |
+
3. Choose tweet count β up to 25 tweets per search
|
| 37 |
+
4. Run the search β engine fetches fresh tweets in real time
|
| 38 |
+
5. Export the results β copy or download JSON for use in any pipeline
|
| 39 |
+
|
| 40 |
+
---
|
| 41 |
+
|
| 42 |
+
## π₯ Popular Use Cases
|
| 43 |
+
|
| 44 |
+
- Sentiment and price prediction for crypto or stocks
|
| 45 |
+
- Trend discovery & viral content tracking
|
| 46 |
+
- News & political monitoring in real time
|
| 47 |
+
- Creating LLM training datasets
|
| 48 |
+
- Feeding live data to AI agents
|
| 49 |
+
- ...and more!
|
| 50 |
+
|
| 51 |
+
---
|
| 52 |
+
|
| 53 |
+
## π Dataset Format
|
| 54 |
+
|
| 55 |
+
Each tweet is structured in LLM-friendly JSON with fields like:
|
| 56 |
+
|
| 57 |
+
- `username`
|
| 58 |
+
- `tweet_id`
|
| 59 |
+
- `content`
|
| 60 |
+
- `likes`
|
| 61 |
+
- `reposts`
|
| 62 |
+
- `replies`
|
| 63 |
+
- `timestamp`
|
| 64 |
+
- `query_used`
|
| 65 |
+
|
| 66 |
+
---
|
| 67 |
+
|
| 68 |
+
## π License
|
| 69 |
+
|
| 70 |
+
**MIT License** β Free to use for research, development, and commercial projects during beta.
|
| 71 |
+
|
| 72 |
+
---
|
| 73 |
+
|
| 74 |
+
## β¨ Try It Now
|
| 75 |
+
|
| 76 |
+
Start Searching & Scraping X-Twitter:
|
| 77 |
+
π **[Launch Scraper Tool](https://data.masa.ai/search/x)**
|
| 78 |
+
|
| 79 |
+
Need help? Join the **Masa Discord** in the `#developers` channel.
|
| 80 |
+
License: `MIT`
|