
Google Maps Search
This Actor is paid per event

Google Maps Search
This Actor is paid per event
Only 1 USD 1000 results. Search for places using queries and get the results in JSON format. Works exactly like the Google Maps search bar.
Actor Metrics
5 monthly users
No reviews yet
No bookmarks yet
>99% runs succeeded
Created in Mar 2025
Modified 5 days ago
You can access the Google Maps Search 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": "hy1XGZG8QUlMJnnR0"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/dan.scraper~google-maps-search/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-dan.scraper-google-maps-search",
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/dan.scraper~google-maps-search/runs": {
50 "post": {
51 "operationId": "runs-sync-dan.scraper-google-maps-search",
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/dan.scraper~google-maps-search/run-sync": {
93 "post": {
94 "operationId": "run-sync-dan.scraper-google-maps-search",
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 "queries"
135 ],
136 "properties": {
137 "queries": {
138 "title": "Search Queries",
139 "type": "array",
140 "description": "List of Google Maps search query.",
141 "items": {
142 "type": "string"
143 }
144 },
145 "maxPagesPerQuery": {
146 "title": "Max pages per query",
147 "minimum": 1,
148 "type": "integer",
149 "description": "The maximum number of search result pages crawled for each search query or URL."
150 },
151 "countryCode": {
152 "title": "Country",
153 "enum": [
154 "",
155 "af",
156 "al",
157 "dz",
158 "as",
159 "ad",
160 "ao",
161 "ai",
162 "aq",
163 "ag",
164 "ar",
165 "am",
166 "aw",
167 "au",
168 "at",
169 "az",
170 "bs",
171 "bh",
172 "bd",
173 "bb",
174 "by",
175 "be",
176 "bz",
177 "bj",
178 "bm",
179 "bt",
180 "bo",
181 "ba",
182 "bw",
183 "bv",
184 "br",
185 "io",
186 "bn",
187 "bg",
188 "bf",
189 "bi",
190 "kh",
191 "cm",
192 "ca",
193 "cv",
194 "ky",
195 "cf",
196 "td",
197 "cl",
198 "cn",
199 "cx",
200 "cc",
201 "co",
202 "km",
203 "cg",
204 "cd",
205 "ck",
206 "cr",
207 "ci",
208 "hr",
209 "cu",
210 "cy",
211 "cz",
212 "dk",
213 "dj",
214 "dm",
215 "do",
216 "ec",
217 "eg",
218 "sv",
219 "gq",
220 "er",
221 "ee",
222 "et",
223 "fk",
224 "fo",
225 "fj",
226 "fi",
227 "fr",
228 "gf",
229 "pf",
230 "tf",
231 "ga",
232 "gm",
233 "ge",
234 "de",
235 "gh",
236 "gi",
237 "gr",
238 "gl",
239 "gd",
240 "gp",
241 "gu",
242 "gt",
243 "gn",
244 "gw",
245 "gy",
246 "ht",
247 "hm",
248 "va",
249 "hn",
250 "hk",
251 "hu",
252 "is",
253 "in",
254 "id",
255 "ir",
256 "iq",
257 "ie",
258 "il",
259 "it",
260 "jm",
261 "jp",
262 "jo",
263 "kz",
264 "ke",
265 "ki",
266 "kp",
267 "kr",
268 "kw",
269 "kg",
270 "la",
271 "lv",
272 "lb",
273 "ls",
274 "lr",
275 "ly",
276 "li",
277 "lt",
278 "lu",
279 "mo",
280 "mk",
281 "mg",
282 "mw",
283 "my",
284 "mv",
285 "ml",
286 "mt",
287 "mh",
288 "mq",
289 "mr",
290 "mu",
291 "yt",
292 "mx",
293 "fm",
294 "md",
295 "mc",
296 "mn",
297 "ms",
298 "ma",
299 "mz",
300 "mm",
301 "na",
302 "nr",
303 "np",
304 "nl",
305 "an",
306 "nc",
307 "nz",
308 "ni",
309 "ne",
310 "ng",
311 "nu",
312 "nf",
313 "mp",
314 "no",
315 "om",
316 "pk",
317 "pw",
318 "ps",
319 "pa",
320 "pg",
321 "py",
322 "pe",
323 "ph",
324 "pn",
325 "pl",
326 "pt",
327 "pr",
328 "qa",
329 "re",
330 "ro",
331 "ru",
332 "rw",
333 "sh",
334 "kn",
335 "lc",
336 "pm",
337 "vc",
338 "ws",
339 "sm",
340 "st",
341 "sa",
342 "sn",
343 "cs",
344 "sc",
345 "sl",
346 "sg",
347 "sk",
348 "si",
349 "sb",
350 "so",
351 "za",
352 "gs",
353 "es",
354 "lk",
355 "sd",
356 "sr",
357 "sj",
358 "sz",
359 "se",
360 "ch",
361 "sy",
362 "tw",
363 "tj",
364 "tz",
365 "th",
366 "tl",
367 "tg",
368 "tk",
369 "to",
370 "tt",
371 "tn",
372 "tr",
373 "tm",
374 "tc",
375 "tv",
376 "ug",
377 "ua",
378 "ae",
379 "gb",
380 "us",
381 "um",
382 "uy",
383 "uz",
384 "vu",
385 "ve",
386 "vn",
387 "vg",
388 "vi",
389 "wf",
390 "eh",
391 "ye",
392 "zm",
393 "zw"
394 ],
395 "type": "string",
396 "description": "This param is for the Country (e.g. <code>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>us</code>)."
397 },
398 "languageCode": {
399 "title": "Language",
400 "enum": [
401 "",
402 "af",
403 "sq",
404 "sm",
405 "ar",
406 "az",
407 "eu",
408 "be",
409 "bn",
410 "bh",
411 "bs",
412 "bg",
413 "ca",
414 "zh-CN",
415 "zh-TW",
416 "hr",
417 "cs",
418 "da",
419 "nl",
420 "en",
421 "eo",
422 "et",
423 "fo",
424 "fi",
425 "fr",
426 "fy",
427 "gl",
428 "ka",
429 "de",
430 "el",
431 "gu",
432 "iw",
433 "hi",
434 "hu",
435 "is",
436 "id",
437 "ia",
438 "ga",
439 "it",
440 "ja",
441 "jw",
442 "kn",
443 "ko",
444 "la",
445 "lv",
446 "lt",
447 "mk",
448 "ms",
449 "ml",
450 "mt",
451 "mr",
452 "ne",
453 "no",
454 "nn",
455 "oc",
456 "fa",
457 "pl",
458 "pt-BR",
459 "pt-PT",
460 "pa",
461 "ro",
462 "ru",
463 "gd",
464 "sr",
465 "si",
466 "sk",
467 "sl",
468 "es",
469 "su",
470 "sw",
471 "sv",
472 "tl",
473 "ta",
474 "te",
475 "th",
476 "ti",
477 "tr",
478 "uk",
479 "ur",
480 "uz",
481 "vi",
482 "cy",
483 "xh",
484 "zu"
485 ],
486 "type": "string",
487 "description": "Language for the search results, which is passed to Google Search as the <code>hl</code> URL query parameter. Only set this if you want to use a non-default language for the selected country. The values must be lower-cased <a href=\"https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes\" target=\"_blank\">ISO 639</a> language codes supported by Google.",
488 "default": ""
489 },
490 "googleDomain": {
491 "title": "Google Domain",
492 "enum": [
493 "",
494 "google.ad",
495 "google.ae",
496 "google.com.af",
497 "google.com.ag",
498 "google.com.ai",
499 "google.al",
500 "google.am",
501 "google.co.ao",
502 "google.com.ar",
503 "google.as",
504 "google.at",
505 "google.com.au",
506 "google.az",
507 "google.ba",
508 "google.com.bd",
509 "google.be",
510 "google.bf",
511 "google.bg",
512 "google.com.bh",
513 "google.bi",
514 "google.bj",
515 "google.com.bn",
516 "google.com.bo",
517 "google.com.br",
518 "google.bs",
519 "google.bt",
520 "google.co.bw",
521 "google.by",
522 "google.com.bz",
523 "google.ca",
524 "google.com.kh",
525 "google.cd",
526 "google.cf",
527 "google.cg",
528 "google.ch",
529 "google.ci",
530 "google.co.ck",
531 "google.cl",
532 "google.cm",
533 "google.com.co",
534 "google.co.cr",
535 "google.com.cu",
536 "google.cv",
537 "google.com.cy",
538 "google.cz",
539 "google.de",
540 "google.dj",
541 "google.dk",
542 "google.dm",
543 "google.com.do",
544 "google.dz",
545 "google.com.ec",
546 "google.ee",
547 "google.com.eg",
548 "google.es",
549 "google.com.et",
550 "google.fi",
551 "google.fm",
552 "google.com.fj",
553 "google.fr",
554 "google.ga",
555 "google.ge",
556 "google.com.gh",
557 "google.com.gi",
558 "google.gl",
559 "google.gm",
560 "google.gp",
561 "google.gr",
562 "google.com.gt",
563 "google.gy",
564 "google.com.hk",
565 "google.hn",
566 "google.hr",
567 "google.ht",
568 "google.hu",
569 "google.co.id",
570 "google.iq",
571 "google.ie",
572 "google.co.il",
573 "google.co.in",
574 "google.is",
575 "google.it",
576 "google.je",
577 "google.com.jm",
578 "google.jo",
579 "google.co.jp",
580 "google.co.ke",
581 "google.ki",
582 "google.kg",
583 "google.co.kr",
584 "google.com.kw",
585 "google.kz",
586 "google.la",
587 "google.com.lb",
588 "google.li",
589 "google.lk",
590 "google.co.ls",
591 "google.lt",
592 "google.lu",
593 "google.lv",
594 "google.com.ly",
595 "google.co.ma",
596 "google.md",
597 "google.mg",
598 "google.mk",
599 "google.ml",
600 "google.com.mm",
601 "google.mn",
602 "google.ms",
603 "google.com.mt",
604 "google.mu",
605 "google.mv",
606 "google.mw",
607 "google.com.mx",
608 "google.com.my",
609 "google.co.mz",
610 "google.com.na",
611 "google.ne",
612 "google.com.ng",
613 "google.com.ni",
614 "google.nl",
615 "google.no",
616 "google.com.np",
617 "google.nr",
618 "google.nu",
619 "google.co.nz",
620 "google.com.om",
621 "google.com.pk",
622 "google.com.pa",
623 "google.com.pe",
624 "google.com.ph",
625 "google.pl",
626 "google.com.pg",
627 "google.com.pr",
628 "google.ps",
629 "google.pt",
630 "google.com.py",
631 "google.com.qa",
632 "google.ro",
633 "google.rs",
634 "google.ru",
635 "google.rw",
636 "google.com.sa",
637 "google.com.sb",
638 "google.sc",
639 "google.se",
640 "google.com.sg",
641 "google.sh",
642 "google.si",
643 "google.sk",
644 "google.com.sl",
645 "google.sn",
646 "google.sm",
647 "google.so",
648 "google.sr",
649 "google.com.sv",
650 "google.td",
651 "google.tg",
652 "google.co.th",
653 "google.com.tj",
654 "google.tk",
655 "google.tl",
656 "google.tm",
657 "google.to",
658 "google.tn",
659 "google.com.tr",
660 "google.tt",
661 "google.com.tw",
662 "google.co.tz",
663 "google.com.ua",
664 "google.co.ug",
665 "google.co.uk",
666 "google.com.uy",
667 "google.co.uz",
668 "google.com.vc",
669 "google.co.ve",
670 "google.vg",
671 "google.co.vi",
672 "google.com.vn",
673 "google.vu",
674 "google.ws",
675 "google.co.za",
676 "google.co.zm",
677 "google.co.zw"
678 ],
679 "type": "string",
680 "description": "This param is for the Google Search Domain (e.g. <code>google.s</code> for Spain). By default, the actor uses United States (<code>google.com</code>)."
681 },
682 "mapView": {
683 "title": "GPS Coordinates and Zoom Level",
684 "type": "string",
685 "description": "GPS coordinates and zoom level for the map view. The format is <code>@latitude,longitude,zoom</code> (e.g. <code>@37.7778699,-122.4128834,16z</code>). We return <code>mapView</code> in the output. When latitude is 37.7749295 and longitude is -122.4194155, the <code>mapView</code> is <code>@37.7749295,-122.4194155,12z</code>. Zoom level is from 3z(zoom out) to 21z(zoom in). If not set, the actor will use the default view at San Francisco."
686 },
687 "csvFriendlyOutput": {
688 "title": "Output CSV friendly format",
689 "type": "boolean",
690 "description": "Include shopping results data, use for CSV format"
691 }
692 }
693 },
694 "runsResponseSchema": {
695 "type": "object",
696 "properties": {
697 "data": {
698 "type": "object",
699 "properties": {
700 "id": {
701 "type": "string"
702 },
703 "actId": {
704 "type": "string"
705 },
706 "userId": {
707 "type": "string"
708 },
709 "startedAt": {
710 "type": "string",
711 "format": "date-time",
712 "example": "2025-01-08T00:00:00.000Z"
713 },
714 "finishedAt": {
715 "type": "string",
716 "format": "date-time",
717 "example": "2025-01-08T00:00:00.000Z"
718 },
719 "status": {
720 "type": "string",
721 "example": "READY"
722 },
723 "meta": {
724 "type": "object",
725 "properties": {
726 "origin": {
727 "type": "string",
728 "example": "API"
729 },
730 "userAgent": {
731 "type": "string"
732 }
733 }
734 },
735 "stats": {
736 "type": "object",
737 "properties": {
738 "inputBodyLen": {
739 "type": "integer",
740 "example": 2000
741 },
742 "rebootCount": {
743 "type": "integer",
744 "example": 0
745 },
746 "restartCount": {
747 "type": "integer",
748 "example": 0
749 },
750 "resurrectCount": {
751 "type": "integer",
752 "example": 0
753 },
754 "computeUnits": {
755 "type": "integer",
756 "example": 0
757 }
758 }
759 },
760 "options": {
761 "type": "object",
762 "properties": {
763 "build": {
764 "type": "string",
765 "example": "latest"
766 },
767 "timeoutSecs": {
768 "type": "integer",
769 "example": 300
770 },
771 "memoryMbytes": {
772 "type": "integer",
773 "example": 1024
774 },
775 "diskMbytes": {
776 "type": "integer",
777 "example": 2048
778 }
779 }
780 },
781 "buildId": {
782 "type": "string"
783 },
784 "defaultKeyValueStoreId": {
785 "type": "string"
786 },
787 "defaultDatasetId": {
788 "type": "string"
789 },
790 "defaultRequestQueueId": {
791 "type": "string"
792 },
793 "buildNumber": {
794 "type": "string",
795 "example": "1.0.0"
796 },
797 "containerUrl": {
798 "type": "string"
799 },
800 "usage": {
801 "type": "object",
802 "properties": {
803 "ACTOR_COMPUTE_UNITS": {
804 "type": "integer",
805 "example": 0
806 },
807 "DATASET_READS": {
808 "type": "integer",
809 "example": 0
810 },
811 "DATASET_WRITES": {
812 "type": "integer",
813 "example": 0
814 },
815 "KEY_VALUE_STORE_READS": {
816 "type": "integer",
817 "example": 0
818 },
819 "KEY_VALUE_STORE_WRITES": {
820 "type": "integer",
821 "example": 1
822 },
823 "KEY_VALUE_STORE_LISTS": {
824 "type": "integer",
825 "example": 0
826 },
827 "REQUEST_QUEUE_READS": {
828 "type": "integer",
829 "example": 0
830 },
831 "REQUEST_QUEUE_WRITES": {
832 "type": "integer",
833 "example": 0
834 },
835 "DATA_TRANSFER_INTERNAL_GBYTES": {
836 "type": "integer",
837 "example": 0
838 },
839 "DATA_TRANSFER_EXTERNAL_GBYTES": {
840 "type": "integer",
841 "example": 0
842 },
843 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
844 "type": "integer",
845 "example": 0
846 },
847 "PROXY_SERPS": {
848 "type": "integer",
849 "example": 0
850 }
851 }
852 },
853 "usageTotalUsd": {
854 "type": "number",
855 "example": 0.00005
856 },
857 "usageUsd": {
858 "type": "object",
859 "properties": {
860 "ACTOR_COMPUTE_UNITS": {
861 "type": "integer",
862 "example": 0
863 },
864 "DATASET_READS": {
865 "type": "integer",
866 "example": 0
867 },
868 "DATASET_WRITES": {
869 "type": "integer",
870 "example": 0
871 },
872 "KEY_VALUE_STORE_READS": {
873 "type": "integer",
874 "example": 0
875 },
876 "KEY_VALUE_STORE_WRITES": {
877 "type": "number",
878 "example": 0.00005
879 },
880 "KEY_VALUE_STORE_LISTS": {
881 "type": "integer",
882 "example": 0
883 },
884 "REQUEST_QUEUE_READS": {
885 "type": "integer",
886 "example": 0
887 },
888 "REQUEST_QUEUE_WRITES": {
889 "type": "integer",
890 "example": 0
891 },
892 "DATA_TRANSFER_INTERNAL_GBYTES": {
893 "type": "integer",
894 "example": 0
895 },
896 "DATA_TRANSFER_EXTERNAL_GBYTES": {
897 "type": "integer",
898 "example": 0
899 },
900 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
901 "type": "integer",
902 "example": 0
903 },
904 "PROXY_SERPS": {
905 "type": "integer",
906 "example": 0
907 }
908 }
909 }
910 }
911 }
912 }
913 }
914 }
915 }
916}
Google Maps Search 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 Search 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: