{
  "openapi": "3.0.1",
  "info": {
    "title": "Google Scholar Scraper - Low-cost💲🔥📚🎓",
    "description": "Scrape Google Scholar academic papers 📚🔍 with a powerful research scraper. Extract paper titles, authors, publication dates, journals/sources, citations, and direct links to full texts. Ideal for academic research, literature reviews, citation analysis, AI/NLP training, and knowledge discovery 🚀",
    "version": "0.0",
    "x-build-id": "i7xFyHDvklQk1jCVS"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/delectable_incubator~google-scholar-scraper-low-cost/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-delectable_incubator-google-scholar-scraper-low-cost",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/delectable_incubator~google-scholar-scraper-low-cost/runs": {
      "post": {
        "operationId": "runs-sync-delectable_incubator-google-scholar-scraper-low-cost",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/delectable_incubator~google-scholar-scraper-low-cost/run-sync": {
      "post": {
        "operationId": "run-sync-delectable_incubator-google-scholar-scraper-low-cost",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "required": [
          "keywords"
        ],
        "properties": {
          "keywords": {
            "title": "The keywords or subjects you wish to search for on Google Scholar 🔍🎓",
            "type": "array",
            "description": "The keywords or subjects you wish to search for on Google Scholar 🔍🎓📰. Add one keyword per line.",
            "items": {
              "type": "string"
            }
          },
          "maxitems": {
            "title": "Maximum number of results you want to scrape per keyword 📊",
            "type": "integer",
            "description": "Maximum number of results you want to scrape per keyword 📊",
            "default": 30
          },
          "language": {
            "title": "Select a language 🌍",
            "enum": [
              "English",
              "French",
              "Spanish",
              "German",
              "Italian",
              "Portuguese",
              "Russian",
              "Chinese",
              "Japanese",
              "Korean",
              "Arabic",
              "Hindi",
              "Bengali",
              "Punjabi",
              "Polish",
              "Turkish",
              "Vietnamese",
              "Thai",
              "Malay",
              "Czech",
              "Romanian",
              "Hungarian",
              "Slovak",
              "Ukrainian",
              "Greek",
              "Indonesian",
              "Swedish",
              "Norwegian",
              "Finnish",
              "Danish",
              "Dutch",
              "Serbian",
              "Croatian",
              "Bosnian",
              "Macedonian",
              "Albanian",
              "Slovenian",
              "Lithuanian",
              "Latvian",
              "Estonian",
              "Icelandic",
              "Maltese",
              "Georgian",
              "Amharic",
              "Swahili",
              "Tagalog",
              "Latin",
              "Yiddish",
              "Marathi",
              "Gujarati",
              "Telugu",
              "Tamil",
              "Kannada",
              "Malayalam",
              "Odia",
              "Sinhala",
              "Nepali",
              "Khmer",
              "Burmese",
              "Lao",
              "Urdu",
              "Pashto",
              "Divehi",
              "Sindhi",
              "Quechua",
              "Modern Hebrew",
              "Basque",
              "Welsh",
              "Galician",
              "Catalan",
              "Tok Pisin",
              "Hmong",
              "Xhosa",
              "Zulu"
            ],
            "type": "string",
            "description": "Select a language 🌍",
            "default": "English"
          },
          "country": {
            "title": "Select your preferred country 🌏",
            "enum": [
              "Any 🌍",
              "Australia 🇦🇺",
              "Brazil 🇧🇷",
              "Canada 🇨🇦",
              "India 🇮🇳",
              "United Kingdom 🇬🇧",
              "United States 🇺🇸",
              "Argentina 🇦🇷",
              "France 🇫🇷",
              "Germany 🇩🇪",
              "Japan 🇯🇵",
              "South Korea 🇰🇷",
              "Russia 🇷🇺",
              "Mexico 🇲🇽",
              "Spain 🇪🇸",
              "Italy 🇮🇹",
              "Turkey 🇹🇷",
              "Netherlands 🇳🇱",
              "Poland 🇵🇱",
              "Sweden 🇸🇪",
              "Switzerland 🇨🇭",
              "Belgium 🇧🇪",
              "China 🇨🇳",
              "Singapore 🇸🇬",
              "Vietnam 🇻🇳",
              "Thailand 🇹🇭",
              "Indonesia 🇮🇩",
              "Malaysia 🇲🇾",
              "Philippines 🇵🇭",
              "South Africa 🇿🇦",
              "Egypt 🇪🇬",
              "Nigeria 🇳🇬",
              "Kenya 🇰🇪",
              "Chile 🇨🇱",
              "Colombia 🇨🇴",
              "Peru 🇵🇪",
              "Saudi Arabia 🇸🇦",
              "United Arab Emirates 🇦🇪",
              "Pakistan 🇵🇰",
              "Bangladesh 🇧🇩",
              "Sri Lanka 🇱🇰",
              "Nepal 🇳🇵",
              "Afghanistan 🇦🇫",
              "Iraq 🇮🇶",
              "Kuwait 🇰🇼",
              "Qatar 🇶🇦",
              "Oman 🇴🇲",
              "Jordan 🇯🇴",
              "Lebanon 🇱🇧",
              "Syria 🇸🇾",
              "Bahrain 🇧🇭",
              "Yemen 🇾🇪",
              "Algeria 🇩🇿",
              "Morocco 🇲🇦",
              "Tunisia 🇹🇳",
              "Libya 🇱🇾",
              "Mali 🇲🇱",
              "Ivory Coast 🇨🇮",
              "Ghana 🇬🇭",
              "Senegal 🇸🇳",
              "Angola 🇦🇴",
              "Mozambique 🇲🇿",
              "Tanzania 🇹🇿",
              "Uganda 🇺🇬",
              "Rwanda 🇷🇼",
              "Zambia 🇿🇲",
              "Zimbabwe 🇿🇼",
              "Botswana 🇧🇼",
              "Namibia 🇳🇦",
              "Eswatini 🇸🇿",
              "Lesotho 🇱🇸",
              "Mauritius 🇲🇺",
              "Seychelles 🇸🇨",
              "Madagascar 🇲🇬",
              "Comoros 🇰🇲",
              "Somalia 🇸🇴",
              "Gabon 🇬🇦",
              "Congo 🇨🇬",
              "Democratic Republic of the Congo 🇨🇩",
              "Chad 🇹🇩",
              "Central African Republic 🇨🇫",
              "Cameroon 🇨🇲",
              "Equatorial Guinea 🇬🇶",
              "South Sudan 🇸🇸",
              "Sudan 🇸🇩",
              "Ethiopia 🇪🇹",
              "Mauritania 🇲🇷",
              "Liberia 🇱🇸",
              "Sierra Leone 🇸🇱",
              "Guinea 🇬🇳",
              "Côte d'Ivoire 🇨🇮",
              "Burkina Faso 🇧🇫",
              "Togo 🇹🇬",
              "Benin 🇧🇯",
              "Niger 🇳🇪",
              "Gambia 🇬🇳",
              "Guinea-Bissau 🇬🇼",
              "São Tomé and Príncipe 🇸🇹",
              "Honduras 🇭🇳",
              "El Salvador 🇸🇻",
              "Costa Rica 🇨🇷",
              "Panama 🇵🇦",
              "Belize 🇧🇿",
              "Guatemala 🇬🇹",
              "Nicaragua 🇳🇮",
              "Dominican Republic 🇩🇴",
              "Cuba 🇨🇺",
              "Jamaica 🇯🇲",
              "Trinidad and Tobago 🇹🇹",
              "Barbados 🇧🇧",
              "Saint Lucia 🇱🇨",
              "Saint Vincent and the Grenadines 🇻🇨",
              "Grenada 🇬🇩",
              "Saint Kitts and Nevis 🇰🇳",
              "Antigua and Barbuda 🇦🇬",
              "Bahamas 🇧🇸",
              "Saint Pierre and Miquelon 🇵🇲",
              "Martinique 🇲🇶",
              "Guadeloupe 🇬🇵",
              "French Guiana 🇬🇫",
              "Bermuda 🇧🇲",
              "Montserrat 🇲🇸",
              "Cayman Islands 🇰🇾",
              "Turks and Caicos Islands 🇹🇨",
              "Falkland Islands 🇫🇰",
              "Aruba 🇦🇼",
              "Curaçao 🇨🇼",
              "Bonaire 🇧🇶",
              "Sint Eustatius 🇸🇭",
              "Saba 🇸🇧",
              "Saint Barthélemy 🇧🇱",
              "Saint Martin 🇲🇶",
              "Sint Maarten 🇸🇽"
            ],
            "type": "string",
            "description": "Select your preferred country 🌏",
            "default": "Any 🌍"
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}