Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,66 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# 🐦 X-Twitter Scraper: Real-Time Search and Data Extraction Tool
|
2 |
+
|
3 |
+
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.
|
4 |
+
|
5 |
+
Get started with real-time scraping and structure tweet data instantly into clean JSON.
|
6 |
+
|
7 |
+
---
|
8 |
+
|
9 |
+
## 🚀 Key Features
|
10 |
+
|
11 |
+
- ⚡ **Real-Time Fetch** – Stream the latest tweets the moment they’re posted
|
12 |
+
- 🎯 **Flexible Search** – Filter by keywords, hashtags, cashtags, accounts, or trending topics
|
13 |
+
- 📈 **Engagement Metrics** – Pull tweet content with likes, replies, reposts & timestamps
|
14 |
+
- 🧩 **LLM-Ready Output** – Output in clean JSON for agents, RAG, fine-tuning, or analytics
|
15 |
+
- 💸 **Free Tier** – Up to 100 searches during beta; toggle up to 25 tweets per query
|
16 |
+
|
17 |
+
---
|
18 |
+
|
19 |
+
## 🛠 How It Works
|
20 |
+
|
21 |
+
1. Open the Scraper Tool
|
22 |
+
2. Enter your query – keyword, `#hashtag`, `@user`, or `$cashtag`
|
23 |
+
3. Choose tweet count – up to 25 tweets per search
|
24 |
+
4. Run the search – engine fetches fresh tweets in real time
|
25 |
+
5. Export the results – copy or download JSON for use in any pipeline
|
26 |
+
|
27 |
+
---
|
28 |
+
|
29 |
+
## 🔥 Popular Use Cases
|
30 |
+
|
31 |
+
- Sentiment and price prediction for crypto or stocks
|
32 |
+
- Trend discovery & viral content tracking
|
33 |
+
- News & political monitoring in real time
|
34 |
+
- Creating LLM training datasets
|
35 |
+
- Feeding live data to AI agents
|
36 |
+
- ...and more!
|
37 |
+
|
38 |
+
---
|
39 |
+
|
40 |
+
## 📂 Dataset Format
|
41 |
+
|
42 |
+
Each tweet is structured in LLM-friendly JSON with fields like:
|
43 |
+
|
44 |
+
- `username`
|
45 |
+
- `tweet_id`
|
46 |
+
- `content`
|
47 |
+
- `likes`
|
48 |
+
- `reposts`
|
49 |
+
- `replies`
|
50 |
+
- `timestamp`
|
51 |
+
- `query_used`
|
52 |
+
|
53 |
+
---
|
54 |
+
|
55 |
+
## 📎 License
|
56 |
+
|
57 |
+
**MIT License** – Free to use for research, development, and commercial projects during beta.
|
58 |
+
|
59 |
+
---
|
60 |
+
|
61 |
+
## ✨ Try It Now
|
62 |
+
|
63 |
+
Start Searching & Scraping X-Twitter:
|
64 |
+
👉 **[Launch Scraper Tool](https://data.masa.ai/x/search)**
|
65 |
+
|
66 |
+
Need help? Join the **Masa Discord** in the `#developers` channel.
|