Google Scholar Scraper: Fast & Affordable (Pay Per Result) ๐Ÿ“šโšก avatar

Google Scholar Scraper: Fast & Affordable (Pay Per Result) ๐Ÿ“šโšก

Try for free

Pay $8.99 for 1,000 results

Go to Store
Google Scholar Scraper: Fast & Affordable (Pay Per Result) ๐Ÿ“šโšก

Google Scholar Scraper: Fast & Affordable (Pay Per Result) ๐Ÿ“šโšก

scrapestorm/google-scholar-scraper-fast-affordable-pay-per-result
Try for free

Pay $8.99 for 1,000 results

Unlock the potential of the Google Scholar scraper tool! ๐Ÿ“šโœจ Easily collect academic papers based on your chosen keyword or research topic ๐Ÿ”. Get essential details like the title ๐Ÿ“, author(s) ๐Ÿ–‹๏ธ, publication date โฐ, journal/source ๐ŸŒ, and direct links to full texts ๐Ÿ”—โ€”ideal for researchers ! ๐Ÿš€

You can access the Google Scholar Scraper: Fast & Affordable (Pay Per Result) ๐Ÿ“šโšก 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.0",
5    "x-build-id": "zorldRwqiE4h858bS"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/scrapestorm~google-scholar-scraper-fast-affordable-pay-per-result/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-scrapestorm-google-scholar-scraper-fast-affordable-pay-per-result",
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/scrapestorm~google-scholar-scraper-fast-affordable-pay-per-result/runs": {
50      "post": {
51        "operationId": "runs-sync-scrapestorm-google-scholar-scraper-fast-affordable-pay-per-result",
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/scrapestorm~google-scholar-scraper-fast-affordable-pay-per-result/run-sync": {
93      "post": {
94        "operationId": "run-sync-scrapestorm-google-scholar-scraper-fast-affordable-pay-per-result",
95        "x-openai-isConsequential": false,
96        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97        "tags": [
98          "Run Actor"
99        ],
100        "requestBody": {
101          "required": true,
102          "content": {
103            "application/json": {
104              "schema": {
105                "$ref": "#/components/schemas/inputSchema"
106              }
107            }
108          }
109        },
110        "parameters": [
111          {
112            "name": "token",
113            "in": "query",
114            "required": true,
115            "schema": {
116              "type": "string"
117            },
118            "description": "Enter your Apify token here"
119          }
120        ],
121        "responses": {
122          "200": {
123            "description": "OK"
124          }
125        }
126      }
127    }
128  },
129  "components": {
130    "schemas": {
131      "inputSchema": {
132        "type": "object",
133        "required": [
134          "keyword"
135        ],
136        "properties": {
137          "keyword": {
138            "title": "The keyword or subject you wish to search for on Google Scholar ๐Ÿ”๐ŸŽ“",
139            "type": "string",
140            "description": "The keyword or subject you wish to search for on Google Scholar ๐Ÿ”๐ŸŽ“๐Ÿ“ฐ",
141            "default": "Technology"
142          },
143          "maxitems": {
144            "title": "Maximum number of results you want to scrape ๐Ÿ“Š",
145            "type": "integer",
146            "description": "Maximum number of results you want to scrape ๐Ÿ“Š",
147            "default": 100
148          },
149          "language": {
150            "title": "Select a language ๐ŸŒ",
151            "enum": [
152              "English",
153              "French",
154              "Spanish",
155              "German",
156              "Italian",
157              "Portuguese",
158              "Russian",
159              "Chinese",
160              "Japanese",
161              "Korean",
162              "Arabic",
163              "Hindi",
164              "Bengali",
165              "Punjabi",
166              "Polish",
167              "Turkish",
168              "Vietnamese",
169              "Thai",
170              "Malay",
171              "Czech",
172              "Romanian",
173              "Hungarian",
174              "Slovak",
175              "Ukrainian",
176              "Greek",
177              "Indonesian",
178              "Swedish",
179              "Norwegian",
180              "Finnish",
181              "Danish",
182              "Dutch",
183              "Serbian",
184              "Croatian",
185              "Bosnian",
186              "Macedonian",
187              "Albanian",
188              "Slovenian",
189              "Lithuanian",
190              "Latvian",
191              "Estonian",
192              "Icelandic",
193              "Maltese",
194              "Georgian",
195              "Amharic",
196              "Swahili",
197              "Tagalog",
198              "Latin",
199              "Yiddish",
200              "Marathi",
201              "Gujarati",
202              "Telugu",
203              "Tamil",
204              "Kannada",
205              "Malayalam",
206              "Odia",
207              "Sinhala",
208              "Nepali",
209              "Khmer",
210              "Burmese",
211              "Lao",
212              "Urdu",
213              "Pashto",
214              "Divehi",
215              "Sindhi",
216              "Quechua",
217              "Modern Hebrew",
218              "Basque",
219              "Welsh",
220              "Galician",
221              "Catalan",
222              "Tok Pisin",
223              "Hmong",
224              "Xhosa",
225              "Zulu"
226            ],
227            "type": "string",
228            "description": "Select a language ๐ŸŒ",
229            "default": "English"
230          },
231          "country": {
232            "title": "Select your preferred country ๐ŸŒ",
233            "enum": [
234              "Any ๐ŸŒ",
235              "Australia ๐Ÿ‡ฆ๐Ÿ‡บ",
236              "Brazil ๐Ÿ‡ง๐Ÿ‡ท",
237              "Canada ๐Ÿ‡จ๐Ÿ‡ฆ",
238              "India ๐Ÿ‡ฎ๐Ÿ‡ณ",
239              "United Kingdom ๐Ÿ‡ฌ๐Ÿ‡ง",
240              "United States ๐Ÿ‡บ๐Ÿ‡ธ",
241              "Argentina ๐Ÿ‡ฆ๐Ÿ‡ท",
242              "France ๐Ÿ‡ซ๐Ÿ‡ท",
243              "Germany ๐Ÿ‡ฉ๐Ÿ‡ช",
244              "Japan ๐Ÿ‡ฏ๐Ÿ‡ต",
245              "South Korea ๐Ÿ‡ฐ๐Ÿ‡ท",
246              "Russia ๐Ÿ‡ท๐Ÿ‡บ",
247              "Mexico ๐Ÿ‡ฒ๐Ÿ‡ฝ",
248              "Spain ๐Ÿ‡ช๐Ÿ‡ธ",
249              "Italy ๐Ÿ‡ฎ๐Ÿ‡น",
250              "Turkey ๐Ÿ‡น๐Ÿ‡ท",
251              "Netherlands ๐Ÿ‡ณ๐Ÿ‡ฑ",
252              "Poland ๐Ÿ‡ต๐Ÿ‡ฑ",
253              "Sweden ๐Ÿ‡ธ๐Ÿ‡ช",
254              "Switzerland ๐Ÿ‡จ๐Ÿ‡ญ",
255              "Belgium ๐Ÿ‡ง๐Ÿ‡ช",
256              "China ๐Ÿ‡จ๐Ÿ‡ณ",
257              "Singapore ๐Ÿ‡ธ๐Ÿ‡ฌ",
258              "Vietnam ๐Ÿ‡ป๐Ÿ‡ณ",
259              "Thailand ๐Ÿ‡น๐Ÿ‡ญ",
260              "Indonesia ๐Ÿ‡ฎ๐Ÿ‡ฉ",
261              "Malaysia ๐Ÿ‡ฒ๐Ÿ‡พ",
262              "Philippines ๐Ÿ‡ต๐Ÿ‡ญ",
263              "South Africa ๐Ÿ‡ฟ๐Ÿ‡ฆ",
264              "Egypt ๐Ÿ‡ช๐Ÿ‡ฌ",
265              "Nigeria ๐Ÿ‡ณ๐Ÿ‡ฌ",
266              "Kenya ๐Ÿ‡ฐ๐Ÿ‡ช",
267              "Chile ๐Ÿ‡จ๐Ÿ‡ฑ",
268              "Colombia ๐Ÿ‡จ๐Ÿ‡ด",
269              "Peru ๐Ÿ‡ต๐Ÿ‡ช",
270              "Saudi Arabia ๐Ÿ‡ธ๐Ÿ‡ฆ",
271              "United Arab Emirates ๐Ÿ‡ฆ๐Ÿ‡ช",
272              "Pakistan ๐Ÿ‡ต๐Ÿ‡ฐ",
273              "Bangladesh ๐Ÿ‡ง๐Ÿ‡ฉ",
274              "Sri Lanka ๐Ÿ‡ฑ๐Ÿ‡ฐ",
275              "Nepal ๐Ÿ‡ณ๐Ÿ‡ต",
276              "Afghanistan ๐Ÿ‡ฆ๐Ÿ‡ซ",
277              "Iraq ๐Ÿ‡ฎ๐Ÿ‡ถ",
278              "Kuwait ๐Ÿ‡ฐ๐Ÿ‡ผ",
279              "Qatar ๐Ÿ‡ถ๐Ÿ‡ฆ",
280              "Oman ๐Ÿ‡ด๐Ÿ‡ฒ",
281              "Jordan ๐Ÿ‡ฏ๐Ÿ‡ด",
282              "Lebanon ๐Ÿ‡ฑ๐Ÿ‡ง",
283              "Syria ๐Ÿ‡ธ๐Ÿ‡พ",
284              "Bahrain ๐Ÿ‡ง๐Ÿ‡ญ",
285              "Yemen ๐Ÿ‡พ๐Ÿ‡ช",
286              "Algeria ๐Ÿ‡ฉ๐Ÿ‡ฟ",
287              "Morocco ๐Ÿ‡ฒ๐Ÿ‡ฆ",
288              "Tunisia ๐Ÿ‡น๐Ÿ‡ณ",
289              "Libya ๐Ÿ‡ฑ๐Ÿ‡พ",
290              "Mali ๐Ÿ‡ฒ๐Ÿ‡ฑ",
291              "Ivory Coast ๐Ÿ‡จ๐Ÿ‡ฎ",
292              "Ghana ๐Ÿ‡ฌ๐Ÿ‡ญ",
293              "Senegal ๐Ÿ‡ธ๐Ÿ‡ณ",
294              "Angola ๐Ÿ‡ฆ๐Ÿ‡ด",
295              "Mozambique ๐Ÿ‡ฒ๐Ÿ‡ฟ",
296              "Tanzania ๐Ÿ‡น๐Ÿ‡ฟ",
297              "Uganda ๐Ÿ‡บ๐Ÿ‡ฌ",
298              "Rwanda ๐Ÿ‡ท๐Ÿ‡ผ",
299              "Zambia ๐Ÿ‡ฟ๐Ÿ‡ฒ",
300              "Zimbabwe ๐Ÿ‡ฟ๐Ÿ‡ผ",
301              "Botswana ๐Ÿ‡ง๐Ÿ‡ผ",
302              "Namibia ๐Ÿ‡ณ๐Ÿ‡ฆ",
303              "Eswatini ๐Ÿ‡ธ๐Ÿ‡ฟ",
304              "Lesotho ๐Ÿ‡ฑ๐Ÿ‡ธ",
305              "Mauritius ๐Ÿ‡ฒ๐Ÿ‡บ",
306              "Seychelles ๐Ÿ‡ธ๐Ÿ‡จ",
307              "Madagascar ๐Ÿ‡ฒ๐Ÿ‡ฌ",
308              "Comoros ๐Ÿ‡ฐ๐Ÿ‡ฒ",
309              "Somalia ๐Ÿ‡ธ๐Ÿ‡ด",
310              "Gabon ๐Ÿ‡ฌ๐Ÿ‡ฆ",
311              "Congo ๐Ÿ‡จ๐Ÿ‡ฌ",
312              "Democratic Republic of the Congo ๐Ÿ‡จ๐Ÿ‡ฉ",
313              "Chad ๐Ÿ‡น๐Ÿ‡ฉ",
314              "Central African Republic ๐Ÿ‡จ๐Ÿ‡ซ",
315              "Cameroon ๐Ÿ‡จ๐Ÿ‡ฒ",
316              "Equatorial Guinea ๐Ÿ‡ฌ๐Ÿ‡ถ",
317              "South Sudan ๐Ÿ‡ธ๐Ÿ‡ธ",
318              "Sudan ๐Ÿ‡ธ๐Ÿ‡ฉ",
319              "Ethiopia ๐Ÿ‡ช๐Ÿ‡น",
320              "Mauritania ๐Ÿ‡ฒ๐Ÿ‡ท",
321              "Liberia ๐Ÿ‡ฑ๐Ÿ‡ธ",
322              "Sierra Leone ๐Ÿ‡ธ๐Ÿ‡ฑ",
323              "Guinea ๐Ÿ‡ฌ๐Ÿ‡ณ",
324              "Cรดte d'Ivoire ๐Ÿ‡จ๐Ÿ‡ฎ",
325              "Burkina Faso ๐Ÿ‡ง๐Ÿ‡ซ",
326              "Togo ๐Ÿ‡น๐Ÿ‡ฌ",
327              "Benin ๐Ÿ‡ง๐Ÿ‡ฏ",
328              "Niger ๐Ÿ‡ณ๐Ÿ‡ช",
329              "Gambia ๐Ÿ‡ฌ๐Ÿ‡ณ",
330              "Guinea-Bissau ๐Ÿ‡ฌ๐Ÿ‡ผ",
331              "Sรฃo Tomรฉ and Prรญncipe ๐Ÿ‡ธ๐Ÿ‡น",
332              "Honduras ๐Ÿ‡ญ๐Ÿ‡ณ",
333              "El Salvador ๐Ÿ‡ธ๐Ÿ‡ป",
334              "Costa Rica ๐Ÿ‡จ๐Ÿ‡ท",
335              "Panama ๐Ÿ‡ต๐Ÿ‡ฆ",
336              "Belize ๐Ÿ‡ง๐Ÿ‡ฟ",
337              "Guatemala ๐Ÿ‡ฌ๐Ÿ‡น",
338              "Nicaragua ๐Ÿ‡ณ๐Ÿ‡ฎ",
339              "Dominican Republic ๐Ÿ‡ฉ๐Ÿ‡ด",
340              "Cuba ๐Ÿ‡จ๐Ÿ‡บ",
341              "Jamaica ๐Ÿ‡ฏ๐Ÿ‡ฒ",
342              "Trinidad and Tobago ๐Ÿ‡น๐Ÿ‡น",
343              "Barbados ๐Ÿ‡ง๐Ÿ‡ง",
344              "Saint Lucia ๐Ÿ‡ฑ๐Ÿ‡จ",
345              "Saint Vincent and the Grenadines ๐Ÿ‡ป๐Ÿ‡จ",
346              "Grenada ๐Ÿ‡ฌ๐Ÿ‡ฉ",
347              "Saint Kitts and Nevis ๐Ÿ‡ฐ๐Ÿ‡ณ",
348              "Antigua and Barbuda ๐Ÿ‡ฆ๐Ÿ‡ฌ",
349              "Bahamas ๐Ÿ‡ง๐Ÿ‡ธ",
350              "Saint Pierre and Miquelon ๐Ÿ‡ต๐Ÿ‡ฒ",
351              "Martinique ๐Ÿ‡ฒ๐Ÿ‡ถ",
352              "Guadeloupe ๐Ÿ‡ฌ๐Ÿ‡ต",
353              "French Guiana ๐Ÿ‡ฌ๐Ÿ‡ซ",
354              "Bermuda ๐Ÿ‡ง๐Ÿ‡ฒ",
355              "Montserrat ๐Ÿ‡ฒ๐Ÿ‡ธ",
356              "Cayman Islands ๐Ÿ‡ฐ๐Ÿ‡พ",
357              "Turks and Caicos Islands ๐Ÿ‡น๐Ÿ‡จ",
358              "Falkland Islands ๐Ÿ‡ซ๐Ÿ‡ฐ",
359              "Aruba ๐Ÿ‡ฆ๐Ÿ‡ผ",
360              "Curaรงao ๐Ÿ‡จ๐Ÿ‡ผ",
361              "Bonaire ๐Ÿ‡ง๐Ÿ‡ถ",
362              "Sint Eustatius ๐Ÿ‡ธ๐Ÿ‡ญ",
363              "Saba ๐Ÿ‡ธ๐Ÿ‡ง",
364              "Saint Barthรฉlemy ๐Ÿ‡ง๐Ÿ‡ฑ",
365              "Saint Martin ๐Ÿ‡ฒ๐Ÿ‡ถ",
366              "Sint Maarten ๐Ÿ‡ธ๐Ÿ‡ฝ"
367            ],
368            "type": "string",
369            "description": "Select your preferred country ๐ŸŒ",
370            "default": "Any ๐ŸŒ"
371          }
372        }
373      },
374      "runsResponseSchema": {
375        "type": "object",
376        "properties": {
377          "data": {
378            "type": "object",
379            "properties": {
380              "id": {
381                "type": "string"
382              },
383              "actId": {
384                "type": "string"
385              },
386              "userId": {
387                "type": "string"
388              },
389              "startedAt": {
390                "type": "string",
391                "format": "date-time",
392                "example": "2025-01-08T00:00:00.000Z"
393              },
394              "finishedAt": {
395                "type": "string",
396                "format": "date-time",
397                "example": "2025-01-08T00:00:00.000Z"
398              },
399              "status": {
400                "type": "string",
401                "example": "READY"
402              },
403              "meta": {
404                "type": "object",
405                "properties": {
406                  "origin": {
407                    "type": "string",
408                    "example": "API"
409                  },
410                  "userAgent": {
411                    "type": "string"
412                  }
413                }
414              },
415              "stats": {
416                "type": "object",
417                "properties": {
418                  "inputBodyLen": {
419                    "type": "integer",
420                    "example": 2000
421                  },
422                  "rebootCount": {
423                    "type": "integer",
424                    "example": 0
425                  },
426                  "restartCount": {
427                    "type": "integer",
428                    "example": 0
429                  },
430                  "resurrectCount": {
431                    "type": "integer",
432                    "example": 0
433                  },
434                  "computeUnits": {
435                    "type": "integer",
436                    "example": 0
437                  }
438                }
439              },
440              "options": {
441                "type": "object",
442                "properties": {
443                  "build": {
444                    "type": "string",
445                    "example": "latest"
446                  },
447                  "timeoutSecs": {
448                    "type": "integer",
449                    "example": 300
450                  },
451                  "memoryMbytes": {
452                    "type": "integer",
453                    "example": 1024
454                  },
455                  "diskMbytes": {
456                    "type": "integer",
457                    "example": 2048
458                  }
459                }
460              },
461              "buildId": {
462                "type": "string"
463              },
464              "defaultKeyValueStoreId": {
465                "type": "string"
466              },
467              "defaultDatasetId": {
468                "type": "string"
469              },
470              "defaultRequestQueueId": {
471                "type": "string"
472              },
473              "buildNumber": {
474                "type": "string",
475                "example": "1.0.0"
476              },
477              "containerUrl": {
478                "type": "string"
479              },
480              "usage": {
481                "type": "object",
482                "properties": {
483                  "ACTOR_COMPUTE_UNITS": {
484                    "type": "integer",
485                    "example": 0
486                  },
487                  "DATASET_READS": {
488                    "type": "integer",
489                    "example": 0
490                  },
491                  "DATASET_WRITES": {
492                    "type": "integer",
493                    "example": 0
494                  },
495                  "KEY_VALUE_STORE_READS": {
496                    "type": "integer",
497                    "example": 0
498                  },
499                  "KEY_VALUE_STORE_WRITES": {
500                    "type": "integer",
501                    "example": 1
502                  },
503                  "KEY_VALUE_STORE_LISTS": {
504                    "type": "integer",
505                    "example": 0
506                  },
507                  "REQUEST_QUEUE_READS": {
508                    "type": "integer",
509                    "example": 0
510                  },
511                  "REQUEST_QUEUE_WRITES": {
512                    "type": "integer",
513                    "example": 0
514                  },
515                  "DATA_TRANSFER_INTERNAL_GBYTES": {
516                    "type": "integer",
517                    "example": 0
518                  },
519                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
520                    "type": "integer",
521                    "example": 0
522                  },
523                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
524                    "type": "integer",
525                    "example": 0
526                  },
527                  "PROXY_SERPS": {
528                    "type": "integer",
529                    "example": 0
530                  }
531                }
532              },
533              "usageTotalUsd": {
534                "type": "number",
535                "example": 0.00005
536              },
537              "usageUsd": {
538                "type": "object",
539                "properties": {
540                  "ACTOR_COMPUTE_UNITS": {
541                    "type": "integer",
542                    "example": 0
543                  },
544                  "DATASET_READS": {
545                    "type": "integer",
546                    "example": 0
547                  },
548                  "DATASET_WRITES": {
549                    "type": "integer",
550                    "example": 0
551                  },
552                  "KEY_VALUE_STORE_READS": {
553                    "type": "integer",
554                    "example": 0
555                  },
556                  "KEY_VALUE_STORE_WRITES": {
557                    "type": "number",
558                    "example": 0.00005
559                  },
560                  "KEY_VALUE_STORE_LISTS": {
561                    "type": "integer",
562                    "example": 0
563                  },
564                  "REQUEST_QUEUE_READS": {
565                    "type": "integer",
566                    "example": 0
567                  },
568                  "REQUEST_QUEUE_WRITES": {
569                    "type": "integer",
570                    "example": 0
571                  },
572                  "DATA_TRANSFER_INTERNAL_GBYTES": {
573                    "type": "integer",
574                    "example": 0
575                  },
576                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
577                    "type": "integer",
578                    "example": 0
579                  },
580                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
581                    "type": "integer",
582                    "example": 0
583                  },
584                  "PROXY_SERPS": {
585                    "type": "integer",
586                    "example": 0
587                  }
588                }
589              }
590            }
591          }
592        }
593      }
594    }
595  }
596}

Google Scholar Scraper: Fast & Affordable (Pay Per Result) ๐Ÿ“šโšก 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 Scholar Scraper: Fast & Affordable (Pay Per Result) ๐Ÿ“šโšก 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

  • 2 monthly users

  • 1 star

  • Created in Jan 2025

  • Modified 2 hours ago