G2  Explorer avatar

G2 Explorer

Try for free

No credit card required

Go to Store
G2  Explorer

G2 Explorer

jupri/g2-explorer
Try for free

No credit card required

πŸ’« Scrape G2.com

You can access the G2 Explorer programmatically from your own applications by using the Apify API. You can 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.2",
5    "x-build-id": "LlQl1P88uUQfaqQeV"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/jupri~g2-explorer/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-jupri-g2-explorer",
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/jupri~g2-explorer/runs": {
50      "post": {
51        "operationId": "runs-sync-jupri-g2-explorer",
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/jupri~g2-explorer/run-sync": {
93      "post": {
94        "operationId": "run-sync-jupri-g2-explorer",
95        "x-openai-isConsequential": false,
96        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97        "tags": [
98          "Run Actor"
99        ],
100        "requestBody": {
101          "required": true,
102          "content": {
103            "application/json": {
104              "schema": {
105                "$ref": "#/components/schemas/inputSchema"
106              }
107            }
108          }
109        },
110        "parameters": [
111          {
112            "name": "token",
113            "in": "query",
114            "required": true,
115            "schema": {
116              "type": "string"
117            },
118            "description": "Enter your Apify token here"
119          }
120        ],
121        "responses": {
122          "200": {
123            "description": "OK"
124          }
125        }
126      }
127    }
128  },
129  "components": {
130    "schemas": {
131      "inputSchema": {
132        "type": "object",
133        "properties": {
134          "query": {
135            "title": "❓ Query",
136            "type": "string",
137            "description": "πŸ’‘ Keywords OR Slug(s) separated by spaces, line-break or commas"
138          },
139          "mode": {
140            "title": "πŸ”Ž Mode",
141            "enum": [
142              "product",
143              "product_info",
144              "review",
145              "article",
146              "discuss"
147            ],
148            "type": "string",
149            "description": "πŸ’‘ Operation Mode",
150            "default": "review"
151          },
152          "limit": {
153            "title": "♾️ Limit",
154            "type": "integer",
155            "description": "πŸ’‘ Limit number of results <i>(per slug for Search Reviews Mode)</i>."
156          },
157          "review_search": {
158            "title": "Search Reviews",
159            "type": "string",
160            "description": "πŸ’‘ Search within reviews"
161          },
162          "review_stars": {
163            "title": "Stars",
164            "enum": [
165              "5",
166              "4",
167              "3",
168              "2",
169              "1"
170            ],
171            "type": "string",
172            "description": ""
173          },
174          "response_type": {
175            "title": "Response Type",
176            "enum": [
177              "",
178              "text",
179              "video"
180            ],
181            "type": "string",
182            "description": ""
183          },
184          "sort_review": {
185            "title": "Sorting",
186            "enum": [
187              "default",
188              "newest",
189              "oldest",
190              "most-helpful",
191              "highrated",
192              "lowrated",
193              "least-helpful"
194            ],
195            "type": "string",
196            "description": "πŸ’‘ Sorting key"
197          },
198          "strict_search": {
199            "title": "Strict",
200            "type": "boolean",
201            "description": "πŸ’‘ Limit search to only specified (product) slugs."
202          },
203          "no_parse": {
204            "title": "Disable",
205            "type": "boolean",
206            "description": "πŸ’‘ WARNING: πŸ’€ <i>Unreliable Parser</i> πŸ’€"
207          },
208          "sort_product": {
209            "title": "Sorting",
210            "enum": [
211              "relevance",
212              "popular",
213              "rating"
214            ],
215            "type": "string",
216            "description": "πŸ’‘ Sorting key"
217          },
218          "product_types": {
219            "title": "Product Types",
220            "type": "array",
221            "description": "",
222            "items": {
223              "type": "string",
224              "enum": [
225                "Software",
226                "Hardware",
227                "Provider",
228                "ProductSuite"
229              ]
230            }
231          },
232          "product_categories": {
233            "title": "Category",
234            "type": "array",
235            "description": "",
236            "items": {
237              "type": "string",
238              "enum": [
239                "404",
240                "1007277",
241                "1524",
242                "2361",
243                "692",
244                "685",
245                "1005492",
246                "684",
247                "1910",
248                "2433",
249                "2839",
250                "1008899",
251                "1003048",
252                "1004496",
253                "1005591",
254                "1007409",
255                "1007310",
256                "1007541",
257                "1007045",
258                "1004133",
259                "1003572",
260                "1005757",
261                "1006781",
262                "1003638",
263                "1003047",
264                "1003275",
265                "1005988",
266                "1008004",
267                "1006351",
268                "1004595",
269                "1003242",
270                "1007012",
271                "946",
272                "2",
273                "179",
274                "42",
275                "4",
276                "152",
277                "607",
278                "46",
279                "771",
280                "785",
281                "1722",
282                "779",
283                "1377",
284                "1076",
285                "787",
286                "772",
287                "786",
288                "1721",
289                "5",
290                "490",
291                "242",
292                "272",
293                "1202",
294                "48",
295                "11",
296                "39",
297                "53",
298                "624",
299                "36",
300                "1674",
301                "182",
302                "250",
303                "1781",
304                "60",
305                "180",
306                "225",
307                "1258",
308                "201",
309                "1084",
310                "1106",
311                "1089",
312                "1104",
313                "169",
314                "1607",
315                "154",
316                "153",
317                "641",
318                "211",
319                "640",
320                "1136",
321                "2041",
322                "273",
323                "70",
324                "1491",
325                "1347",
326                "100",
327                "1494",
328                "499",
329                "1789",
330                "1260",
331                "1982",
332                "1898",
333                "794",
334                "795",
335                "796",
336                "802",
337                "809",
338                "174",
339                "1074",
340                "1895",
341                "183",
342                "362",
343                "184",
344                "292",
345                "294",
346                "291",
347                "293",
348                "1959",
349                "295",
350                "13",
351                "15",
352                "237",
353                "239",
354                "871",
355                "345",
356                "28",
357                "1771",
358                "19",
359                "118",
360                "2045",
361                "92",
362                "34",
363                "566",
364                "95",
365                "96",
366                "81",
367                "1836",
368                "1891",
369                "1528",
370                "412",
371                "1964",
372                "263",
373                "167",
374                "260",
375                "1414",
376                "199",
377                "1205",
378                "1043",
379                "129",
380                "1044",
381                "561",
382                "2247",
383                "51",
384                "8",
385                "58",
386                "191",
387                "10",
388                "479",
389                "202",
390                "1896",
391                "351",
392                "32",
393                "2378",
394                "2117",
395                "2189",
396                "2127",
397                "2171",
398                "2172",
399                "2262",
400                "88",
401                "203",
402                "166",
403                "59",
404                "309",
405                "314",
406                "611",
407                "217",
408                "1993",
409                "1947",
410                "545",
411                "1996",
412                "315",
413                "316",
414                "1461",
415                "108",
416                "1691",
417                "1976",
418                "1130",
419                "562",
420                "243",
421                "1705",
422                "289",
423                "287",
424                "281",
425                "277",
426                "278",
427                "288",
428                "249",
429                "1714",
430                "279",
431                "286",
432                "280",
433                "45",
434                "137",
435                "1553",
436                "1554",
437                "2238",
438                "634",
439                "2315",
440                "1300",
441                "1555",
442                "156",
443                "109",
444                "65",
445                "1361",
446                "1360",
447                "90",
448                "431",
449                "215",
450                "663",
451                "1108",
452                "1200",
453                "43",
454                "107",
455                "1437",
456                "1438",
457                "1447",
458                "1444",
459                "1445",
460                "1441",
461                "140",
462                "142",
463                "143",
464                "1531",
465                "1355",
466                "55",
467                "21",
468                "47",
469                "241",
470                "590",
471                "171",
472                "247",
473                "252",
474                "63",
475                "261",
476                "50",
477                "591",
478                "589",
479                "1201",
480                "698",
481                "565",
482                "790",
483                "789",
484                "324",
485                "1318",
486                "121",
487                "80",
488                "2107",
489                "1127",
490                "103",
491                "78",
492                "77",
493                "1221",
494                "411",
495                "2109",
496                "200",
497                "189",
498                "1401",
499                "72",
500                "2036",
501                "1124",
502                "648",
503                "1073",
504                "1040",
505                "1391",
506                "161",
507                "1255",
508                "82",
509                "1375",
510                "608",
511                "1265",
512                "145",
513                "146",
514                "1512",
515                "649",
516                "12",
517                "1723",
518                "1050",
519                "749",
520                "1749",
521                "1199",
522                "762",
523                "1091",
524                "1092",
525                "1093",
526                "1094",
527                "1095",
528                "1096",
529                "2115",
530                "1097",
531                "1099",
532                "2120",
533                "1100",
534                "1101",
535                "697",
536                "699",
537                "700",
538                "701",
539                "164",
540                "130",
541                "134",
542                "374",
543                "373",
544                "372",
545                "732",
546                "1196",
547                "733",
548                "736",
549                "734",
550                "735",
551                "567",
552                "939",
553                "949",
554                "948",
555                "978",
556                "940",
557                "963",
558                "975",
559                "991",
560                "1005",
561                "1022",
562                "976",
563                "964",
564                "947",
565                "979",
566                "186",
567                "383",
568                "219",
569                "209",
570                "204",
571                "190",
572                "151",
573                "677",
574                "1004793"
575              ],
576              "enumTitles": [
577                "πŸ“‚ Artificial Intelligence",
578                "πŸ—€ Active Learning Tools",
579                "πŸ—€ Conversational Intelligence",
580                "πŸ—€ Data Labeling",
581                "πŸ—€ Data Science and Machine Learning Platforms",
582                "πŸ—€ Deep Learning",
583                "πŸ—€ Generative AI",
584                "πŸ—€ Machine Learning",
585                "πŸ—€ MLOps Platforms",
586                "πŸ—€ Synthetic Data",
587                "πŸ—€ Video Surveillance",
588                "πŸ—€ Video Translation",
589                "πŸ“‚ Ecosystem Service Providers",
590                "πŸ—€ Adobe Consulting Services",
591                "πŸ—€ AWS Consulting Services",
592                "πŸ—€ Braze Consulting Services",
593                "πŸ—€ Ceridian Consulting Services",
594                "πŸ—€ Citrix Consulting Services",
595                "πŸ—€ Genesys Consulting Services",
596                "πŸ—€ Google Consulting Services",
597                "πŸ—€ HubSpot Consulting Services",
598                "πŸ—€ IBM Consulting Services",
599                "πŸ—€ Infor Consulting Services",
600                "πŸ—€ Oracle Consulting Services",
601                "πŸ—€ Salesforce Consulting Services",
602                "πŸ—€ SAP Consulting Services",
603                "πŸ—€ ServiceNow Consulting Services",
604                "πŸ—€ Snowflake Consulting Services",
605                "πŸ—€ UKG Consulting Services",
606                "πŸ—€ Workday Consulting Services",
607                "πŸ—€ Microsoft Consulting Services",
608                "πŸ—€ NetSuite Consulting Services",
609                "πŸ—€ NetSuite Resellers",
610                "πŸ“‚ Sales Tools",
611                "πŸ—€ CRM",
612                "πŸ—€ Sales Compensation",
613                "πŸ—€ Contract Management",
614                "πŸ—€ E-Signature",
615                "πŸ—€ Sales Acceleration",
616                "πŸ—€ Sales Intelligence",
617                "πŸ“‚ Marketing Services",
618                "πŸ—€ Branding Agencies",
619                "πŸ—€ Event Management Services",
620                "πŸ—€ Inbound Marketing",
621                "πŸ—€ Lead Generation Services",
622                "πŸ—€ Marketing Automation Consulting",
623                "πŸ—€ Marketing Strategy",
624                "πŸ—€ Outbound Marketing",
625                "πŸ—€ PR Firms",
626                "πŸ—€ Reputation Management Services",
627                "πŸ“‚ Marketing",
628                "πŸ—€ Account-Based Marketing",
629                "πŸ—€ Content Marketing",
630                "πŸ—€ Conversion Rate Optimization Tools",
631                "πŸ—€ Customer Data Platform (CDP)",
632                "πŸ—€ Demand Generation",
633                "πŸ—€ Digital Analytics",
634                "πŸ—€ Email Marketing",
635                "πŸ—€ Event Management",
636                "πŸ—€ Marketing Analytics",
637                "πŸ—€ Marketing Automation",
638                "πŸ—€ Personalization",
639                "πŸ—€ Public Relations (PR)",
640                "πŸ—€ SEO Tools",
641                "πŸ—€ SMS Marketing",
642                "πŸ—€ Social Media Marketing",
643                "πŸ—€ Technology Research Services",
644                "πŸ—€ Transactional Email",
645                "πŸ—€ Local Listing Management",
646                "πŸ“‚ Security",
647                "πŸ—€ Cloud Security",
648                "πŸ—€ System Security",
649                "πŸ—€ Application Security",
650                "πŸ—€ Confidentiality",
651                "πŸ—€ Data Security",
652                "πŸ—€ Email Security",
653                "πŸ—€ Endpoint Protection",
654                "πŸ—€ Identity Management",
655                "πŸ—€ Network Security",
656                "πŸ—€ Vulnerability Management",
657                "πŸ—€ Web Security",
658                "πŸ—€ Log Analysis",
659                "πŸ—€ Software Composition Analysis",
660                "πŸ“‚ Analytics Tools & Software",
661                "πŸ—€ Business Intelligence",
662                "πŸ—€ Data Virtualization",
663                "πŸ—€ Drone Analytics",
664                "πŸ—€ Enterprise Search Software",
665                "πŸ—€ Insight Engines",
666                "πŸ—€ Predictive Analytics",
667                "πŸ—€ Statistical Analysis",
668                "πŸ—€ Text Analysis",
669                "πŸ—€ Time Series Intelligence",
670                "πŸ—€ Visitor Behavior Intelligence",
671                "πŸ“‚ Business Services",
672                "πŸ—€ Business Filing and Licensing",
673                "πŸ—€ Business Finance",
674                "πŸ—€ HR Services",
675                "πŸ—€ Legal Services",
676                "πŸ—€ Management Consulting",
677                "πŸ—€ Sales Consulting",
678                "πŸ—€ Sales Training",
679                "πŸ“‚ CAD & PLM",
680                "πŸ—€ GIS",
681                "πŸ—€ Product Lifecycle Management (PLM)",
682                "πŸ—€ Building Design and Building Information Modeling (BIM)",
683                "πŸ—€ Civil Engineering Design",
684                "πŸ—€ General-Purpose CAD",
685                "πŸ—€ Mechanical Computer-aided Design (MCAD)",
686                "πŸ—€ PCB Design",
687                "πŸ—€ Sketching",
688                "πŸ“‚ Collaboration & Productivity",
689                "πŸ—€ Team Collaboration",
690                "πŸ—€ Document Creation",
691                "πŸ—€ Idea Management",
692                "πŸ—€ Meeting Management",
693                "πŸ—€ Presentation",
694                "πŸ—€ Survey",
695                "πŸ—€ UCaaS Platforms",
696                "πŸ—€ Video Conferencing",
697                "πŸ—€ VoIP",
698                "πŸ“‚ Commerce",
699                "πŸ—€ POS",
700                "πŸ—€ E-Commerce Platforms",
701                "πŸ—€ E-Merchandising",
702                "πŸ—€ Payment Gateways",
703                "πŸ—€ Review Management",
704                "πŸ—€ Subscription Management",
705                "πŸ—€ Brand Protection",
706                "πŸ—€ Drop Shipping",
707                "πŸ—€ E-Commerce Personalization",
708                "πŸ—€ Product Information Management (PIM)",
709                "πŸ—€ Retail Execution",
710                "πŸ—€ Shopping Cart",
711                "πŸ“‚ Content Management",
712                "πŸ—€ Digital Asset Management",
713                "πŸ—€ Digital Experience Platforms (DXP)",
714                "πŸ—€ Enterprise Content Management (ECM)",
715                "πŸ—€ Headless CMS",
716                "πŸ—€ Knowledge Management",
717                "πŸ—€ Localization",
718                "πŸ—€ Mobile Forms Automation",
719                "πŸ—€ Translation Management",
720                "πŸ—€ Web Accessibility",
721                "πŸ—€ Web Content Management",
722                "πŸ“‚ Customer Service",
723                "πŸ—€ Help Desk",
724                "πŸ—€ Live Chat",
725                "πŸ—€ Customer Self-Service",
726                "πŸ—€ Social Customer Service",
727                "πŸ—€ Call & Contact Center",
728                "πŸ—€ Conversational Support",
729                "πŸ—€ Customer Success",
730                "πŸ—€ Enterprise Feedback Management",
731                "πŸ—€ Experience Management",
732                "πŸ“‚ Data Privacy",
733                "πŸ—€ Consent Management Platform (CMP)",
734                "πŸ—€ Data Privacy Management",
735                "πŸ—€ Data Subject Access Request (DSAR)",
736                "πŸ—€ Privacy Impact Assessment (PIA)",
737                "πŸ—€ Sensitive Data Discovery",
738                "πŸ“‚ Design",
739                "πŸ—€ Video",
740                "πŸ“‚ Development",
741                "πŸ—€ Cloud Platform as a Service (PaaS)",
742                "πŸ—€ Integrated Development Environments (IDE)",
743                "πŸ—€ Software Testing",
744                "πŸ—€ Application Development",
745                "πŸ—€ Game Development",
746                "πŸ—€ Software Development Analytics Tools",
747                "πŸ—€ Test Management",
748                "πŸ—€ Web Frameworks",
749                "πŸ—€ WebOps Platforms",
750                "πŸ—€ Bug Tracking",
751                "πŸ—€ Text Editor",
752                "πŸ—€ Application Release Orchestration",
753                "πŸ—€ Automation Testing",
754                "πŸ—€ Batch Management",
755                "πŸ—€ CI/CD Tools",
756                "πŸ—€ Containerization",
757                "πŸ—€ Source Code Management",
758                "πŸ“‚ Digital Advertising Tech",
759                "πŸ—€ Click Fraud",
760                "πŸ—€ Cross-Channel Advertising",
761                "πŸ—€ Data Management Platform (DMP)",
762                "πŸ—€ Demand Side Platform (DSP)",
763                "πŸ—€ Display Advertising",
764                "πŸ—€ Mobile Advertising",
765                "πŸ—€ Other Digital Advertising",
766                "πŸ—€ Paid Search Advertising",
767                "πŸ—€ Retargeting",
768                "πŸ—€ Social Media Advertising",
769                "πŸ—€ Supply Side Platform (SSP)",
770                "πŸ—€ Video Advertising",
771                "πŸ“‚ ERP",
772                "πŸ—€ Procurement",
773                "πŸ—€ Discrete ERP",
774                "πŸ—€ Distribution ERP",
775                "πŸ—€ Environmental, Quality and Safety Management",
776                "πŸ—€ ERP Systems",
777                "πŸ—€ Industrial IoT",
778                "πŸ—€ Manufacturing Execution System",
779                "πŸ—€ Mixed Mode ERP",
780                "πŸ—€ Professional Services Automation",
781                "πŸ—€ Project, Portfolio & Program Management",
782                "πŸ—€ Accounting",
783                "πŸ—€ Accounts Receivable",
784                "πŸ—€ AP Automation",
785                "πŸ—€ Billing",
786                "πŸ—€ CMMS",
787                "πŸ—€ Corporate Performance Management (CPM)",
788                "πŸ—€ Enterprise Asset Management (EAM)",
789                "πŸ—€ Financial Close",
790                "πŸ—€ Invoice Management",
791                "πŸ—€ Travel & Expense",
792                "πŸ“‚ Governance, Risk & Compliance",
793                "πŸ—€ Anti Money Laundering",
794                "πŸ—€ Audit Management",
795                "πŸ—€ Enterprise Risk Management (ERM)",
796                "πŸ—€ Ethics and Compliance Learning",
797                "πŸ—€ Policy Management",
798                "πŸ—€ Third Party & Supplier Risk Management",
799                "πŸ“‚ Hosting",
800                "πŸ—€ Content Delivery Network (CDN)",
801                "πŸ—€ Domain Registrars",
802                "πŸ—€ Enterprise Content Delivery Network (eCDN)",
803                "πŸ—€ Managed DNS Providers",
804                "πŸ—€ Web Hosting",
805                "πŸ“‚ HR",
806                "πŸ—€ HCM Software",
807                "πŸ—€ Core HR",
808                "πŸ—€ Benefits Administration",
809                "πŸ—€ Workforce Management",
810                "πŸ—€ Time Tracking",
811                "πŸ—€ Staffing",
812                "πŸ—€ Employee Monitoring",
813                "πŸ—€ Video Interviewing",
814                "πŸ—€ Performance Management",
815                "πŸ—€ Employee Engagement",
816                "πŸ—€ Compensation Management",
817                "πŸ—€ Employee Recognition",
818                "πŸ—€ Job Search Sites",
819                "πŸ—€ Corporate Learning Management Systems",
820                "πŸ—€ Recruitment Marketing",
821                "πŸ—€ Applicant Tracking Systems (ATS)",
822                "πŸ—€ Course Authoring",
823                "πŸ—€ Learning Experience Platforms (LXP)",
824                "πŸ“‚ IT Infrastructure",
825                "πŸ—€ Infrastructure as a Service (IaaS)",
826                "πŸ—€ AIOps Platforms",
827                "πŸ—€ Blockchain",
828                "πŸ—€ Database Software",
829                "πŸ—€ Data Integration Tools",
830                "πŸ—€ Data Warehouse",
831                "πŸ—€ Load Balancing",
832                "πŸ—€ Master Data Management (MDM)",
833                "πŸ—€ Monitoring",
834                "πŸ—€ Storage Management",
835                "πŸ—€ Virtual Desktop Infrastructure (VDI)",
836                "πŸ—€ Virtual Private Cloud (VPC)",
837                "πŸ“‚ IT Management",
838                "πŸ—€ Cloud Management Platforms",
839                "πŸ—€ Data Recovery",
840                "πŸ—€ Enterprise IT Management",
841                "πŸ—€ Enterprise Mobility Management",
842                "πŸ—€ Incident Management",
843                "πŸ—€ IT Asset Management",
844                "πŸ—€ Mobile Device Management (MDM)",
845                "πŸ—€ Process Automation",
846                "πŸ—€ Service Desk",
847                "πŸ—€ Workload Automation",
848                "πŸ“‚ Office Management Software",
849                "πŸ—€ Meeting Room Booking Systems",
850                "πŸ“‚ Other Services",
851                "πŸ—€ IT Outsourcing",
852                "πŸ—€ ITSM Tool Implementation, Consulting, and Managed Services",
853                "πŸ—€ Other B2B Services",
854                "πŸ“‚ Professional Services",
855                "πŸ—€ Cloud Migration Services",
856                "πŸ—€ Development Services",
857                "πŸ—€ Implementation Services",
858                "πŸ—€ Managed IT Services",
859                "πŸ—€ Managed Services",
860                "πŸ—€ Solution Consulting",
861                "πŸ“‚ Security and Privacy Services",
862                "πŸ—€ Application Security Services",
863                "πŸ—€ Data Security Services",
864                "πŸ—€ Email Security Services",
865                "πŸ—€ Endpoint Security Services",
866                "πŸ—€ Incident Response Services",
867                "πŸ—€ IoT Security Services",
868                "πŸ—€ IT Compliance Services",
869                "πŸ—€ Network Security Services",
870                "πŸ—€ Threat Hunting Services",
871                "πŸ—€ Threat Intelligence Services",
872                "πŸ—€ Vulnerability Assessment Services",
873                "πŸ“‚ Staffing Services",
874                "πŸ—€ On-Demand Staffing Services",
875                "πŸ—€ Other Staffing Services",
876                "πŸ—€ Recruitment Agencies",
877                "πŸ—€ Staffing Agencies",
878                "πŸ“‚ Supply Chain & Logistics",
879                "πŸ—€ Demand Planning",
880                "πŸ—€ Shipping",
881                "πŸ—€ Fleet Management",
882                "πŸ—€ Transportation Management Systems (TMS)",
883                "πŸ“‚ Translation Services",
884                "πŸ—€ Closed Captioning Services",
885                "πŸ—€ Interpretation",
886                "πŸ—€ Localization Services",
887                "πŸ—€ Multilingual Desktop Publishing",
888                "πŸ—€ Transcription Services",
889                "πŸ—€ Translation",
890                "πŸ“‚ Value-Added Resellers (VARs)",
891                "πŸ—€ Acumatica Channel Partners",
892                "πŸ—€ Adobe Channel Partners",
893                "πŸ—€ Autodesk Channel Partners",
894                "πŸ—€ Cisco Channel Partners",
895                "πŸ—€ Deltek Channel Partners",
896                "πŸ—€ Epicor Channel Partners",
897                "πŸ—€ Infor Channel Partners",
898                "πŸ—€ Oracle Channel Partners",
899                "πŸ—€ Other VARs",
900                "πŸ—€ Qlik Channel Partners",
901                "πŸ—€ Sage Channel Partners",
902                "πŸ—€ Salesforce Channel Partners",
903                "πŸ—€ SAP Channel Partners",
904                "πŸ“‚ Vertical Industry",
905                "πŸ—€ Construction",
906                "πŸ—€ Education",
907                "πŸ—€ Financial Services",
908                "πŸ—€ Health Care",
909                "πŸ—€ Legal",
910                "πŸ—€ Nonprofit",
911                "πŸ—€ Transportation",
912                "πŸ—€ Other Religious Institutions"
913              ]
914            }
915          },
916          "include_article_content": {
917            "title": "Include Contents",
918            "type": "boolean",
919            "description": "πŸ’‘ WARNING: The results size could be huge."
920          },
921          "sort_discuss": {
922            "title": "Sorting",
923            "enum": [
924              "comment",
925              "helpful",
926              "newest",
927              "pinned"
928            ],
929            "type": "string",
930            "description": "πŸ’‘ Sorting key"
931          },
932          "dev_custom_headers": {
933            "title": "πŸ“œ HTTP HEADERS",
934            "type": "array",
935            "description": "πŸ’‘ Additional HTTP Headers",
936            "items": {
937              "type": "object",
938              "required": [
939                "key",
940                "value"
941              ],
942              "properties": {
943                "key": {
944                  "type": "string",
945                  "title": "Key"
946                },
947                "value": {
948                  "type": "string",
949                  "title": "Value"
950                }
951              }
952            }
953          },
954          "dev_custom_cookies": {
955            "title": "🍰 HTTP COOKIES",
956            "type": "array",
957            "description": "πŸ’‘ Additional HTTP Cookies",
958            "items": {
959              "type": "object",
960              "required": [
961                "key",
962                "value"
963              ],
964              "properties": {
965                "key": {
966                  "type": "string",
967                  "title": "Key"
968                },
969                "value": {
970                  "type": "string",
971                  "title": "Value"
972                }
973              }
974            }
975          },
976          "dev_transform_fields": {
977            "title": "♻️ CUSTOM FIELD",
978            "type": "array",
979            "description": "πŸ’‘ <b>Transform the resulting output. Select only needed fields.</b><br><br>For nested object use <b>DOT</b>. For example: <pre>address.streetAddress</pre><br>For nested array use <b>NUMBER</b> <i>(index of array element starting from index=0)</i>. For example: <pre>images.0.url</pre>",
980            "items": {
981              "type": "object",
982              "required": [
983                "key",
984                "value"
985              ],
986              "properties": {
987                "key": {
988                  "type": "string",
989                  "title": "Key"
990                },
991                "value": {
992                  "type": "string",
993                  "title": "Value"
994                }
995              }
996            }
997          },
998          "dev_dataset_name": {
999            "title": "πŸ“ CUSTOM STORAGE",
1000            "type": "string",
1001            "description": "πŸ’‘ <b>Save results into custom named Dataset, use mask to customize dataset name</b><br><br><code>{ACTOR} = actor name<br>{DATE} = date (YYYYMMDD)<br>{TIME} = time (HHMMSS)</code><br><br>This masks can be used to autogenerate Dataset Name.<br><br>example: <i><code>data-{DATE}</code></i><br>Depending on today date the dataset name will be: <code>data-20230603</code><i><br><br>default: <code>data-{ACTOR}-{DATE}-{TIME}</code></i>"
1002          },
1003          "dev_dataset_clear": {
1004            "title": "Clear Storage",
1005            "type": "boolean",
1006            "description": "Clear Dataset before insert/update."
1007          },
1008          "dev_no_strip": {
1009            "title": "Disable data cleansing",
1010            "type": "boolean",
1011            "description": "πŸ’‘ Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>"
1012          }
1013        }
1014      },
1015      "runsResponseSchema": {
1016        "type": "object",
1017        "properties": {
1018          "data": {
1019            "type": "object",
1020            "properties": {
1021              "id": {
1022                "type": "string"
1023              },
1024              "actId": {
1025                "type": "string"
1026              },
1027              "userId": {
1028                "type": "string"
1029              },
1030              "startedAt": {
1031                "type": "string",
1032                "format": "date-time",
1033                "example": "2025-01-08T00:00:00.000Z"
1034              },
1035              "finishedAt": {
1036                "type": "string",
1037                "format": "date-time",
1038                "example": "2025-01-08T00:00:00.000Z"
1039              },
1040              "status": {
1041                "type": "string",
1042                "example": "READY"
1043              },
1044              "meta": {
1045                "type": "object",
1046                "properties": {
1047                  "origin": {
1048                    "type": "string",
1049                    "example": "API"
1050                  },
1051                  "userAgent": {
1052                    "type": "string"
1053                  }
1054                }
1055              },
1056              "stats": {
1057                "type": "object",
1058                "properties": {
1059                  "inputBodyLen": {
1060                    "type": "integer",
1061                    "example": 2000
1062                  },
1063                  "rebootCount": {
1064                    "type": "integer",
1065                    "example": 0
1066                  },
1067                  "restartCount": {
1068                    "type": "integer",
1069                    "example": 0
1070                  },
1071                  "resurrectCount": {
1072                    "type": "integer",
1073                    "example": 0
1074                  },
1075                  "computeUnits": {
1076                    "type": "integer",
1077                    "example": 0
1078                  }
1079                }
1080              },
1081              "options": {
1082                "type": "object",
1083                "properties": {
1084                  "build": {
1085                    "type": "string",
1086                    "example": "latest"
1087                  },
1088                  "timeoutSecs": {
1089                    "type": "integer",
1090                    "example": 300
1091                  },
1092                  "memoryMbytes": {
1093                    "type": "integer",
1094                    "example": 1024
1095                  },
1096                  "diskMbytes": {
1097                    "type": "integer",
1098                    "example": 2048
1099                  }
1100                }
1101              },
1102              "buildId": {
1103                "type": "string"
1104              },
1105              "defaultKeyValueStoreId": {
1106                "type": "string"
1107              },
1108              "defaultDatasetId": {
1109                "type": "string"
1110              },
1111              "defaultRequestQueueId": {
1112                "type": "string"
1113              },
1114              "buildNumber": {
1115                "type": "string",
1116                "example": "1.0.0"
1117              },
1118              "containerUrl": {
1119                "type": "string"
1120              },
1121              "usage": {
1122                "type": "object",
1123                "properties": {
1124                  "ACTOR_COMPUTE_UNITS": {
1125                    "type": "integer",
1126                    "example": 0
1127                  },
1128                  "DATASET_READS": {
1129                    "type": "integer",
1130                    "example": 0
1131                  },
1132                  "DATASET_WRITES": {
1133                    "type": "integer",
1134                    "example": 0
1135                  },
1136                  "KEY_VALUE_STORE_READS": {
1137                    "type": "integer",
1138                    "example": 0
1139                  },
1140                  "KEY_VALUE_STORE_WRITES": {
1141                    "type": "integer",
1142                    "example": 1
1143                  },
1144                  "KEY_VALUE_STORE_LISTS": {
1145                    "type": "integer",
1146                    "example": 0
1147                  },
1148                  "REQUEST_QUEUE_READS": {
1149                    "type": "integer",
1150                    "example": 0
1151                  },
1152                  "REQUEST_QUEUE_WRITES": {
1153                    "type": "integer",
1154                    "example": 0
1155                  },
1156                  "DATA_TRANSFER_INTERNAL_GBYTES": {
1157                    "type": "integer",
1158                    "example": 0
1159                  },
1160                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
1161                    "type": "integer",
1162                    "example": 0
1163                  },
1164                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
1165                    "type": "integer",
1166                    "example": 0
1167                  },
1168                  "PROXY_SERPS": {
1169                    "type": "integer",
1170                    "example": 0
1171                  }
1172                }
1173              },
1174              "usageTotalUsd": {
1175                "type": "number",
1176                "example": 0.00005
1177              },
1178              "usageUsd": {
1179                "type": "object",
1180                "properties": {
1181                  "ACTOR_COMPUTE_UNITS": {
1182                    "type": "integer",
1183                    "example": 0
1184                  },
1185                  "DATASET_READS": {
1186                    "type": "integer",
1187                    "example": 0
1188                  },
1189                  "DATASET_WRITES": {
1190                    "type": "integer",
1191                    "example": 0
1192                  },
1193                  "KEY_VALUE_STORE_READS": {
1194                    "type": "integer",
1195                    "example": 0
1196                  },
1197                  "KEY_VALUE_STORE_WRITES": {
1198                    "type": "number",
1199                    "example": 0.00005
1200                  },
1201                  "KEY_VALUE_STORE_LISTS": {
1202                    "type": "integer",
1203                    "example": 0
1204                  },
1205                  "REQUEST_QUEUE_READS": {
1206                    "type": "integer",
1207                    "example": 0
1208                  },
1209                  "REQUEST_QUEUE_WRITES": {
1210                    "type": "integer",
1211                    "example": 0
1212                  },
1213                  "DATA_TRANSFER_INTERNAL_GBYTES": {
1214                    "type": "integer",
1215                    "example": 0
1216                  },
1217                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
1218                    "type": "integer",
1219                    "example": 0
1220                  },
1221                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
1222                    "type": "integer",
1223                    "example": 0
1224                  },
1225                  "PROXY_SERPS": {
1226                    "type": "integer",
1227                    "example": 0
1228                  }
1229                }
1230              }
1231            }
1232          }
1233        }
1234      }
1235    }
1236  }
1237}

G2 Product Reviews 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 G2 Explorer 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:

Developer
Maintained by Community

Actor Metrics

  • 73 monthly users

  • 26 bookmarks

  • >99% runs succeeded

  • 45 days response time

  • Created in Aug 2022

  • Modified 3 months ago

Categories