
Twitter Trends Scraper United States
Pricing
$0.10 / 1,000 results

Twitter Trends Scraper United States
Scrape Twitter trends from United States locations including the 50 states and other notable locations. This actor scrapes in addition the worldwide and united states country trends for 8 periods of time. The US states and other US locations have the Live trends only available.
0.0 (0)
Pricing
$0.10 / 1,000 results
2
Monthly users
7
Runs succeeded
>99%
Response time
1.9 hours
Last modified
5 months ago
You can access the Twitter Trends Scraper United States 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": "Km8RVDJZNeNd47seh"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/karamelo~twitter-trends-scraper-united-states/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-karamelo-twitter-trends-scraper-united-states",
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/karamelo~twitter-trends-scraper-united-states/runs": {
50 "post": {
51 "operationId": "runs-sync-karamelo-twitter-trends-scraper-united-states",
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/karamelo~twitter-trends-scraper-united-states/run-sync": {
93 "post": {
94 "operationId": "run-sync-karamelo-twitter-trends-scraper-united-states",
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 "properties": {
134 "usStates": {
135 "title": "US States locations",
136 "enum": [
137 "1",
138 "2",
139 "3",
140 "4",
141 "5",
142 "6",
143 "7",
144 "8",
145 "9",
146 "10",
147 "11",
148 "12",
149 "13",
150 "14",
151 "15",
152 "16",
153 "17",
154 "18",
155 "19",
156 "20",
157 "21",
158 "22",
159 "23",
160 "24",
161 "25",
162 "26",
163 "27",
164 "28",
165 "29",
166 "30",
167 "31",
168 "32",
169 "33",
170 "34",
171 "35",
172 "36",
173 "37",
174 "38",
175 "39",
176 "40",
177 "41",
178 "42",
179 "43",
180 "44",
181 "45",
182 "46",
183 "47",
184 "48",
185 "49",
186 "50",
187 "51",
188 "52",
189 "53",
190 "54",
191 "55",
192 "56",
193 "57",
194 "58",
195 "59",
196 "60",
197 "61",
198 "62",
199 "63",
200 "64",
201 "65"
202 ],
203 "type": "string",
204 "description": "Select location in United States or the whole US country",
205 "default": "3"
206 },
207 "live": {
208 "title": "Live",
209 "type": "boolean",
210 "description": "Add the live tweets trends to the final results.",
211 "default": true
212 },
213 "hour1": {
214 "title": "1 hour ago.",
215 "type": "boolean",
216 "description": "Add the tweets trends to the final results, defaut is false.",
217 "default": false
218 },
219 "hour3": {
220 "title": "3 hours ago.",
221 "type": "boolean",
222 "description": "Add the tweets trends to the final results, defaut is false.",
223 "default": false
224 },
225 "hour6": {
226 "title": "6 hours ago.",
227 "type": "boolean",
228 "description": "Add the tweets trends to the final results, defaut is false.",
229 "default": false
230 },
231 "hour12": {
232 "title": "12 hours ago.",
233 "type": "boolean",
234 "description": "Add the tweets trends to the final results, defaut is false.",
235 "default": false
236 },
237 "hour24": {
238 "title": "24 hours ago.",
239 "type": "boolean",
240 "description": "Add the tweets trends to the final results, defaut is false.",
241 "default": false
242 },
243 "day2": {
244 "title": "2 days ago.",
245 "type": "boolean",
246 "description": "Add the tweets trends to the final results, defaut is false.",
247 "default": false
248 },
249 "day3": {
250 "title": "3 days ago.",
251 "type": "boolean",
252 "description": "Add the tweets trends to the final results, defaut is false.",
253 "default": false
254 },
255 "proxyOptions": {
256 "title": "Proxy configuration",
257 "type": "object",
258 "description": "Select proxies to be used."
259 }
260 }
261 },
262 "runsResponseSchema": {
263 "type": "object",
264 "properties": {
265 "data": {
266 "type": "object",
267 "properties": {
268 "id": {
269 "type": "string"
270 },
271 "actId": {
272 "type": "string"
273 },
274 "userId": {
275 "type": "string"
276 },
277 "startedAt": {
278 "type": "string",
279 "format": "date-time",
280 "example": "2025-01-08T00:00:00.000Z"
281 },
282 "finishedAt": {
283 "type": "string",
284 "format": "date-time",
285 "example": "2025-01-08T00:00:00.000Z"
286 },
287 "status": {
288 "type": "string",
289 "example": "READY"
290 },
291 "meta": {
292 "type": "object",
293 "properties": {
294 "origin": {
295 "type": "string",
296 "example": "API"
297 },
298 "userAgent": {
299 "type": "string"
300 }
301 }
302 },
303 "stats": {
304 "type": "object",
305 "properties": {
306 "inputBodyLen": {
307 "type": "integer",
308 "example": 2000
309 },
310 "rebootCount": {
311 "type": "integer",
312 "example": 0
313 },
314 "restartCount": {
315 "type": "integer",
316 "example": 0
317 },
318 "resurrectCount": {
319 "type": "integer",
320 "example": 0
321 },
322 "computeUnits": {
323 "type": "integer",
324 "example": 0
325 }
326 }
327 },
328 "options": {
329 "type": "object",
330 "properties": {
331 "build": {
332 "type": "string",
333 "example": "latest"
334 },
335 "timeoutSecs": {
336 "type": "integer",
337 "example": 300
338 },
339 "memoryMbytes": {
340 "type": "integer",
341 "example": 1024
342 },
343 "diskMbytes": {
344 "type": "integer",
345 "example": 2048
346 }
347 }
348 },
349 "buildId": {
350 "type": "string"
351 },
352 "defaultKeyValueStoreId": {
353 "type": "string"
354 },
355 "defaultDatasetId": {
356 "type": "string"
357 },
358 "defaultRequestQueueId": {
359 "type": "string"
360 },
361 "buildNumber": {
362 "type": "string",
363 "example": "1.0.0"
364 },
365 "containerUrl": {
366 "type": "string"
367 },
368 "usage": {
369 "type": "object",
370 "properties": {
371 "ACTOR_COMPUTE_UNITS": {
372 "type": "integer",
373 "example": 0
374 },
375 "DATASET_READS": {
376 "type": "integer",
377 "example": 0
378 },
379 "DATASET_WRITES": {
380 "type": "integer",
381 "example": 0
382 },
383 "KEY_VALUE_STORE_READS": {
384 "type": "integer",
385 "example": 0
386 },
387 "KEY_VALUE_STORE_WRITES": {
388 "type": "integer",
389 "example": 1
390 },
391 "KEY_VALUE_STORE_LISTS": {
392 "type": "integer",
393 "example": 0
394 },
395 "REQUEST_QUEUE_READS": {
396 "type": "integer",
397 "example": 0
398 },
399 "REQUEST_QUEUE_WRITES": {
400 "type": "integer",
401 "example": 0
402 },
403 "DATA_TRANSFER_INTERNAL_GBYTES": {
404 "type": "integer",
405 "example": 0
406 },
407 "DATA_TRANSFER_EXTERNAL_GBYTES": {
408 "type": "integer",
409 "example": 0
410 },
411 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
412 "type": "integer",
413 "example": 0
414 },
415 "PROXY_SERPS": {
416 "type": "integer",
417 "example": 0
418 }
419 }
420 },
421 "usageTotalUsd": {
422 "type": "number",
423 "example": 0.00005
424 },
425 "usageUsd": {
426 "type": "object",
427 "properties": {
428 "ACTOR_COMPUTE_UNITS": {
429 "type": "integer",
430 "example": 0
431 },
432 "DATASET_READS": {
433 "type": "integer",
434 "example": 0
435 },
436 "DATASET_WRITES": {
437 "type": "integer",
438 "example": 0
439 },
440 "KEY_VALUE_STORE_READS": {
441 "type": "integer",
442 "example": 0
443 },
444 "KEY_VALUE_STORE_WRITES": {
445 "type": "number",
446 "example": 0.00005
447 },
448 "KEY_VALUE_STORE_LISTS": {
449 "type": "integer",
450 "example": 0
451 },
452 "REQUEST_QUEUE_READS": {
453 "type": "integer",
454 "example": 0
455 },
456 "REQUEST_QUEUE_WRITES": {
457 "type": "integer",
458 "example": 0
459 },
460 "DATA_TRANSFER_INTERNAL_GBYTES": {
461 "type": "integer",
462 "example": 0
463 },
464 "DATA_TRANSFER_EXTERNAL_GBYTES": {
465 "type": "integer",
466 "example": 0
467 },
468 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
469 "type": "integer",
470 "example": 0
471 },
472 "PROXY_SERPS": {
473 "type": "integer",
474 "example": 0
475 }
476 }
477 }
478 }
479 }
480 }
481 }
482 }
483 }
484}
Twitter Trends Scraper United States 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 Trends Scraper United States 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:
Pricing
Pricing model
Pay per resultThis Actor is paid per result. You are not charged for the Apify platform usage, but only a fixed price for each dataset of 1,000 items in the Actor outputs.
Price per 1,000 items
$0.10