Google Maps Scraper avatar
Google Maps Scraper

Pricing

$45.00/month + usage

Go to Store
Google Maps Scraper

Google Maps Scraper

Developed by

Rigel Bytes

Maintained by Community

Scrape UNLIMITED business data from Google Maps for just $45/month! Extract names, addresses, reviews, ratings, and more. Perfect for market research, lead generation, and competitor analysis. Easy to use, proxy-supported, and highly customizable. Start scraping smarter today!

0.0 (0)

Pricing

$45.00/month + usage

0

Monthly users

4

Runs succeeded

>99%

Last modified

7 days ago

You can access the Google Maps 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": "1aLjQKKWryI3uOMvK"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/rigelbytes~google-maps-scraper/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-rigelbytes-google-maps-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/rigelbytes~google-maps-scraper/runs": {
50      "post": {
51        "operationId": "runs-sync-rigelbytes-google-maps-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/rigelbytes~google-maps-scraper/run-sync": {
93      "post": {
94        "operationId": "run-sync-rigelbytes-google-maps-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          "query"
135        ],
136        "properties": {
137          "query": {
138            "title": "Search Query",
139            "type": "string",
140            "description": "Search Query"
141          },
142          "max": {
143            "title": "Maximum number of results",
144            "type": "integer",
145            "description": "Maximum number of results to scrape",
146            "default": 50
147          },
148          "proxy": {
149            "title": "Proxy URL",
150            "type": "string",
151            "description": "Rotating Proxy URL"
152          },
153          "lang": {
154            "title": "Language",
155            "enum": [
156              "ab",
157              "aa",
158              "af",
159              "ak",
160              "sq",
161              "am",
162              "ar",
163              "an",
164              "hy",
165              "as",
166              "av",
167              "ay",
168              "az",
169              "bm",
170              "ba",
171              "eu",
172              "be",
173              "bn",
174              "bh",
175              "bi",
176              "bs",
177              "br",
178              "bg",
179              "my",
180              "km",
181              "ca",
182              "ch",
183              "ce",
184              "ny",
185              "zh",
186              "cv",
187              "kw",
188              "co",
189              "cr",
190              "hr",
191              "cs",
192              "da",
193              "dv",
194              "nl",
195              "dz",
196              "en",
197              "eo",
198              "et",
199              "ee",
200              "fo",
201              "fj",
202              "fi",
203              "fr",
204              "gl",
205              "lg",
206              "ka",
207              "de",
208              "el",
209              "kl",
210              "gn",
211              "gu",
212              "ht",
213              "ha",
214              "he",
215              "hz",
216              "hi",
217              "ho",
218              "hu",
219              "is",
220              "io",
221              "ig",
222              "id",
223              "ia",
224              "ie",
225              "iu",
226              "ik",
227              "ga",
228              "it",
229              "ja",
230              "jv",
231              "kn",
232              "kr",
233              "ks",
234              "kk",
235              "ki",
236              "rn",
237              "kv",
238              "kg",
239              "ko",
240              "kj",
241              "ku",
242              "ky",
243              "lo",
244              "la",
245              "lv",
246              "li",
247              "ln",
248              "lt",
249              "lu",
250              "lb",
251              "mk",
252              "mg",
253              "ms",
254              "ml",
255              "mt",
256              "gv",
257              "mi",
258              "mr",
259              "mh",
260              "mo",
261              "mn",
262              "na",
263              "nv",
264              "ng",
265              "ne",
266              "se",
267              "nd",
268              "no",
269              "nb",
270              "nn",
271              "oc",
272              "oj",
273              "cu",
274              "or",
275              "om",
276              "os",
277              "pi",
278              "ps",
279              "fa",
280              "ff",
281              "pl",
282              "pt",
283              "pa",
284              "qu",
285              "rm",
286              "ro",
287              "ru",
288              "rw",
289              "sm",
290              "sg",
291              "sa",
292              "sc",
293              "gd",
294              "sr",
295              "sh",
296              "sn",
297              "ii",
298              "sd",
299              "si",
300              "sk",
301              "sl",
302              "so",
303              "st",
304              "nr",
305              "es",
306              "su",
307              "sw",
308              "ss",
309              "sv",
310              "tl",
311              "ty",
312              "tg",
313              "ta",
314              "tt",
315              "te",
316              "th",
317              "bo",
318              "ti",
319              "to",
320              "ts",
321              "tn",
322              "tr",
323              "tk",
324              "tw",
325              "uk",
326              "ur",
327              "ug",
328              "uz",
329              "ve",
330              "vi",
331              "vo",
332              "wa",
333              "cy",
334              "fy",
335              "wo",
336              "xh",
337              "yi",
338              "yo",
339              "za",
340              "zu"
341            ],
342            "type": "string",
343            "description": "Language for the search results",
344            "default": "en"
345          },
346          "country": {
347            "title": "Country",
348            "enum": [
349              "Afghanistan",
350              "Albania",
351              "Algeria",
352              "Andorra",
353              "Angola",
354              "Antigua & Deps",
355              "Argentina",
356              "Armenia",
357              "Australia",
358              "Austria",
359              "Azerbaijan",
360              "Bahamas",
361              "Bahrain",
362              "Bangladesh",
363              "Barbados",
364              "Belarus",
365              "Belgium",
366              "Belize",
367              "Benin",
368              "Bermuda",
369              "Bhutan",
370              "Bolivia",
371              "Bosnia Herzegovina",
372              "Botswana",
373              "Brazil",
374              "Brunei",
375              "Bulgaria",
376              "Burkina",
377              "Burundi",
378              "Cambodia",
379              "Cameroon",
380              "Canada",
381              "Cape Verde",
382              "Central African Rep",
383              "Chad",
384              "Chile",
385              "China",
386              "Colombia",
387              "Comoros",
388              "Congo",
389              "Congo (Democratic Rep)",
390              "Costa Rica",
391              "Croatia",
392              "Cuba",
393              "Cyprus",
394              "Czech Republic",
395              "Denmark",
396              "Djibouti",
397              "Dominica",
398              "Dominican Republic",
399              "East Timor",
400              "Ecuador",
401              "Egypt",
402              "El Salvador",
403              "Equatorial Guinea",
404              "Eritrea",
405              "Estonia",
406              "Eswatini",
407              "Ethiopia",
408              "Fiji",
409              "Finland",
410              "France",
411              "Gabon",
412              "Gambia",
413              "Georgia",
414              "Germany",
415              "Ghana",
416              "Greece",
417              "Grenada",
418              "Guatemala",
419              "Guinea",
420              "Guinea-Bissau",
421              "Guyana",
422              "Haiti",
423              "Honduras",
424              "Hungary",
425              "Iceland",
426              "India",
427              "Indonesia",
428              "Iran",
429              "Iraq",
430              "Ireland (Republic)",
431              "Israel",
432              "Italy",
433              "Ivory Coast",
434              "Jamaica",
435              "Japan",
436              "Jordan",
437              "Kazakhstan",
438              "Kenya",
439              "Kiribati",
440              "Korea North",
441              "Korea South",
442              "Kosovo",
443              "Kuwait",
444              "Kyrgyzstan",
445              "Laos",
446              "Latvia",
447              "Lebanon",
448              "Lesotho",
449              "Liberia",
450              "Libya",
451              "Liechtenstein",
452              "Lithuania",
453              "Luxembourg",
454              "Macedonia",
455              "Madagascar",
456              "Malawi",
457              "Malaysia",
458              "Maldives",
459              "Mali",
460              "Malta",
461              "Marshall Islands",
462              "Mauritania",
463              "Mauritius",
464              "Mexico",
465              "Micronesia",
466              "Moldova",
467              "Monaco",
468              "Mongolia",
469              "Montenegro",
470              "Morocco",
471              "Mozambique",
472              "Myanmar",
473              "Namibia",
474              "Nauru",
475              "Nepal",
476              "Netherlands",
477              "New Zealand",
478              "Nicaragua",
479              "Niger",
480              "Nigeria",
481              "Norway",
482              "Oman",
483              "Pakistan",
484              "Palau",
485              "Palestine",
486              "Panama",
487              "Papua New Guinea",
488              "Paraguay",
489              "Peru",
490              "Philippines",
491              "Poland",
492              "Portugal",
493              "Qatar",
494              "Romania",
495              "Russian Federation",
496              "Rwanda",
497              "St Kitts & Nevis",
498              "St Lucia",
499              "Saint Vincent & the Grenadines",
500              "Samoa",
501              "San Marino",
502              "Sao Tome & Principe",
503              "Saudi Arabia",
504              "Senegal",
505              "Serbia",
506              "Seychelles",
507              "Sierra Leone",
508              "Singapore",
509              "Slovakia",
510              "Slovenia",
511              "Solomon Islands",
512              "Somalia",
513              "South Africa",
514              "South Sudan",
515              "Spain",
516              "Sri Lanka",
517              "Sudan",
518              "Suriname",
519              "Sweden",
520              "Switzerland",
521              "Syria",
522              "Taiwan",
523              "Tajikistan",
524              "Tanzania",
525              "Thailand",
526              "Togo",
527              "Tonga",
528              "Trinidad & Tobago",
529              "Tunisia",
530              "Turkey",
531              "Turkmenistan",
532              "Tuvalu",
533              "Uganda",
534              "Ukraine",
535              "United Arab Emirates",
536              "United Kingdom",
537              "United States",
538              "Uruguay",
539              "Uzbekistan",
540              "Vanuatu",
541              "Vatican City",
542              "Venezuela",
543              "Vietnam",
544              "Yemen",
545              "Zambia",
546              "Zimbabwe"
547            ],
548            "type": "string",
549            "description": "Country for the search results",
550            "default": "United States"
551          },
552          "state": {
553            "title": "State",
554            "type": "string",
555            "description": "State for the search results"
556          },
557          "city": {
558            "title": "City",
559            "type": "string",
560            "description": "City for the search results"
561          }
562        }
563      },
564      "runsResponseSchema": {
565        "type": "object",
566        "properties": {
567          "data": {
568            "type": "object",
569            "properties": {
570              "id": {
571                "type": "string"
572              },
573              "actId": {
574                "type": "string"
575              },
576              "userId": {
577                "type": "string"
578              },
579              "startedAt": {
580                "type": "string",
581                "format": "date-time",
582                "example": "2025-01-08T00:00:00.000Z"
583              },
584              "finishedAt": {
585                "type": "string",
586                "format": "date-time",
587                "example": "2025-01-08T00:00:00.000Z"
588              },
589              "status": {
590                "type": "string",
591                "example": "READY"
592              },
593              "meta": {
594                "type": "object",
595                "properties": {
596                  "origin": {
597                    "type": "string",
598                    "example": "API"
599                  },
600                  "userAgent": {
601                    "type": "string"
602                  }
603                }
604              },
605              "stats": {
606                "type": "object",
607                "properties": {
608                  "inputBodyLen": {
609                    "type": "integer",
610                    "example": 2000
611                  },
612                  "rebootCount": {
613                    "type": "integer",
614                    "example": 0
615                  },
616                  "restartCount": {
617                    "type": "integer",
618                    "example": 0
619                  },
620                  "resurrectCount": {
621                    "type": "integer",
622                    "example": 0
623                  },
624                  "computeUnits": {
625                    "type": "integer",
626                    "example": 0
627                  }
628                }
629              },
630              "options": {
631                "type": "object",
632                "properties": {
633                  "build": {
634                    "type": "string",
635                    "example": "latest"
636                  },
637                  "timeoutSecs": {
638                    "type": "integer",
639                    "example": 300
640                  },
641                  "memoryMbytes": {
642                    "type": "integer",
643                    "example": 1024
644                  },
645                  "diskMbytes": {
646                    "type": "integer",
647                    "example": 2048
648                  }
649                }
650              },
651              "buildId": {
652                "type": "string"
653              },
654              "defaultKeyValueStoreId": {
655                "type": "string"
656              },
657              "defaultDatasetId": {
658                "type": "string"
659              },
660              "defaultRequestQueueId": {
661                "type": "string"
662              },
663              "buildNumber": {
664                "type": "string",
665                "example": "1.0.0"
666              },
667              "containerUrl": {
668                "type": "string"
669              },
670              "usage": {
671                "type": "object",
672                "properties": {
673                  "ACTOR_COMPUTE_UNITS": {
674                    "type": "integer",
675                    "example": 0
676                  },
677                  "DATASET_READS": {
678                    "type": "integer",
679                    "example": 0
680                  },
681                  "DATASET_WRITES": {
682                    "type": "integer",
683                    "example": 0
684                  },
685                  "KEY_VALUE_STORE_READS": {
686                    "type": "integer",
687                    "example": 0
688                  },
689                  "KEY_VALUE_STORE_WRITES": {
690                    "type": "integer",
691                    "example": 1
692                  },
693                  "KEY_VALUE_STORE_LISTS": {
694                    "type": "integer",
695                    "example": 0
696                  },
697                  "REQUEST_QUEUE_READS": {
698                    "type": "integer",
699                    "example": 0
700                  },
701                  "REQUEST_QUEUE_WRITES": {
702                    "type": "integer",
703                    "example": 0
704                  },
705                  "DATA_TRANSFER_INTERNAL_GBYTES": {
706                    "type": "integer",
707                    "example": 0
708                  },
709                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
710                    "type": "integer",
711                    "example": 0
712                  },
713                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
714                    "type": "integer",
715                    "example": 0
716                  },
717                  "PROXY_SERPS": {
718                    "type": "integer",
719                    "example": 0
720                  }
721                }
722              },
723              "usageTotalUsd": {
724                "type": "number",
725                "example": 0.00005
726              },
727              "usageUsd": {
728                "type": "object",
729                "properties": {
730                  "ACTOR_COMPUTE_UNITS": {
731                    "type": "integer",
732                    "example": 0
733                  },
734                  "DATASET_READS": {
735                    "type": "integer",
736                    "example": 0
737                  },
738                  "DATASET_WRITES": {
739                    "type": "integer",
740                    "example": 0
741                  },
742                  "KEY_VALUE_STORE_READS": {
743                    "type": "integer",
744                    "example": 0
745                  },
746                  "KEY_VALUE_STORE_WRITES": {
747                    "type": "number",
748                    "example": 0.00005
749                  },
750                  "KEY_VALUE_STORE_LISTS": {
751                    "type": "integer",
752                    "example": 0
753                  },
754                  "REQUEST_QUEUE_READS": {
755                    "type": "integer",
756                    "example": 0
757                  },
758                  "REQUEST_QUEUE_WRITES": {
759                    "type": "integer",
760                    "example": 0
761                  },
762                  "DATA_TRANSFER_INTERNAL_GBYTES": {
763                    "type": "integer",
764                    "example": 0
765                  },
766                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
767                    "type": "integer",
768                    "example": 0
769                  },
770                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
771                    "type": "integer",
772                    "example": 0
773                  },
774                  "PROXY_SERPS": {
775                    "type": "integer",
776                    "example": 0
777                  }
778                }
779              }
780            }
781          }
782        }
783      }
784    }
785  }
786}

Google Maps 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 Maps 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

Rental 

To 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

30 minutes

Price

$45.00