Google Search Results (SERP) Scraper avatar
Google Search Results (SERP) Scraper

Pricing

$1.00 / 1,000 results

Go to Store
Google Search Results (SERP) Scraper

Google Search Results (SERP) Scraper

scraperlink/google-search-results-serp-scraper

Developed by

ScraperLink

Maintained by Community

**CHEAPEST** Google Search Results (SERP) Scraper with real-time SERP data and support for multiple countries.

5.0 (1)

Pricing

$1.00 / 1,000 results

6

Monthly users

40

Runs succeeded

>99%

Last modified

8 days ago

You can access the Google Search Results (SERP) 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": "74B39tbmddJY5vQqN"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/scraperlink~google-search-results-serp-scraper/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-scraperlink-google-search-results-serp-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/scraperlink~google-search-results-serp-scraper/runs": {
50      "post": {
51        "operationId": "runs-sync-scraperlink-google-search-results-serp-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/scraperlink~google-search-results-serp-scraper/run-sync": {
93      "post": {
94        "operationId": "run-sync-scraperlink-google-search-results-serp-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        "required": [
134          "keyword"
135        ],
136        "properties": {
137          "keyword": {
138            "title": "Search Keyword",
139            "type": "string",
140            "description": "Enter the search term",
141            "default": "nike"
142          },
143          "limit": {
144            "title": "Number of Results",
145            "enum": [
146              "10",
147              "20",
148              "30",
149              "40",
150              "50",
151              "100"
152            ],
153            "type": "string",
154            "description": "Set the number of results (10-100)"
155          },
156          "start": {
157            "title": "Start",
158            "type": "integer",
159            "description": "Set the result starting number"
160          },
161          "page": {
162            "title": "Page",
163            "type": "integer",
164            "description": "Set the page number for pagination"
165          },
166          "country": {
167            "title": "Country",
168            "enum": [
169              "AF",
170              "AL",
171              "DZ",
172              "AS",
173              "AD",
174              "AO",
175              "AI",
176              "AQ",
177              "AG",
178              "AR",
179              "AM",
180              "AW",
181              "AU",
182              "AT",
183              "AZ",
184              "BS",
185              "BH",
186              "BD",
187              "BB",
188              "BY",
189              "BE",
190              "BZ",
191              "BJ",
192              "BM",
193              "BT",
194              "BO",
195              "BA",
196              "BW",
197              "BV",
198              "BR",
199              "IO",
200              "VG",
201              "BN",
202              "BG",
203              "BF",
204              "BI",
205              "KH",
206              "CM",
207              "CA",
208              "CV",
209              "KY",
210              "CF",
211              "TD",
212              "CL",
213              "CN",
214              "CX",
215              "CC",
216              "CO",
217              "KM",
218              "CG",
219              "CD",
220              "CK",
221              "CR",
222              "CI",
223              "HR",
224              "CU",
225              "CY",
226              "CZ",
227              "DK",
228              "DJ",
229              "DM",
230              "DO",
231              "EC",
232              "EG",
233              "SV",
234              "GQ",
235              "ER",
236              "EE",
237              "SZ",
238              "ET",
239              "FK",
240              "FO",
241              "FJ",
242              "FI",
243              "FR",
244              "GF",
245              "PF",
246              "TF",
247              "GA",
248              "GM",
249              "GE",
250              "DE",
251              "GH",
252              "GI",
253              "GR",
254              "GL",
255              "GD",
256              "GP",
257              "GU",
258              "GT",
259              "GN",
260              "GW",
261              "GY",
262              "HT",
263              "HM",
264              "HN",
265              "HK",
266              "HU",
267              "IS",
268              "IN",
269              "ID",
270              "IR",
271              "IQ",
272              "IE",
273              "IL",
274              "IT",
275              "JM",
276              "JP",
277              "JO",
278              "KZ",
279              "KE",
280              "KI",
281              "KW",
282              "KG",
283              "LA",
284              "LV",
285              "LB",
286              "LS",
287              "LR",
288              "LY",
289              "LI",
290              "LT",
291              "LU",
292              "MO",
293              "MG",
294              "MW",
295              "MY",
296              "MV",
297              "ML",
298              "MT",
299              "MH",
300              "MQ",
301              "MR",
302              "MU",
303              "YT",
304              "MX",
305              "FM",
306              "MD",
307              "MC",
308              "MN",
309              "MS",
310              "MA",
311              "MZ",
312              "MM",
313              "NA",
314              "NR",
315              "NP",
316              "NL",
317              "NC",
318              "NZ",
319              "NI",
320              "NE",
321              "NG",
322              "NU",
323              "NF",
324              "KP",
325              "MK",
326              "MP",
327              "NO",
328              "OM",
329              "PK",
330              "PW",
331              "PS",
332              "PA",
333              "PG",
334              "PY",
335              "PE",
336              "PH",
337              "PN",
338              "PL",
339              "PT",
340              "PR",
341              "QA",
342              "RE",
343              "RO",
344              "RU",
345              "RW",
346              "WS",
347              "SM",
348              "ST",
349              "SA",
350              "SN",
351              "RS",
352              "SC",
353              "SL",
354              "SG",
355              "SK",
356              "SI",
357              "SB",
358              "SO",
359              "ZA",
360              "GS",
361              "KR",
362              "ES",
363              "LK",
364              "SH",
365              "KN",
366              "LC",
367              "PM",
368              "VC",
369              "SD",
370              "SR",
371              "SJ",
372              "SE",
373              "CH",
374              "SY",
375              "TW",
376              "TJ",
377              "TZ",
378              "TH",
379              "TG",
380              "TK",
381              "TO",
382              "TT",
383              "TN",
384              "TR",
385              "TM",
386              "TC",
387              "TV",
388              "VI",
389              "UG",
390              "UA",
391              "AE",
392              "GB",
393              "US",
394              "UY",
395              "UZ",
396              "VU",
397              "VA",
398              "VE",
399              "VN",
400              "WF",
401              "EH",
402              "YE",
403              "ZM",
404              "ZW"
405            ],
406            "type": "string",
407            "description": "Auto-sets 'gl' and 'proxy_location'. ISO 3166 A-2 code."
408          },
409          "gl": {
410            "title": "GL (Local Country Results)",
411            "enum": [
412              "AF",
413              "AL",
414              "DZ",
415              "AS",
416              "AD",
417              "AO",
418              "AI",
419              "AQ",
420              "AG",
421              "AR",
422              "AM",
423              "AW",
424              "AU",
425              "AT",
426              "AZ",
427              "BS",
428              "BH",
429              "BD",
430              "BB",
431              "BY",
432              "BE",
433              "BZ",
434              "BJ",
435              "BM",
436              "BT",
437              "BO",
438              "BA",
439              "BW",
440              "BV",
441              "BR",
442              "IO",
443              "VG",
444              "BN",
445              "BG",
446              "BF",
447              "BI",
448              "KH",
449              "CM",
450              "CA",
451              "CV",
452              "KY",
453              "CF",
454              "TD",
455              "CL",
456              "CN",
457              "CX",
458              "CC",
459              "CO",
460              "KM",
461              "CG",
462              "CD",
463              "CK",
464              "CR",
465              "CI",
466              "HR",
467              "CU",
468              "CY",
469              "CZ",
470              "DK",
471              "DJ",
472              "DM",
473              "DO",
474              "EC",
475              "EG",
476              "SV",
477              "GQ",
478              "ER",
479              "EE",
480              "SZ",
481              "ET",
482              "FK",
483              "FO",
484              "FJ",
485              "FI",
486              "FR",
487              "GF",
488              "PF",
489              "TF",
490              "GA",
491              "GM",
492              "GE",
493              "DE",
494              "GH",
495              "GI",
496              "GR",
497              "GL",
498              "GD",
499              "GP",
500              "GU",
501              "GT",
502              "GN",
503              "GW",
504              "GY",
505              "HT",
506              "HM",
507              "HN",
508              "HK",
509              "HU",
510              "IS",
511              "IN",
512              "ID",
513              "IR",
514              "IQ",
515              "IE",
516              "IL",
517              "IT",
518              "JM",
519              "JP",
520              "JO",
521              "KZ",
522              "KE",
523              "KI",
524              "KW",
525              "KG",
526              "LA",
527              "LV",
528              "LB",
529              "LS",
530              "LR",
531              "LY",
532              "LI",
533              "LT",
534              "LU",
535              "MO",
536              "MG",
537              "MW",
538              "MY",
539              "MV",
540              "ML",
541              "MT",
542              "MH",
543              "MQ",
544              "MR",
545              "MU",
546              "YT",
547              "MX",
548              "FM",
549              "MD",
550              "MC",
551              "MN",
552              "MS",
553              "MA",
554              "MZ",
555              "MM",
556              "NA",
557              "NR",
558              "NP",
559              "NL",
560              "NC",
561              "NZ",
562              "NI",
563              "NE",
564              "NG",
565              "NU",
566              "NF",
567              "KP",
568              "MK",
569              "MP",
570              "NO",
571              "OM",
572              "PK",
573              "PW",
574              "PS",
575              "PA",
576              "PG",
577              "PY",
578              "PE",
579              "PH",
580              "PN",
581              "PL",
582              "PT",
583              "PR",
584              "QA",
585              "RE",
586              "RO",
587              "RU",
588              "RW",
589              "WS",
590              "SM",
591              "ST",
592              "SA",
593              "SN",
594              "RS",
595              "SC",
596              "SL",
597              "SG",
598              "SK",
599              "SI",
600              "SB",
601              "SO",
602              "ZA",
603              "GS",
604              "KR",
605              "ES",
606              "LK",
607              "SH",
608              "KN",
609              "LC",
610              "PM",
611              "VC",
612              "SD",
613              "SR",
614              "SJ",
615              "SE",
616              "CH",
617              "SY",
618              "TW",
619              "TJ",
620              "TZ",
621              "TH",
622              "TG",
623              "TK",
624              "TO",
625              "TT",
626              "TN",
627              "TR",
628              "TM",
629              "TC",
630              "TV",
631              "VI",
632              "UG",
633              "UA",
634              "AE",
635              "GB",
636              "US",
637              "UY",
638              "UZ",
639              "VU",
640              "VA",
641              "VE",
642              "VN",
643              "WF",
644              "EH",
645              "YE",
646              "ZM",
647              "ZW"
648            ],
649            "type": "string",
650            "description": "Overrides country localization. ISO 3166 A-2 code."
651          },
652          "hl": {
653            "title": "HL (Google UI Language)",
654            "enum": [
655              "af",
656              "ar",
657              "hy",
658              "be",
659              "bg",
660              "ca",
661              "zh-CN",
662              "zh-TW",
663              "hr",
664              "cs",
665              "da",
666              "nl",
667              "en",
668              "eo",
669              "et",
670              "tl",
671              "fi",
672              "fr",
673              "de",
674              "el",
675              "iw",
676              "hi",
677              "hu",
678              "is",
679              "id",
680              "it",
681              "ja",
682              "ko",
683              "lv",
684              "lt",
685              "no",
686              "fa",
687              "pl",
688              "pt",
689              "ro",
690              "ru",
691              "sr",
692              "sk",
693              "sl",
694              "es",
695              "sw",
696              "sv",
697              "th",
698              "tr",
699              "uk",
700              "vi"
701            ],
702            "type": "string",
703            "description": "UI language code. e.g., en, fr, de"
704          },
705          "tbs": {
706            "title": "TBS (Time Filter)",
707            "type": "string",
708            "description": "Time filters like qdr:d (past day), qdr:w (week), or custom range. Use format: cdr:1,cd_min:01/01/2024,cd_max:01/31/2024"
709          },
710          "lr": {
711            "title": "LR (Language Restriction)",
712            "enum": [
713              "lang_af",
714              "lang_ar",
715              "lang_hy",
716              "lang_be",
717              "lang_bg",
718              "lang_ca",
719              "lang_zh-CN",
720              "lang_zh-TW",
721              "lang_hr",
722              "lang_cs",
723              "lang_da",
724              "lang_nl",
725              "lang_en",
726              "lang_eo",
727              "lang_et",
728              "lang_tl",
729              "lang_fi",
730              "lang_fr",
731              "lang_de",
732              "lang_el",
733              "lang_iw",
734              "lang_hi",
735              "lang_hu",
736              "lang_is",
737              "lang_id",
738              "lang_it",
739              "lang_ja",
740              "lang_ko",
741              "lang_lv",
742              "lang_lt",
743              "lang_no",
744              "lang_fa",
745              "lang_pl",
746              "lang_pt",
747              "lang_ro",
748              "lang_ru",
749              "lang_sr",
750              "lang_sk",
751              "lang_sl",
752              "lang_es",
753              "lang_sw",
754              "lang_sv",
755              "lang_th",
756              "lang_tr",
757              "lang_uk",
758              "lang_vi"
759            ],
760            "type": "string",
761            "description": "Restrict results by language. e.g., lang_en, lang_fr"
762          },
763          "cr": {
764            "title": "CR (Country Restriction)",
765            "enum": [
766              "countryAF",
767              "countryAL",
768              "countryDZ",
769              "countryAS",
770              "countryAD",
771              "countryAO",
772              "countryAI",
773              "countryAQ",
774              "countryAG",
775              "countryAR",
776              "countryAM",
777              "countryAW",
778              "countryAU",
779              "countryAT",
780              "countryAZ",
781              "countryBS",
782              "countryBH",
783              "countryBD",
784              "countryBB",
785              "countryBY",
786              "countryBE",
787              "countryBZ",
788              "countryBJ",
789              "countryBM",
790              "countryBT",
791              "countryBO",
792              "countryBA",
793              "countryBW",
794              "countryBV",
795              "countryBR",
796              "countryIO",
797              "countryVG",
798              "countryBN",
799              "countryBG",
800              "countryBF",
801              "countryBI",
802              "countryKH",
803              "countryCM",
804              "countryCA",
805              "countryCV",
806              "countryKY",
807              "countryCF",
808              "countryTD",
809              "countryCL",
810              "countryCN",
811              "countryCX",
812              "countryCC",
813              "countryCO",
814              "countryKM",
815              "countryCG",
816              "countryCD",
817              "countryCK",
818              "countryCR",
819              "countryCI",
820              "countryHR",
821              "countryCU",
822              "countryCY",
823              "countryCZ",
824              "countryDK",
825              "countryDJ",
826              "countryDM",
827              "countryDO",
828              "countryEC",
829              "countryEG",
830              "countrySV",
831              "countryGQ",
832              "countryER",
833              "countryEE",
834              "countrySZ",
835              "countryET",
836              "countryFK",
837              "countryFO",
838              "countryFJ",
839              "countryFI",
840              "countryFR",
841              "countryGF",
842              "countryPF",
843              "countryTF",
844              "countryGA",
845              "countryGM",
846              "countryGE",
847              "countryDE",
848              "countryGH",
849              "countryGI",
850              "countryGR",
851              "countryGL",
852              "countryGD",
853              "countryGP",
854              "countryGU",
855              "countryGT",
856              "countryGN",
857              "countryGW",
858              "countryGY",
859              "countryHT",
860              "countryHM",
861              "countryHN",
862              "countryHK",
863              "countryHU",
864              "countryIS",
865              "countryIN",
866              "countryID",
867              "countryIR",
868              "countryIQ",
869              "countryIE",
870              "countryIL",
871              "countryIT",
872              "countryJM",
873              "countryJP",
874              "countryJO",
875              "countryKZ",
876              "countryKE",
877              "countryKI",
878              "countryKW",
879              "countryKG",
880              "countryLA",
881              "countryLV",
882              "countryLB",
883              "countryLS",
884              "countryLR",
885              "countryLY",
886              "countryLI",
887              "countryLT",
888              "countryLU",
889              "countryMO",
890              "countryMG",
891              "countryMW",
892              "countryMY",
893              "countryMV",
894              "countryML",
895              "countryMT",
896              "countryMH",
897              "countryMQ",
898              "countryMR",
899              "countryMU",
900              "countryYT",
901              "countryMX",
902              "countryFM",
903              "countryMD",
904              "countryMC",
905              "countryMN",
906              "countryMS",
907              "countryMA",
908              "countryMZ",
909              "countryMM",
910              "countryNA",
911              "countryNR",
912              "countryNP",
913              "countryNL",
914              "countryNC",
915              "countryNZ",
916              "countryNI",
917              "countryNE",
918              "countryNG",
919              "countryNU",
920              "countryNF",
921              "countryKP",
922              "countryMK",
923              "countryMP",
924              "countryNO",
925              "countryOM",
926              "countryPK",
927              "countryPW",
928              "countryPS",
929              "countryPA",
930              "countryPG",
931              "countryPY",
932              "countryPE",
933              "countryPH",
934              "countryPN",
935              "countryPL",
936              "countryPT",
937              "countryPR",
938              "countryQA",
939              "countryRE",
940              "countryRO",
941              "countryRU",
942              "countryRW",
943              "countryWS",
944              "countrySM",
945              "countryST",
946              "countrySA",
947              "countrySN",
948              "countryRS",
949              "countrySC",
950              "countrySL",
951              "countrySG",
952              "countrySK",
953              "countrySI",
954              "countrySB",
955              "countrySO",
956              "countryZA",
957              "countryGS",
958              "countryKR",
959              "countryES",
960              "countryLK",
961              "countrySH",
962              "countryKN",
963              "countryLC",
964              "countryPM",
965              "countryVC",
966              "countrySD",
967              "countrySR",
968              "countrySJ",
969              "countrySE",
970              "countryCH",
971              "countrySY",
972              "countryTW",
973              "countryTJ",
974              "countryTZ",
975              "countryTH",
976              "countryTG",
977              "countryTK",
978              "countryTO",
979              "countryTT",
980              "countryTN",
981              "countryTR",
982              "countryTM",
983              "countryTC",
984              "countryTV",
985              "countryVI",
986              "countryUG",
987              "countryUA",
988              "countryAE",
989              "countryGB",
990              "countryUS",
991              "countryUY",
992              "countryUZ",
993              "countryVU",
994              "countryVA",
995              "countryVE",
996              "countryVN",
997              "countryWF",
998              "countryEH",
999              "countryYE",
1000              "countryZM",
1001              "countryZW"
1002            ],
1003            "type": "string",
1004            "description": "Restrict results by country. e.g., countryUS, countryFR"
1005          },
1006          "proxy_location": {
1007            "title": "Proxy Location",
1008            "enum": [
1009              "us",
1010              "ca"
1011            ],
1012            "type": "string",
1013            "description": "Force proxy region. Options: us, ca"
1014          }
1015        }
1016      },
1017      "runsResponseSchema": {
1018        "type": "object",
1019        "properties": {
1020          "data": {
1021            "type": "object",
1022            "properties": {
1023              "id": {
1024                "type": "string"
1025              },
1026              "actId": {
1027                "type": "string"
1028              },
1029              "userId": {
1030                "type": "string"
1031              },
1032              "startedAt": {
1033                "type": "string",
1034                "format": "date-time",
1035                "example": "2025-01-08T00:00:00.000Z"
1036              },
1037              "finishedAt": {
1038                "type": "string",
1039                "format": "date-time",
1040                "example": "2025-01-08T00:00:00.000Z"
1041              },
1042              "status": {
1043                "type": "string",
1044                "example": "READY"
1045              },
1046              "meta": {
1047                "type": "object",
1048                "properties": {
1049                  "origin": {
1050                    "type": "string",
1051                    "example": "API"
1052                  },
1053                  "userAgent": {
1054                    "type": "string"
1055                  }
1056                }
1057              },
1058              "stats": {
1059                "type": "object",
1060                "properties": {
1061                  "inputBodyLen": {
1062                    "type": "integer",
1063                    "example": 2000
1064                  },
1065                  "rebootCount": {
1066                    "type": "integer",
1067                    "example": 0
1068                  },
1069                  "restartCount": {
1070                    "type": "integer",
1071                    "example": 0
1072                  },
1073                  "resurrectCount": {
1074                    "type": "integer",
1075                    "example": 0
1076                  },
1077                  "computeUnits": {
1078                    "type": "integer",
1079                    "example": 0
1080                  }
1081                }
1082              },
1083              "options": {
1084                "type": "object",
1085                "properties": {
1086                  "build": {
1087                    "type": "string",
1088                    "example": "latest"
1089                  },
1090                  "timeoutSecs": {
1091                    "type": "integer",
1092                    "example": 300
1093                  },
1094                  "memoryMbytes": {
1095                    "type": "integer",
1096                    "example": 1024
1097                  },
1098                  "diskMbytes": {
1099                    "type": "integer",
1100                    "example": 2048
1101                  }
1102                }
1103              },
1104              "buildId": {
1105                "type": "string"
1106              },
1107              "defaultKeyValueStoreId": {
1108                "type": "string"
1109              },
1110              "defaultDatasetId": {
1111                "type": "string"
1112              },
1113              "defaultRequestQueueId": {
1114                "type": "string"
1115              },
1116              "buildNumber": {
1117                "type": "string",
1118                "example": "1.0.0"
1119              },
1120              "containerUrl": {
1121                "type": "string"
1122              },
1123              "usage": {
1124                "type": "object",
1125                "properties": {
1126                  "ACTOR_COMPUTE_UNITS": {
1127                    "type": "integer",
1128                    "example": 0
1129                  },
1130                  "DATASET_READS": {
1131                    "type": "integer",
1132                    "example": 0
1133                  },
1134                  "DATASET_WRITES": {
1135                    "type": "integer",
1136                    "example": 0
1137                  },
1138                  "KEY_VALUE_STORE_READS": {
1139                    "type": "integer",
1140                    "example": 0
1141                  },
1142                  "KEY_VALUE_STORE_WRITES": {
1143                    "type": "integer",
1144                    "example": 1
1145                  },
1146                  "KEY_VALUE_STORE_LISTS": {
1147                    "type": "integer",
1148                    "example": 0
1149                  },
1150                  "REQUEST_QUEUE_READS": {
1151                    "type": "integer",
1152                    "example": 0
1153                  },
1154                  "REQUEST_QUEUE_WRITES": {
1155                    "type": "integer",
1156                    "example": 0
1157                  },
1158                  "DATA_TRANSFER_INTERNAL_GBYTES": {
1159                    "type": "integer",
1160                    "example": 0
1161                  },
1162                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
1163                    "type": "integer",
1164                    "example": 0
1165                  },
1166                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
1167                    "type": "integer",
1168                    "example": 0
1169                  },
1170                  "PROXY_SERPS": {
1171                    "type": "integer",
1172                    "example": 0
1173                  }
1174                }
1175              },
1176              "usageTotalUsd": {
1177                "type": "number",
1178                "example": 0.00005
1179              },
1180              "usageUsd": {
1181                "type": "object",
1182                "properties": {
1183                  "ACTOR_COMPUTE_UNITS": {
1184                    "type": "integer",
1185                    "example": 0
1186                  },
1187                  "DATASET_READS": {
1188                    "type": "integer",
1189                    "example": 0
1190                  },
1191                  "DATASET_WRITES": {
1192                    "type": "integer",
1193                    "example": 0
1194                  },
1195                  "KEY_VALUE_STORE_READS": {
1196                    "type": "integer",
1197                    "example": 0
1198                  },
1199                  "KEY_VALUE_STORE_WRITES": {
1200                    "type": "number",
1201                    "example": 0.00005
1202                  },
1203                  "KEY_VALUE_STORE_LISTS": {
1204                    "type": "integer",
1205                    "example": 0
1206                  },
1207                  "REQUEST_QUEUE_READS": {
1208                    "type": "integer",
1209                    "example": 0
1210                  },
1211                  "REQUEST_QUEUE_WRITES": {
1212                    "type": "integer",
1213                    "example": 0
1214                  },
1215                  "DATA_TRANSFER_INTERNAL_GBYTES": {
1216                    "type": "integer",
1217                    "example": 0
1218                  },
1219                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
1220                    "type": "integer",
1221                    "example": 0
1222                  },
1223                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
1224                    "type": "integer",
1225                    "example": 0
1226                  },
1227                  "PROXY_SERPS": {
1228                    "type": "integer",
1229                    "example": 0
1230                  }
1231                }
1232              }
1233            }
1234          }
1235        }
1236      }
1237    }
1238  }
1239}

Google Search Results (SERP) Scraper 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 Search Results (SERP) 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 result 

This 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