Google Trends Scraper FAST
No credit card required
Google Trends Scraper FAST
No credit card required
π Transform your data collection with our Google Trends Scraper - the ultimate API alternative for search trend analysis and daily trending topics monitoring. Built for developers and data scientists, this robust solution provides programmatic access to Google Trends data without API limitations.
You can access the Google Trends Scraper FAST programmatically from your own applications by using the Apify API. You can 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.9",
5 "x-build-id": "cf1i4yQXVVX1JXum1"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/data_xplorer~google-trends-fast-scraper/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-data_xplorer-google-trends-fast-scraper",
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/data_xplorer~google-trends-fast-scraper/runs": {
50 "post": {
51 "operationId": "runs-sync-data_xplorer-google-trends-fast-scraper",
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/data_xplorer~google-trends-fast-scraper/run-sync": {
93 "post": {
94 "operationId": "run-sync-data_xplorer-google-trends-fast-scraper",
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 "keyword": {
135 "title": "Search Term",
136 "type": "string",
137 "description": "The keyword to analyze in Google Trends",
138 "default": "bitcoin"
139 },
140 "predefinedTimeframe": {
141 "title": "Time Period",
142 "enum": [
143 "now 1-h",
144 "now 4-h",
145 "now 1-d",
146 "now 7-d",
147 "today 1-m",
148 "today 3-m",
149 "today 12-m",
150 "today 5-y",
151 "all"
152 ],
153 "type": "string",
154 "description": "Select a time period",
155 "default": "today 12-m"
156 },
157 "geo": {
158 "title": "Country",
159 "enum": [
160 "",
161 "AF",
162 "ZA",
163 "AL",
164 "DZ",
165 "DE",
166 "AD",
167 "AO",
168 "AI",
169 "AG",
170 "SA",
171 "AR",
172 "AM",
173 "AW",
174 "AU",
175 "AT",
176 "AZ",
177 "BS",
178 "BH",
179 "BD",
180 "BB",
181 "BE",
182 "BZ",
183 "BJ",
184 "BM",
185 "BT",
186 "BY",
187 "BO",
188 "BA",
189 "BW",
190 "BR",
191 "BN",
192 "BG",
193 "BF",
194 "BI",
195 "KH",
196 "CM",
197 "CA",
198 "CV",
199 "CL",
200 "CN",
201 "CY",
202 "CO",
203 "KM",
204 "CG",
205 "CD",
206 "KP",
207 "KR",
208 "CR",
209 "CI",
210 "HR",
211 "CU",
212 "CW",
213 "DK",
214 "DJ",
215 "DM",
216 "EG",
217 "AE",
218 "EC",
219 "ER",
220 "ES",
221 "EE",
222 "US",
223 "ET",
224 "FJ",
225 "FI",
226 "FR",
227 "GA",
228 "GM",
229 "GE",
230 "GH",
231 "GI",
232 "GR",
233 "GL",
234 "HK",
235 "HU",
236 "IN",
237 "ID",
238 "IQ",
239 "IR",
240 "IE",
241 "IS",
242 "IL",
243 "IT",
244 "JM",
245 "JP",
246 "JO",
247 "KZ",
248 "KE",
249 "KW",
250 "LA",
251 "LV",
252 "LB",
253 "LY",
254 "LT",
255 "LU",
256 "MO",
257 "MY",
258 "MV",
259 "MT",
260 "MA",
261 "MX",
262 "MC",
263 "MN",
264 "ME",
265 "MZ",
266 "MM",
267 "NA",
268 "NP",
269 "NI",
270 "NG",
271 "NO",
272 "NZ",
273 "OM",
274 "UG",
275 "UZ",
276 "PK",
277 "PA",
278 "PY",
279 "NL",
280 "PE",
281 "PH",
282 "PL",
283 "PT",
284 "QA",
285 "RO",
286 "GB",
287 "RU",
288 "RW",
289 "SN",
290 "RS",
291 "SG",
292 "SK",
293 "SI",
294 "SO",
295 "LK",
296 "SE",
297 "CH",
298 "TW",
299 "TJ",
300 "TZ",
301 "TH",
302 "TN",
303 "TR",
304 "UA",
305 "UY",
306 "VE",
307 "VN",
308 "YE",
309 "ZM",
310 "ZW"
311 ],
312 "type": "string",
313 "description": "Select a country for keyword trends",
314 "default": ""
315 },
316 "fetchRegionalData": {
317 "title": "Regional Data",
318 "type": "boolean",
319 "description": "Enable to retrieve regional data",
320 "default": false
321 },
322 "enableTrendingSearches": {
323 "title": "Enable Trending Searches Mode",
324 "type": "boolean",
325 "description": "Enable to only retrieve trending searches (keyword analysis will be ignored)",
326 "default": false
327 },
328 "trendingSearchesCountry": {
329 "title": "Country for Trending Searches",
330 "enum": [
331 "US",
332 "FR",
333 "GB",
334 "DE",
335 "IT",
336 "ES",
337 "BR",
338 "AU",
339 "IN",
340 "CA",
341 "RU",
342 "JP",
343 "NL",
344 "PL",
345 "TR",
346 "BE",
347 "SE",
348 "CH",
349 "AT",
350 "MX",
351 "DK",
352 "NO",
353 "FI",
354 "NZ",
355 "SG",
356 "ZA",
357 "IE",
358 "HK",
359 "PT",
360 "GR",
361 "IL",
362 "AR",
363 "CL",
364 "CO",
365 "HU",
366 "MY",
367 "PH",
368 "RO",
369 "SA",
370 "TH",
371 "AE",
372 "VN"
373 ],
374 "type": "string",
375 "description": "Select a country for trending searches (required if trending searches is enabled)",
376 "default": "US"
377 },
378 "proxyConfiguration": {
379 "title": "Proxy Configuration",
380 "type": "object",
381 "description": "Select proxies to be used by your Actor",
382 "default": {
383 "useApifyProxy": false
384 }
385 }
386 }
387 },
388 "runsResponseSchema": {
389 "type": "object",
390 "properties": {
391 "data": {
392 "type": "object",
393 "properties": {
394 "id": {
395 "type": "string"
396 },
397 "actId": {
398 "type": "string"
399 },
400 "userId": {
401 "type": "string"
402 },
403 "startedAt": {
404 "type": "string",
405 "format": "date-time",
406 "example": "2025-01-08T00:00:00.000Z"
407 },
408 "finishedAt": {
409 "type": "string",
410 "format": "date-time",
411 "example": "2025-01-08T00:00:00.000Z"
412 },
413 "status": {
414 "type": "string",
415 "example": "READY"
416 },
417 "meta": {
418 "type": "object",
419 "properties": {
420 "origin": {
421 "type": "string",
422 "example": "API"
423 },
424 "userAgent": {
425 "type": "string"
426 }
427 }
428 },
429 "stats": {
430 "type": "object",
431 "properties": {
432 "inputBodyLen": {
433 "type": "integer",
434 "example": 2000
435 },
436 "rebootCount": {
437 "type": "integer",
438 "example": 0
439 },
440 "restartCount": {
441 "type": "integer",
442 "example": 0
443 },
444 "resurrectCount": {
445 "type": "integer",
446 "example": 0
447 },
448 "computeUnits": {
449 "type": "integer",
450 "example": 0
451 }
452 }
453 },
454 "options": {
455 "type": "object",
456 "properties": {
457 "build": {
458 "type": "string",
459 "example": "latest"
460 },
461 "timeoutSecs": {
462 "type": "integer",
463 "example": 300
464 },
465 "memoryMbytes": {
466 "type": "integer",
467 "example": 1024
468 },
469 "diskMbytes": {
470 "type": "integer",
471 "example": 2048
472 }
473 }
474 },
475 "buildId": {
476 "type": "string"
477 },
478 "defaultKeyValueStoreId": {
479 "type": "string"
480 },
481 "defaultDatasetId": {
482 "type": "string"
483 },
484 "defaultRequestQueueId": {
485 "type": "string"
486 },
487 "buildNumber": {
488 "type": "string",
489 "example": "1.0.0"
490 },
491 "containerUrl": {
492 "type": "string"
493 },
494 "usage": {
495 "type": "object",
496 "properties": {
497 "ACTOR_COMPUTE_UNITS": {
498 "type": "integer",
499 "example": 0
500 },
501 "DATASET_READS": {
502 "type": "integer",
503 "example": 0
504 },
505 "DATASET_WRITES": {
506 "type": "integer",
507 "example": 0
508 },
509 "KEY_VALUE_STORE_READS": {
510 "type": "integer",
511 "example": 0
512 },
513 "KEY_VALUE_STORE_WRITES": {
514 "type": "integer",
515 "example": 1
516 },
517 "KEY_VALUE_STORE_LISTS": {
518 "type": "integer",
519 "example": 0
520 },
521 "REQUEST_QUEUE_READS": {
522 "type": "integer",
523 "example": 0
524 },
525 "REQUEST_QUEUE_WRITES": {
526 "type": "integer",
527 "example": 0
528 },
529 "DATA_TRANSFER_INTERNAL_GBYTES": {
530 "type": "integer",
531 "example": 0
532 },
533 "DATA_TRANSFER_EXTERNAL_GBYTES": {
534 "type": "integer",
535 "example": 0
536 },
537 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
538 "type": "integer",
539 "example": 0
540 },
541 "PROXY_SERPS": {
542 "type": "integer",
543 "example": 0
544 }
545 }
546 },
547 "usageTotalUsd": {
548 "type": "number",
549 "example": 0.00005
550 },
551 "usageUsd": {
552 "type": "object",
553 "properties": {
554 "ACTOR_COMPUTE_UNITS": {
555 "type": "integer",
556 "example": 0
557 },
558 "DATASET_READS": {
559 "type": "integer",
560 "example": 0
561 },
562 "DATASET_WRITES": {
563 "type": "integer",
564 "example": 0
565 },
566 "KEY_VALUE_STORE_READS": {
567 "type": "integer",
568 "example": 0
569 },
570 "KEY_VALUE_STORE_WRITES": {
571 "type": "number",
572 "example": 0.00005
573 },
574 "KEY_VALUE_STORE_LISTS": {
575 "type": "integer",
576 "example": 0
577 },
578 "REQUEST_QUEUE_READS": {
579 "type": "integer",
580 "example": 0
581 },
582 "REQUEST_QUEUE_WRITES": {
583 "type": "integer",
584 "example": 0
585 },
586 "DATA_TRANSFER_INTERNAL_GBYTES": {
587 "type": "integer",
588 "example": 0
589 },
590 "DATA_TRANSFER_EXTERNAL_GBYTES": {
591 "type": "integer",
592 "example": 0
593 },
594 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
595 "type": "integer",
596 "example": 0
597 },
598 "PROXY_SERPS": {
599 "type": "integer",
600 "example": 0
601 }
602 }
603 }
604 }
605 }
606 }
607 }
608 }
609 }
610}
Google Trends API Scraper - Search Volume & Regional Data 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 Google Trends Scraper FAST 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:
Actor Metrics
39 monthly users
-
8 stars
98% runs succeeded
Created in Dec 2024
Modified 10 days ago