Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,74 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
- table-question-answering
|
6 |
+
- zero-shot-classification
|
7 |
+
- feature-extraction
|
8 |
+
language:
|
9 |
+
- en
|
10 |
+
tags:
|
11 |
+
- weather
|
12 |
+
- Masa
|
13 |
+
- X
|
14 |
+
- Twitter
|
15 |
+
- Scraper
|
16 |
+
- real-time
|
17 |
+
size_categories:
|
18 |
+
- 1K<n<10K
|
19 |
+
---
|
20 |
+
# 🐦 X-Twitter Scraper: Real-Time Search and Data Extraction Tool
|
21 |
+
|
22 |
+
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.
|
23 |
+
|
24 |
+
Get started with real-time scraping and structure tweet data instantly into clean JSON.
|
25 |
+
|
26 |
+
👉 [Launch Scraper Tool](https://bit.ly/44FHKDw)
|
27 |
+
|
28 |
+
## 🚀 Key Features
|
29 |
+
|
30 |
+
- ⚡ **Real-Time Fetch** — Stream the latest tweets the moment they’re posted
|
31 |
+
- 🎯 **Flexible Search** — Filter by keywords, hashtags, cashtags, accounts, or trending topics
|
32 |
+
- 📈 **Engagement Metrics** — Pull tweet content with likes, replies, reposts & timestamps
|
33 |
+
- 🧩 **LLM-Ready Output** — Output in clean JSON for agents, RAG, fine-tuning, or analytics
|
34 |
+
- 💸 **Free Tier** — Up to 100 searches during beta; toggle up to 25 tweets per query
|
35 |
+
|
36 |
+
## 🛠 How It Works
|
37 |
+
|
38 |
+
1. Open the Scraper Tool
|
39 |
+
2. Enter your query — keyword, `#hashtag`, `@user`, or `$cashtag`
|
40 |
+
3. Choose tweet count — up to 25 tweets per search
|
41 |
+
4. Run the search — engine fetches fresh tweets in real time
|
42 |
+
5. Export the results — copy or download JSON for use in any pipeline
|
43 |
+
|
44 |
+
## 🔥 Popular Use Cases
|
45 |
+
|
46 |
+
- Sentiment and price prediction for crypto or stocks
|
47 |
+
- Trend discovery & viral content tracking
|
48 |
+
- News & political monitoring in real time
|
49 |
+
- Creating LLM training datasets
|
50 |
+
- Feeding live data to AI agents
|
51 |
+
- ...and more!
|
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 |
+
## 📎 License
|
67 |
+
|
68 |
+
MIT License — Free to use for research, development, and commercial projects during beta.
|
69 |
+
|
70 |
+
## ✨ Try It Now
|
71 |
+
|
72 |
+
**Start Searching & Scraping X-Twitter:**
|
73 |
+
|
74 |
+
👉 [Launch Scraper Tool](https://bit.ly/44FHKDw)
|