{
  "openapi": "3.0.1",
  "info": {
    "title": "Glassdoor Jobs Scraper",
    "description": "Scrape Glassdoor job listings with salary data, company details, and full descriptions. Filter by location, job type, seniority, salary range, company size, and rating. Export to JSON/CSV. Perfect for job seekers, recruiters, and market research. Fast and reliable with residential proxy support.",
    "version": "1.0",
    "x-build-id": "6e881zPVVPbWMSeZx"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/silentflow~glassdoor-jobs-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-silentflow-glassdoor-jobs-scraper",
        "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/silentflow~glassdoor-jobs-scraper/runs": {
      "post": {
        "operationId": "runs-sync-silentflow-glassdoor-jobs-scraper",
        "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/silentflow~glassdoor-jobs-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-silentflow-glassdoor-jobs-scraper",
        "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",
        "properties": {
          "keyword": {
            "title": "Job Keyword",
            "type": "string",
            "description": "Define the job keyword to search (e.g., 'Software Engineer', 'Data Scientist'). Use 'keywords' for multiple keywords.",
            "default": "Software Engineer"
          },
          "keywords": {
            "title": "Job Keywords (multiple)",
            "type": "array",
            "description": "List of job keywords to search. Results from all keywords are combined and deduplicated.",
            "items": {
              "type": "string"
            }
          },
          "companyName": {
            "title": "Company Name Filter",
            "type": "string",
            "description": "Filter results to only include jobs from a specific company (e.g., 'Google', 'Microsoft')."
          },
          "country": {
            "title": "Country",
            "enum": [
              "US",
              "UK",
              "CA",
              "FR",
              "DE",
              "IN",
              "AU",
              "SG",
              "BR"
            ],
            "type": "string",
            "description": "Select the Glassdoor country domain to search on.",
            "default": "US"
          },
          "maxItems": {
            "title": "Maximum Items",
            "minimum": 1,
            "maximum": 900,
            "type": "integer",
            "description": "Set the maximum number of items to scrape (e.g., 100).",
            "default": 50
          },
          "location": {
            "title": "Location",
            "type": "string",
            "description": "Specify the location for job searching (e.g., 'San Francisco', 'New York', 'London').",
            "default": "United States"
          },
          "includeNoSalaryJob": {
            "title": "Include Jobs Without Salary",
            "type": "boolean",
            "description": "Choose to include jobs without salary details.",
            "default": true
          },
          "minSalary": {
            "title": "Minimum Salary",
            "minimum": 0,
            "type": "integer",
            "description": "Define your minimum salary filter (in local currency).",
            "default": 0
          },
          "maxSalary": {
            "title": "Maximum Salary",
            "minimum": 0,
            "type": "integer",
            "description": "Define your maximum salary filter (in local currency).",
            "default": 0
          },
          "fromAge": {
            "title": "Posted Within",
            "enum": [
              "",
              "1",
              "3",
              "7",
              "14",
              "30"
            ],
            "type": "string",
            "description": "Filter jobs based on how recently they were posted.",
            "default": ""
          },
          "jobType": {
            "title": "Job Type",
            "enum": [
              "",
              "fulltime",
              "parttime",
              "contract",
              "temporary",
              "internship"
            ],
            "type": "string",
            "description": "Select the type of job contract.",
            "default": ""
          },
          "radius": {
            "title": "Search Radius (km)",
            "minimum": 0,
            "maximum": 200,
            "type": "integer",
            "description": "Set your search radius in kilometers.",
            "default": 0
          },
          "industryType": {
            "title": "Industry",
            "enum": [
              "",
              "200063",
              "200064",
              "200065",
              "200066",
              "200067"
            ],
            "type": "string",
            "description": "Focus your search on specific industries.",
            "default": ""
          },
          "employerSizes": {
            "title": "Employer Size",
            "enum": [
              "",
              "1to50",
              "51to200",
              "201to500",
              "501to1000",
              "1001to5000",
              "5001plus"
            ],
            "type": "string",
            "description": "Select jobs based on employer size.",
            "default": ""
          },
          "applicationType": {
            "title": "Application Type",
            "enum": [
              "",
              "1"
            ],
            "type": "string",
            "description": "Filter by application method.",
            "default": ""
          },
          "remoteWorkType": {
            "title": "Remote Work",
            "enum": [
              "",
              "true",
              "false"
            ],
            "type": "string",
            "description": "Decide if you want to include remote jobs.",
            "default": ""
          },
          "seniorityType": {
            "title": "Seniority Level",
            "enum": [
              "",
              "entrylevel",
              "midseniorlevel",
              "director",
              "executive"
            ],
            "type": "string",
            "description": "Choose the level of seniority for job positions.",
            "default": ""
          },
          "minRating": {
            "title": "Minimum Company Rating",
            "minimum": 0,
            "maximum": 5,
            "type": "number",
            "description": "Set a minimum company rating (1.0 - 5.0).",
            "default": 0
          },
          "proxy": {
            "title": "Proxy Configuration",
            "type": "object",
            "description": "Select proxies to be used. Residential proxies are recommended for best results.",
            "default": {
              "useApifyProxy": true,
              "apifyProxyGroups": [
                "RESIDENTIAL"
              ]
            }
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}