
Twitter/X Hashtag Scraper: Support Sentiment&Tone Analyzer 2025
Pricing
$9.99/month + usage

Twitter/X Hashtag Scraper: Support Sentiment&Tone Analyzer 2025
Get 1,000 results for just $0.01! Introducing the Twitter Hashtag Fast Scraper, your go-to solution for scraping Twitter hashtags. This powerful tool combines blazing-fast speed with advanced data extraction capabilities, making it perfect for social media analysts, marketers, and researchers.
0.0 (0)
Pricing
$9.99/month + usage
9
Monthly users
30
Runs succeeded
>99%
Response time
0.22 hours
Last modified
3 days ago
You can access the Twitter/X Hashtag Scraper: Support Sentiment&Tone Analyzer 2025 programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1{
2 "openapi": "3.0.1",
3 "info": {
4 "version": "0.0",
5 "x-build-id": "7oDDTZhuQMOfD9caa"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/fastcrawler~twitter-x-hashtag-scraper-support-sentiment-tone-analyzer-2025/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-fastcrawler-twitter-x-hashtag-scraper-support-sentiment-tone-analyzer-2025",
16 "x-openai-isConsequential": false,
17 "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18 "tags": [
19 "Run Actor"
20 ],
21 "requestBody": {
22 "required": true,
23 "content": {
24 "application/json": {
25 "schema": {
26 "$ref": "#/components/schemas/inputSchema"
27 }
28 }
29 }
30 },
31 "parameters": [
32 {
33 "name": "token",
34 "in": "query",
35 "required": true,
36 "schema": {
37 "type": "string"
38 },
39 "description": "Enter your Apify token here"
40 }
41 ],
42 "responses": {
43 "200": {
44 "description": "OK"
45 }
46 }
47 }
48 },
49 "/acts/fastcrawler~twitter-x-hashtag-scraper-support-sentiment-tone-analyzer-2025/runs": {
50 "post": {
51 "operationId": "runs-sync-fastcrawler-twitter-x-hashtag-scraper-support-sentiment-tone-analyzer-2025",
52 "x-openai-isConsequential": false,
53 "summary": "Executes an Actor and returns information about the initiated run in response.",
54 "tags": [
55 "Run Actor"
56 ],
57 "requestBody": {
58 "required": true,
59 "content": {
60 "application/json": {
61 "schema": {
62 "$ref": "#/components/schemas/inputSchema"
63 }
64 }
65 }
66 },
67 "parameters": [
68 {
69 "name": "token",
70 "in": "query",
71 "required": true,
72 "schema": {
73 "type": "string"
74 },
75 "description": "Enter your Apify token here"
76 }
77 ],
78 "responses": {
79 "200": {
80 "description": "OK",
81 "content": {
82 "application/json": {
83 "schema": {
84 "$ref": "#/components/schemas/runsResponseSchema"
85 }
86 }
87 }
88 }
89 }
90 }
91 },
92 "/acts/fastcrawler~twitter-x-hashtag-scraper-support-sentiment-tone-analyzer-2025/run-sync": {
93 "post": {
94 "operationId": "run-sync-fastcrawler-twitter-x-hashtag-scraper-support-sentiment-tone-analyzer-2025",
95 "x-openai-isConsequential": false,
96 "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97 "tags": [
98 "Run Actor"
99 ],
100 "requestBody": {
101 "required": true,
102 "content": {
103 "application/json": {
104 "schema": {
105 "$ref": "#/components/schemas/inputSchema"
106 }
107 }
108 }
109 },
110 "parameters": [
111 {
112 "name": "token",
113 "in": "query",
114 "required": true,
115 "schema": {
116 "type": "string"
117 },
118 "description": "Enter your Apify token here"
119 }
120 ],
121 "responses": {
122 "200": {
123 "description": "OK"
124 }
125 }
126 }
127 }
128 },
129 "components": {
130 "schemas": {
131 "inputSchema": {
132 "type": "object",
133 "required": [
134 "hashtag"
135 ],
136 "properties": {
137 "hashtag": {
138 "title": "Hashtag",
139 "type": "string",
140 "description": "A hashtag ,like #btc "
141 },
142 "sentimentAnalysis": {
143 "title": "sentiment analysis",
144 "type": "boolean",
145 "description": "Analyze the provided tweet and identify the primary \n\n **tone** (Positive, Negative, Neutral, Humorous, Sarcastic, Enthusiastic, Angry, Informative) \n\n **sentiment** (Positive, Negative, Neutral). \n\n **Note**: The analysis may take longer when checked."
146 },
147 "startTime": {
148 "title": "Start Time",
149 "type": "string",
150 "description": "Specify the datetime (yyyy-MM-dd_HH:mm:ss_UTC,2024-10-20_23:59:59_UTC),Returns tweets sent after the given date."
151 },
152 "endTime": {
153 "title": "End Time",
154 "type": "string",
155 "description": "Specify the datetime (yyyy-MM-dd_HH:mm:ss_UTC,2024-10-20_23:59:59_UTC),Returns tweets sent before the given date."
156 },
157 "sortBy": {
158 "title": "Sort By",
159 "enum": [
160 "Top",
161 "Latest"
162 ],
163 "type": "string",
164 "description": "Sorts search results by the given option. ",
165 "default": "Latest"
166 },
167 "maxItems": {
168 "title": "Maximum number of items on output",
169 "minimum": 1,
170 "maximum": 200,
171 "type": "integer",
172 "description": "Maximum number of items that you want as output.",
173 "default": 10
174 },
175 "minRetweets": {
176 "title": "Minimum retweets",
177 "minimum": 0,
178 "maximum": 10000000,
179 "type": "integer",
180 "description": "Returns tweets with at least the given number of retweets.",
181 "default": 0
182 },
183 "minLikes": {
184 "title": "Minimum Likes",
185 "minimum": 0,
186 "maximum": 10000000,
187 "type": "integer",
188 "description": "Returns tweets with at least the given number of Likes.",
189 "default": 0
190 },
191 "minReplies": {
192 "title": "Minimum Replies",
193 "minimum": 0,
194 "maximum": 10000000,
195 "type": "integer",
196 "description": "Returns tweets with at least the given number of replies.",
197 "default": 0
198 },
199 "lang": {
200 "title": "lang",
201 "enum": [
202 "am",
203 "ar",
204 "bg",
205 "bn",
206 "bo",
207 "ca",
208 "ch",
209 "cs",
210 "da",
211 "de",
212 "dv",
213 "el",
214 "en",
215 "es",
216 "et",
217 "fa",
218 "fi",
219 "fr",
220 "gu",
221 "hi",
222 "ht",
223 "hu",
224 "hy",
225 "in",
226 "is",
227 "it",
228 "iu",
229 "iw",
230 "ja",
231 "ka",
232 "km",
233 "kn",
234 "ko",
235 "lo",
236 "lt",
237 "lv",
238 "ml",
239 "my",
240 "ne",
241 "nl",
242 "no",
243 "or",
244 "pa",
245 "pl",
246 "pt",
247 "ro",
248 "ru",
249 "si",
250 "sk",
251 "sl",
252 "sv",
253 "ta",
254 "te",
255 "th",
256 "tl",
257 "tr",
258 "uk",
259 "ur",
260 "vi",
261 "zh"
262 ],
263 "type": "string",
264 "description": "lang"
265 },
266 "onlyVerifiedUsers": {
267 "title": "Only verified users",
268 "type": "boolean",
269 "description": "If checked then returns tweets by users who are verified."
270 },
271 "onlyBuleVerifiedUsers": {
272 "title": "Only Twitter Blue",
273 "type": "boolean",
274 "description": "If checked then returns tweets by users who are Twitter Blue subscribers."
275 }
276 }
277 },
278 "runsResponseSchema": {
279 "type": "object",
280 "properties": {
281 "data": {
282 "type": "object",
283 "properties": {
284 "id": {
285 "type": "string"
286 },
287 "actId": {
288 "type": "string"
289 },
290 "userId": {
291 "type": "string"
292 },
293 "startedAt": {
294 "type": "string",
295 "format": "date-time",
296 "example": "2025-01-08T00:00:00.000Z"
297 },
298 "finishedAt": {
299 "type": "string",
300 "format": "date-time",
301 "example": "2025-01-08T00:00:00.000Z"
302 },
303 "status": {
304 "type": "string",
305 "example": "READY"
306 },
307 "meta": {
308 "type": "object",
309 "properties": {
310 "origin": {
311 "type": "string",
312 "example": "API"
313 },
314 "userAgent": {
315 "type": "string"
316 }
317 }
318 },
319 "stats": {
320 "type": "object",
321 "properties": {
322 "inputBodyLen": {
323 "type": "integer",
324 "example": 2000
325 },
326 "rebootCount": {
327 "type": "integer",
328 "example": 0
329 },
330 "restartCount": {
331 "type": "integer",
332 "example": 0
333 },
334 "resurrectCount": {
335 "type": "integer",
336 "example": 0
337 },
338 "computeUnits": {
339 "type": "integer",
340 "example": 0
341 }
342 }
343 },
344 "options": {
345 "type": "object",
346 "properties": {
347 "build": {
348 "type": "string",
349 "example": "latest"
350 },
351 "timeoutSecs": {
352 "type": "integer",
353 "example": 300
354 },
355 "memoryMbytes": {
356 "type": "integer",
357 "example": 1024
358 },
359 "diskMbytes": {
360 "type": "integer",
361 "example": 2048
362 }
363 }
364 },
365 "buildId": {
366 "type": "string"
367 },
368 "defaultKeyValueStoreId": {
369 "type": "string"
370 },
371 "defaultDatasetId": {
372 "type": "string"
373 },
374 "defaultRequestQueueId": {
375 "type": "string"
376 },
377 "buildNumber": {
378 "type": "string",
379 "example": "1.0.0"
380 },
381 "containerUrl": {
382 "type": "string"
383 },
384 "usage": {
385 "type": "object",
386 "properties": {
387 "ACTOR_COMPUTE_UNITS": {
388 "type": "integer",
389 "example": 0
390 },
391 "DATASET_READS": {
392 "type": "integer",
393 "example": 0
394 },
395 "DATASET_WRITES": {
396 "type": "integer",
397 "example": 0
398 },
399 "KEY_VALUE_STORE_READS": {
400 "type": "integer",
401 "example": 0
402 },
403 "KEY_VALUE_STORE_WRITES": {
404 "type": "integer",
405 "example": 1
406 },
407 "KEY_VALUE_STORE_LISTS": {
408 "type": "integer",
409 "example": 0
410 },
411 "REQUEST_QUEUE_READS": {
412 "type": "integer",
413 "example": 0
414 },
415 "REQUEST_QUEUE_WRITES": {
416 "type": "integer",
417 "example": 0
418 },
419 "DATA_TRANSFER_INTERNAL_GBYTES": {
420 "type": "integer",
421 "example": 0
422 },
423 "DATA_TRANSFER_EXTERNAL_GBYTES": {
424 "type": "integer",
425 "example": 0
426 },
427 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
428 "type": "integer",
429 "example": 0
430 },
431 "PROXY_SERPS": {
432 "type": "integer",
433 "example": 0
434 }
435 }
436 },
437 "usageTotalUsd": {
438 "type": "number",
439 "example": 0.00005
440 },
441 "usageUsd": {
442 "type": "object",
443 "properties": {
444 "ACTOR_COMPUTE_UNITS": {
445 "type": "integer",
446 "example": 0
447 },
448 "DATASET_READS": {
449 "type": "integer",
450 "example": 0
451 },
452 "DATASET_WRITES": {
453 "type": "integer",
454 "example": 0
455 },
456 "KEY_VALUE_STORE_READS": {
457 "type": "integer",
458 "example": 0
459 },
460 "KEY_VALUE_STORE_WRITES": {
461 "type": "number",
462 "example": 0.00005
463 },
464 "KEY_VALUE_STORE_LISTS": {
465 "type": "integer",
466 "example": 0
467 },
468 "REQUEST_QUEUE_READS": {
469 "type": "integer",
470 "example": 0
471 },
472 "REQUEST_QUEUE_WRITES": {
473 "type": "integer",
474 "example": 0
475 },
476 "DATA_TRANSFER_INTERNAL_GBYTES": {
477 "type": "integer",
478 "example": 0
479 },
480 "DATA_TRANSFER_EXTERNAL_GBYTES": {
481 "type": "integer",
482 "example": 0
483 },
484 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
485 "type": "integer",
486 "example": 0
487 },
488 "PROXY_SERPS": {
489 "type": "integer",
490 "example": 0
491 }
492 }
493 }
494 }
495 }
496 }
497 }
498 }
499 }
500}
Twitter/X Hashtag Scraper: Support Sentiment&Tone Analyzer 2025 OpenAPI definition
OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.
OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.
By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.
You can download the OpenAPI definitions for Twitter/X Hashtag Scraper: Support Sentiment&Tone Analyzer 2025 from the options below:
If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.
You can also check out our other API clients:
Twitter/X Hashtag Scraper: Support Sentiment&Tone Analyzer 2025 API in Python
Twitter/X Hashtag Scraper: Support Sentiment&Tone Analyzer 2025 API in JavaScript
Twitter/X Hashtag Scraper: Support Sentiment&Tone Analyzer 2025 API through CLI
Twitter/X Hashtag Scraper: Support Sentiment&Tone Analyzer 2025 API
Pricing
Pricing model
RentalTo use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.
Free trial
30 minutes
Price
$9.99