
Google Trends Scraper FAST
Pricing
$7.99/month + usage

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