ZacMasa5000 commited on
Commit
8fa63b4
Β·
verified Β·
1 Parent(s): 930dac1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -3
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`