Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,73 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- feature-extraction
|
5 |
+
- text-generation
|
6 |
+
- summarization
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
tags:
|
10 |
+
- Masa
|
11 |
+
- X
|
12 |
+
- Twitter
|
13 |
+
- Agents
|
14 |
+
- Realtime
|
15 |
+
- trending
|
16 |
+
pretty_name: X twitter trending posts
|
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.
|
23 |
+
This **no-code tool** makes it easy to generate real-time, LLM-ready datasets for any AI or content use case.
|
24 |
+
|
25 |
+
Get started with real-time scraping and instantly structure tweet data into clean JSON.
|
26 |
+
|
27 |
+
[Start Scraping](https://bit.ly/3HvbvhM)
|
28 |
+
|
29 |
+
---
|
30 |
+
|
31 |
+
## 🚀 Key Features
|
32 |
+
- ⚡ **Real-Time Fetch** – Stream the latest tweets the moment they’re posted
|
33 |
+
- 🎯 **Flexible Search** – Filter by keywords, hashtags, cashtags, accounts, or trending topics
|
34 |
+
- 📈 **Engagement Metrics** – Pull tweet content with likes, replies, reposts & timestamps
|
35 |
+
- 🧩 **LLM-Ready Output** – Output in clean JSON for agents, RAG, fine-tuning, or analytics
|
36 |
+
- 💸 **Free Tier** – Up to 100 searches during beta; toggle up to 25 tweets per query
|
37 |
+
|
38 |
+
---
|
39 |
+
|
40 |
+
## 🛠 How It Works
|
41 |
+
1. **Open** the Scraper Tool
|
42 |
+
2. **Enter your query** – keyword, `#hashtag`, `@user`, or `$cashtag`
|
43 |
+
3. **Choose tweet count** – up to 25 tweets per search
|
44 |
+
4. **Run the search** – engine fetches fresh tweets in real time
|
45 |
+
5. **Export the results** – copy or download JSON for use in any pipeline
|
46 |
+
|
47 |
+
---
|
48 |
+
|
49 |
+
## 🔥 Popular Use Cases
|
50 |
+
- Sentiment and price prediction for crypto or stocks
|
51 |
+
- Trend discovery & viral content tracking
|
52 |
+
- News & political monitoring in real time
|
53 |
+
- Creating LLM training datasets
|
54 |
+
- Feeding live data to AI agents
|
55 |
+
- …and more!
|
56 |
+
|
57 |
+
---
|
58 |
+
|
59 |
+
## 📂 Dataset Format
|
60 |
+
Each tweet is structured in **LLM-friendly JSON** with fields like:
|
61 |
+
```json
|
62 |
+
{
|
63 |
+
"username": "string",
|
64 |
+
"tweet_id": "string",
|
65 |
+
"content": "string",
|
66 |
+
"likes": number,
|
67 |
+
"reposts": number,
|
68 |
+
"replies": number,
|
69 |
+
"timestamp": "ISO_8601_string",
|
70 |
+
"query_used": "string"
|
71 |
+
}
|
72 |
+
|
73 |
+
[Start Scraping](https://bit.ly/3HvbvhM)
|