
Fast Google Scraper
Pricing
$1.00 / 1,000 results

Fast Google Scraper
Make collecting data from Google easy with Fast Google Scraper. Extract organic and paid Google search engine results pages, then download your data as HTML table, JSON, CSV, Excel, or XML.
4.8 (9)
Pricing
$1.00 / 1,000 results
44
Monthly users
182
Runs succeeded
>99%
Response time
13 hours
Last modified
2 days ago
You can access the Fast Google Scraper 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": "7cFjm8zL4Z3Nf9Izc"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/hooli~easy-google-scraper/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-hooli-easy-google-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/hooli~easy-google-scraper/runs": {
50 "post": {
51 "operationId": "runs-sync-hooli-easy-google-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/hooli~easy-google-scraper/run-sync": {
93 "post": {
94 "operationId": "run-sync-hooli-easy-google-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 "search": {
135 "title": "Search",
136 "type": "array",
137 "description": "Google Search queries (e.g. <code>food in NYC</code>)",
138 "items": {
139 "type": "string"
140 }
141 },
142 "countryCode": {
143 "title": "Country",
144 "enum": [
145 "",
146 "af",
147 "al",
148 "dz",
149 "as",
150 "ad",
151 "ao",
152 "ai",
153 "aq",
154 "ag",
155 "ar",
156 "am",
157 "aw",
158 "au",
159 "at",
160 "az",
161 "bs",
162 "bh",
163 "bd",
164 "bb",
165 "by",
166 "be",
167 "bz",
168 "bj",
169 "bm",
170 "bt",
171 "bo",
172 "ba",
173 "bw",
174 "bv",
175 "br",
176 "io",
177 "bn",
178 "bg",
179 "bf",
180 "bi",
181 "kh",
182 "cm",
183 "ca",
184 "cv",
185 "ky",
186 "cf",
187 "td",
188 "cl",
189 "cn",
190 "cx",
191 "cc",
192 "co",
193 "km",
194 "cg",
195 "cd",
196 "ck",
197 "cr",
198 "ci",
199 "hr",
200 "cu",
201 "cy",
202 "cz",
203 "dk",
204 "dj",
205 "dm",
206 "do",
207 "ec",
208 "eg",
209 "sv",
210 "gq",
211 "er",
212 "ee",
213 "et",
214 "fk",
215 "fo",
216 "fj",
217 "fi",
218 "fr",
219 "gf",
220 "pf",
221 "tf",
222 "ga",
223 "gm",
224 "ge",
225 "de",
226 "gh",
227 "gi",
228 "gr",
229 "gl",
230 "gd",
231 "gp",
232 "gu",
233 "gt",
234 "gn",
235 "gw",
236 "gy",
237 "ht",
238 "hm",
239 "va",
240 "hn",
241 "hk",
242 "hu",
243 "is",
244 "in",
245 "id",
246 "ir",
247 "iq",
248 "ie",
249 "il",
250 "it",
251 "jm",
252 "jp",
253 "jo",
254 "kz",
255 "ke",
256 "ki",
257 "kp",
258 "kr",
259 "kw",
260 "kg",
261 "la",
262 "lv",
263 "lb",
264 "ls",
265 "lr",
266 "ly",
267 "li",
268 "lt",
269 "lu",
270 "mo",
271 "mk",
272 "mg",
273 "mw",
274 "my",
275 "mv",
276 "ml",
277 "mt",
278 "mh",
279 "mq",
280 "mr",
281 "mu",
282 "yt",
283 "mx",
284 "fm",
285 "md",
286 "mc",
287 "mn",
288 "ms",
289 "ma",
290 "mz",
291 "mm",
292 "na",
293 "nr",
294 "np",
295 "nl",
296 "an",
297 "nc",
298 "nz",
299 "ni",
300 "ne",
301 "ng",
302 "nu",
303 "nf",
304 "mp",
305 "no",
306 "om",
307 "pk",
308 "pw",
309 "ps",
310 "pa",
311 "pg",
312 "py",
313 "pe",
314 "ph",
315 "pn",
316 "pl",
317 "pt",
318 "pr",
319 "qa",
320 "re",
321 "ro",
322 "ru",
323 "rw",
324 "sh",
325 "kn",
326 "lc",
327 "pm",
328 "vc",
329 "ws",
330 "sm",
331 "st",
332 "sa",
333 "sn",
334 "cs",
335 "sc",
336 "sl",
337 "sg",
338 "sk",
339 "si",
340 "sb",
341 "so",
342 "za",
343 "gs",
344 "es",
345 "lk",
346 "sd",
347 "sr",
348 "sj",
349 "sz",
350 "se",
351 "ch",
352 "sy",
353 "tw",
354 "tj",
355 "tz",
356 "th",
357 "tl",
358 "tg",
359 "tk",
360 "to",
361 "tt",
362 "tn",
363 "tr",
364 "tm",
365 "tc",
366 "tv",
367 "ug",
368 "ua",
369 "ae",
370 "gb",
371 "us",
372 "um",
373 "uy",
374 "uz",
375 "vu",
376 "ve",
377 "vn",
378 "vg",
379 "vi",
380 "wf",
381 "eh",
382 "ye",
383 "zm",
384 "zw"
385 ],
386 "type": "string",
387 "description": "Country determines the IP address of the proxy used for the query and the Google Search domain (e.g. <code>google.es</code> for Spain). The values must be lower-cased <a href=\"https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2\" target=\"_blank\">ISO 3166</a> country codes supported by Google. By default, the actor uses United States (<code>google.com</code>).<br><br>This setting only applies to <strong>Search queries</strong>, but not to <strong>URLs</strong>.",
388 "default": ""
389 }
390 }
391 },
392 "runsResponseSchema": {
393 "type": "object",
394 "properties": {
395 "data": {
396 "type": "object",
397 "properties": {
398 "id": {
399 "type": "string"
400 },
401 "actId": {
402 "type": "string"
403 },
404 "userId": {
405 "type": "string"
406 },
407 "startedAt": {
408 "type": "string",
409 "format": "date-time",
410 "example": "2025-01-08T00:00:00.000Z"
411 },
412 "finishedAt": {
413 "type": "string",
414 "format": "date-time",
415 "example": "2025-01-08T00:00:00.000Z"
416 },
417 "status": {
418 "type": "string",
419 "example": "READY"
420 },
421 "meta": {
422 "type": "object",
423 "properties": {
424 "origin": {
425 "type": "string",
426 "example": "API"
427 },
428 "userAgent": {
429 "type": "string"
430 }
431 }
432 },
433 "stats": {
434 "type": "object",
435 "properties": {
436 "inputBodyLen": {
437 "type": "integer",
438 "example": 2000
439 },
440 "rebootCount": {
441 "type": "integer",
442 "example": 0
443 },
444 "restartCount": {
445 "type": "integer",
446 "example": 0
447 },
448 "resurrectCount": {
449 "type": "integer",
450 "example": 0
451 },
452 "computeUnits": {
453 "type": "integer",
454 "example": 0
455 }
456 }
457 },
458 "options": {
459 "type": "object",
460 "properties": {
461 "build": {
462 "type": "string",
463 "example": "latest"
464 },
465 "timeoutSecs": {
466 "type": "integer",
467 "example": 300
468 },
469 "memoryMbytes": {
470 "type": "integer",
471 "example": 1024
472 },
473 "diskMbytes": {
474 "type": "integer",
475 "example": 2048
476 }
477 }
478 },
479 "buildId": {
480 "type": "string"
481 },
482 "defaultKeyValueStoreId": {
483 "type": "string"
484 },
485 "defaultDatasetId": {
486 "type": "string"
487 },
488 "defaultRequestQueueId": {
489 "type": "string"
490 },
491 "buildNumber": {
492 "type": "string",
493 "example": "1.0.0"
494 },
495 "containerUrl": {
496 "type": "string"
497 },
498 "usage": {
499 "type": "object",
500 "properties": {
501 "ACTOR_COMPUTE_UNITS": {
502 "type": "integer",
503 "example": 0
504 },
505 "DATASET_READS": {
506 "type": "integer",
507 "example": 0
508 },
509 "DATASET_WRITES": {
510 "type": "integer",
511 "example": 0
512 },
513 "KEY_VALUE_STORE_READS": {
514 "type": "integer",
515 "example": 0
516 },
517 "KEY_VALUE_STORE_WRITES": {
518 "type": "integer",
519 "example": 1
520 },
521 "KEY_VALUE_STORE_LISTS": {
522 "type": "integer",
523 "example": 0
524 },
525 "REQUEST_QUEUE_READS": {
526 "type": "integer",
527 "example": 0
528 },
529 "REQUEST_QUEUE_WRITES": {
530 "type": "integer",
531 "example": 0
532 },
533 "DATA_TRANSFER_INTERNAL_GBYTES": {
534 "type": "integer",
535 "example": 0
536 },
537 "DATA_TRANSFER_EXTERNAL_GBYTES": {
538 "type": "integer",
539 "example": 0
540 },
541 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
542 "type": "integer",
543 "example": 0
544 },
545 "PROXY_SERPS": {
546 "type": "integer",
547 "example": 0
548 }
549 }
550 },
551 "usageTotalUsd": {
552 "type": "number",
553 "example": 0.00005
554 },
555 "usageUsd": {
556 "type": "object",
557 "properties": {
558 "ACTOR_COMPUTE_UNITS": {
559 "type": "integer",
560 "example": 0
561 },
562 "DATASET_READS": {
563 "type": "integer",
564 "example": 0
565 },
566 "DATASET_WRITES": {
567 "type": "integer",
568 "example": 0
569 },
570 "KEY_VALUE_STORE_READS": {
571 "type": "integer",
572 "example": 0
573 },
574 "KEY_VALUE_STORE_WRITES": {
575 "type": "number",
576 "example": 0.00005
577 },
578 "KEY_VALUE_STORE_LISTS": {
579 "type": "integer",
580 "example": 0
581 },
582 "REQUEST_QUEUE_READS": {
583 "type": "integer",
584 "example": 0
585 },
586 "REQUEST_QUEUE_WRITES": {
587 "type": "integer",
588 "example": 0
589 },
590 "DATA_TRANSFER_INTERNAL_GBYTES": {
591 "type": "integer",
592 "example": 0
593 },
594 "DATA_TRANSFER_EXTERNAL_GBYTES": {
595 "type": "integer",
596 "example": 0
597 },
598 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
599 "type": "integer",
600 "example": 0
601 },
602 "PROXY_SERPS": {
603 "type": "integer",
604 "example": 0
605 }
606 }
607 }
608 }
609 }
610 }
611 }
612 }
613 }
614}
🏎💨 Fast Google scraping 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 Fast Google Scraper 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
$1.00