Google Shopping Pro avatar
Google Shopping Pro

Deprecated

Pricing

Pay per usage

Go to Store
Google Shopping Pro

Google Shopping Pro

Deprecated

Developed by

Gooyer

Gooyer

Maintained by Community

Efficiently harvest detailed product data, reviews, and deals from Google Shopping. Customize searches globally, extract SERPs data, including ads and prices, with our scraper's API integration, scheduling, and monitoring features.

5.0 (1)

Pricing

Pay per usage

1

Total users

54

Monthly users

1

Runs succeeded

>99%

Last modified

a year ago

You can access the Google Shopping Pro 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": "1.1",
5    "x-build-id": "5anZTiOaQeScwgQdT"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/gooyer.co~google-shopping-pro/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-gooyer.co-google-shopping-pro",
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/gooyer.co~google-shopping-pro/runs": {
50      "post": {
51        "operationId": "runs-sync-gooyer.co-google-shopping-pro",
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/gooyer.co~google-shopping-pro/run-sync": {
93      "post": {
94        "operationId": "run-sync-gooyer.co-google-shopping-pro",
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          "countryCode",
135          "proxyUrls"
136        ],
137        "properties": {
138          "queries": {
139            "title": "Queries",
140            "minItems": 1,
141            "uniqueItems": true,
142            "type": "array",
143            "description": "Queries the crawler will use to search for the products",
144            "items": {
145              "type": "string"
146            }
147          },
148          "inputUrl": {
149            "title": "Start URLs",
150            "minItems": 1,
151            "uniqueItems": true,
152            "type": "array",
153            "description": "URLs to start with",
154            "items": {
155              "type": "object",
156              "required": [
157                "purl"
158              ],
159              "properties": {
160                "purl": {
161                  "type": "string",
162                  "title": "Pseudo-URL of a web page"
163                }
164              }
165            }
166          },
167          "productPage": {
168            "title": "Product Page",
169            "type": "boolean",
170            "description": "If checked, the crawler will scrape the product page from query results",
171            "default": false
172          },
173          "offerPage": {
174            "title": "Offer Page",
175            "type": "boolean",
176            "description": "If checked, the crawler will scrape the offer page from query results and input URLs of the product page",
177            "default": false
178          },
179          "reviewPage": {
180            "title": "Review Page",
181            "type": "boolean",
182            "description": "If checked, the crawler will scrape the review page from query results and input URLs of the product page",
183            "default": false
184          },
185          "specPage": {
186            "title": "Spec Page",
187            "type": "boolean",
188            "description": "If checked, the crawler will scrape the spec page from query results and input URLs of the product page",
189            "default": false
190          },
191          "ads": {
192            "title": "Include Ads",
193            "type": "boolean",
194            "description": "If checked, the crawler will scrape the ads from query results",
195            "default": false
196          },
197          "pagination": {
198            "title": "Pagination Limit",
199            "minimum": 0,
200            "maximum": 100,
201            "type": "integer",
202            "description": "Number of pages to scrape for each query. Default is 1. 0 means all pages.",
203            "default": 1
204          },
205          "countryCode": {
206            "title": "Google Shopping Country",
207            "enum": [
208              "US",
209              "CA",
210              "GB",
211              "AD",
212              "AE",
213              "AF",
214              "AG",
215              "AI",
216              "AL",
217              "AM",
218              "AO",
219              "AR",
220              "AS",
221              "AT",
222              "AU",
223              "AZ",
224              "BA",
225              "BD",
226              "BE",
227              "BF",
228              "BG",
229              "BH",
230              "BI",
231              "BJ",
232              "BN",
233              "BO",
234              "BR",
235              "BS",
236              "BT",
237              "BW",
238              "BY",
239              "BZ",
240              "KH",
241              "CC",
242              "CD",
243              "CF",
244              "CG",
245              "CH",
246              "CI",
247              "CK",
248              "CL",
249              "CM",
250              "CN",
251              "CO",
252              "CR",
253              "CU",
254              "CV",
255              "CY",
256              "CZ",
257              "DE",
258              "DJ",
259              "DK",
260              "DM",
261              "DO",
262              "DZ",
263              "EC",
264              "EE",
265              "EG",
266              "ES",
267              "ET",
268              "FI",
269              "FJ",
270              "FM",
271              "FR",
272              "GA",
273              "GE",
274              "GF",
275              "GG",
276              "GH",
277              "GI",
278              "GL",
279              "GM",
280              "GP",
281              "GR",
282              "GT",
283              "GY",
284              "HK",
285              "HN",
286              "HR",
287              "HT",
288              "HU",
289              "ID",
290              "IQ",
291              "IE",
292              "IL",
293              "IM",
294              "IN",
295              "IO",
296              "IS",
297              "IT",
298              "JE",
299              "JM",
300              "JO",
301              "JP",
302              "KE",
303              "KI",
304              "KG",
305              "KR",
306              "KW",
307              "KZ",
308              "LA",
309              "LB",
310              "LC",
311              "LI",
312              "LK",
313              "LS",
314              "LT",
315              "LU",
316              "LV",
317              "LY",
318              "MA",
319              "MD",
320              "ME",
321              "MG",
322              "MK",
323              "ML",
324              "MM",
325              "MN",
326              "MS",
327              "MT",
328              "MU",
329              "MV",
330              "MW",
331              "MX",
332              "MY",
333              "MZ",
334              "NA",
335              "NE",
336              "NF",
337              "NG",
338              "NI",
339              "NL",
340              "NO",
341              "NP",
342              "NR",
343              "NU",
344              "NZ",
345              "OM",
346              "PK",
347              "PA",
348              "PE",
349              "PH",
350              "PL",
351              "PG",
352              "PN",
353              "PR",
354              "PS",
355              "PT",
356              "PY",
357              "QA",
358              "RO",
359              "RS",
360              "RU",
361              "RW",
362              "SA",
363              "SB",
364              "SC",
365              "SE",
366              "SG",
367              "SI",
368              "SK",
369              "SL",
370              "SN",
371              "SM",
372              "SO",
373              "ST",
374              "SR",
375              "SV",
376              "TD",
377              "TG",
378              "TH",
379              "TJ",
380              "TK",
381              "TL",
382              "TM",
383              "TO",
384              "TN",
385              "TR",
386              "TT",
387              "TW",
388              "TZ",
389              "UA",
390              "UG",
391              "UY",
392              "UZ",
393              "VC",
394              "VE",
395              "VG",
396              "VI",
397              "VN",
398              "VU",
399              "WS",
400              "ZA",
401              "ZM",
402              "ZW"
403            ],
404            "type": "string",
405            "description": "Select your google shopping domain. Default is .com for US.",
406            "default": "US"
407          },
408          "language": {
409            "title": "Language",
410            "enum": [
411              "en",
412              "ar",
413              "bg",
414              "bn",
415              "ca",
416              "cs",
417              "da",
418              "de",
419              "el",
420              "es",
421              "et",
422              "fa",
423              "fi",
424              "fil",
425              "fr",
426              "gu",
427              "he",
428              "hi",
429              "hr",
430              "hu",
431              "id",
432              "it",
433              "ja",
434              "kn",
435              "ko",
436              "lt",
437              "lv",
438              "ml",
439              "mr",
440              "ms",
441              "nl",
442              "no",
443              "pl",
444              "pt",
445              "ro",
446              "ru",
447              "sk",
448              "sl",
449              "sr",
450              "sv",
451              "sw",
452              "ta",
453              "te",
454              "th",
455              "tr",
456              "uk",
457              "ur",
458              "vi",
459              "zh-CN",
460              "zh-TW"
461            ],
462            "type": "string",
463            "description": "Select the language of the search queries. Default is English (en) ",
464            "default": "en"
465          },
466          "sales": {
467            "title": "Show only Sales",
468            "type": "boolean",
469            "description": "If checked, the crawler will scrape only products on sale",
470            "default": false
471          },
472          "minPrice": {
473            "title": "Minimum Price",
474            "minimum": 0,
475            "type": "integer",
476            "description": "Minimum price of the products to be scraped "
477          },
478          "maxPrice": {
479            "title": "Maximum Price",
480            "minimum": 0,
481            "type": "integer",
482            "description": "Maximum price of the products to be scraped."
483          },
484          "avgRating": {
485            "title": "Average Rating",
486            "minimum": 0,
487            "maximum": 5,
488            "type": "integer",
489            "description": "Minimum average rating of the products to be scraped."
490          },
491          "proxyUrls": {
492            "title": "Proxy configuration",
493            "type": "object",
494            "description": "Select SERP proxies to be used by your crawler."
495          }
496        }
497      },
498      "runsResponseSchema": {
499        "type": "object",
500        "properties": {
501          "data": {
502            "type": "object",
503            "properties": {
504              "id": {
505                "type": "string"
506              },
507              "actId": {
508                "type": "string"
509              },
510              "userId": {
511                "type": "string"
512              },
513              "startedAt": {
514                "type": "string",
515                "format": "date-time",
516                "example": "2025-01-08T00:00:00.000Z"
517              },
518              "finishedAt": {
519                "type": "string",
520                "format": "date-time",
521                "example": "2025-01-08T00:00:00.000Z"
522              },
523              "status": {
524                "type": "string",
525                "example": "READY"
526              },
527              "meta": {
528                "type": "object",
529                "properties": {
530                  "origin": {
531                    "type": "string",
532                    "example": "API"
533                  },
534                  "userAgent": {
535                    "type": "string"
536                  }
537                }
538              },
539              "stats": {
540                "type": "object",
541                "properties": {
542                  "inputBodyLen": {
543                    "type": "integer",
544                    "example": 2000
545                  },
546                  "rebootCount": {
547                    "type": "integer",
548                    "example": 0
549                  },
550                  "restartCount": {
551                    "type": "integer",
552                    "example": 0
553                  },
554                  "resurrectCount": {
555                    "type": "integer",
556                    "example": 0
557                  },
558                  "computeUnits": {
559                    "type": "integer",
560                    "example": 0
561                  }
562                }
563              },
564              "options": {
565                "type": "object",
566                "properties": {
567                  "build": {
568                    "type": "string",
569                    "example": "latest"
570                  },
571                  "timeoutSecs": {
572                    "type": "integer",
573                    "example": 300
574                  },
575                  "memoryMbytes": {
576                    "type": "integer",
577                    "example": 1024
578                  },
579                  "diskMbytes": {
580                    "type": "integer",
581                    "example": 2048
582                  }
583                }
584              },
585              "buildId": {
586                "type": "string"
587              },
588              "defaultKeyValueStoreId": {
589                "type": "string"
590              },
591              "defaultDatasetId": {
592                "type": "string"
593              },
594              "defaultRequestQueueId": {
595                "type": "string"
596              },
597              "buildNumber": {
598                "type": "string",
599                "example": "1.0.0"
600              },
601              "containerUrl": {
602                "type": "string"
603              },
604              "usage": {
605                "type": "object",
606                "properties": {
607                  "ACTOR_COMPUTE_UNITS": {
608                    "type": "integer",
609                    "example": 0
610                  },
611                  "DATASET_READS": {
612                    "type": "integer",
613                    "example": 0
614                  },
615                  "DATASET_WRITES": {
616                    "type": "integer",
617                    "example": 0
618                  },
619                  "KEY_VALUE_STORE_READS": {
620                    "type": "integer",
621                    "example": 0
622                  },
623                  "KEY_VALUE_STORE_WRITES": {
624                    "type": "integer",
625                    "example": 1
626                  },
627                  "KEY_VALUE_STORE_LISTS": {
628                    "type": "integer",
629                    "example": 0
630                  },
631                  "REQUEST_QUEUE_READS": {
632                    "type": "integer",
633                    "example": 0
634                  },
635                  "REQUEST_QUEUE_WRITES": {
636                    "type": "integer",
637                    "example": 0
638                  },
639                  "DATA_TRANSFER_INTERNAL_GBYTES": {
640                    "type": "integer",
641                    "example": 0
642                  },
643                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
644                    "type": "integer",
645                    "example": 0
646                  },
647                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
648                    "type": "integer",
649                    "example": 0
650                  },
651                  "PROXY_SERPS": {
652                    "type": "integer",
653                    "example": 0
654                  }
655                }
656              },
657              "usageTotalUsd": {
658                "type": "number",
659                "example": 0.00005
660              },
661              "usageUsd": {
662                "type": "object",
663                "properties": {
664                  "ACTOR_COMPUTE_UNITS": {
665                    "type": "integer",
666                    "example": 0
667                  },
668                  "DATASET_READS": {
669                    "type": "integer",
670                    "example": 0
671                  },
672                  "DATASET_WRITES": {
673                    "type": "integer",
674                    "example": 0
675                  },
676                  "KEY_VALUE_STORE_READS": {
677                    "type": "integer",
678                    "example": 0
679                  },
680                  "KEY_VALUE_STORE_WRITES": {
681                    "type": "number",
682                    "example": 0.00005
683                  },
684                  "KEY_VALUE_STORE_LISTS": {
685                    "type": "integer",
686                    "example": 0
687                  },
688                  "REQUEST_QUEUE_READS": {
689                    "type": "integer",
690                    "example": 0
691                  },
692                  "REQUEST_QUEUE_WRITES": {
693                    "type": "integer",
694                    "example": 0
695                  },
696                  "DATA_TRANSFER_INTERNAL_GBYTES": {
697                    "type": "integer",
698                    "example": 0
699                  },
700                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
701                    "type": "integer",
702                    "example": 0
703                  },
704                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
705                    "type": "integer",
706                    "example": 0
707                  },
708                  "PROXY_SERPS": {
709                    "type": "integer",
710                    "example": 0
711                  }
712                }
713              }
714            }
715          }
716        }
717      }
718    }
719  }
720}

Google Shopping Scrapper Pro 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 Shopping Pro 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: