{
  "openapi": "3.0.1",
  "info": {
    "title": "Glassdoor Jobs Scraper | Enterprise-Grade",
    "description": "Extract structured Glassdoor job listings with titles, descriptions, salaries, company data, ratings, and employer insights. Built for enterprise-grade hiring intelligence, labor market analysis, and automated recruiting or analytics pipelines.",
    "version": "0.1",
    "x-build-id": "OaLh6vUVCQ2E6K4Qs"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/fatihtahta~glassdoor-jobs-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-fatihtahta-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/fatihtahta~glassdoor-jobs-scraper/runs": {
      "post": {
        "operationId": "runs-sync-fatihtahta-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/fatihtahta~glassdoor-jobs-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-fatihtahta-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": {
          "queries": {
            "title": "Search queries",
            "type": "array",
            "description": "Enter one or more job-related keywords to search on Glassdoor. Good inputs include job titles, skills, employer names, and role-plus-location phrases. Use this when you want the actor to discover relevant listings for you instead of starting from saved URLs.",
            "items": {
              "type": "string"
            }
          },
          "location": {
            "title": "Location (City, state, zip code, etc.)",
            "type": "string",
            "description": "Optional location text applied to every search query, for example `San Antonio`, `San Francisco, CA`, or `10001`. Use this to keep all keyword searches focused on one city, metro area, state, or ZIP code."
          },
          "radius": {
            "title": "Radius",
            "enum": [
              "10",
              "20",
              "30",
              "50",
              "100",
              "200"
            ],
            "type": "string",
            "description": "Optional search radius in miles applied to every search query. Choose a smaller radius for local roles or a larger one for broader regional coverage."
          },
          "datePosted": {
            "title": "Date posted",
            "enum": [
              "1",
              "3",
              "7",
              "14"
            ],
            "type": "string",
            "description": "Optional recency filter applied to every search query. Use it to focus on newly posted jobs when you need fresher hiring signals."
          },
          "minRating": {
            "title": "Minimum rating",
            "enum": [
              "1",
              "2",
              "3",
              "4"
            ],
            "type": "string",
            "description": "Optional minimum company rating filter applied to every search query. Use it to focus on employers above a chosen review threshold."
          },
          "minSalary": {
            "title": "Minimum salary",
            "type": "integer",
            "description": "Optional minimum salary filter applied to every search query. Use it when you want to exclude lower-paying roles."
          },
          "maxSalary": {
            "title": "Maximum salary",
            "type": "integer",
            "description": "Optional maximum salary filter applied to every search query. Use it to keep results within a target compensation range."
          },
          "jobType": {
            "title": "Job type",
            "enum": [
              "CF3CP",
              "5QWDV",
              "75GKK",
              "NJXCK",
              "T9BXE",
              "VDTG7"
            ],
            "type": "string",
            "description": "Optional employment type filter applied to every search query. Use it to narrow results to full-time, part-time, contract, internship, and similar roles."
          },
          "industryNid": {
            "title": "Industry",
            "enum": [
              "10002",
              "10019",
              "10010",
              "10012",
              "10026",
              "10013",
              "10014",
              "10006",
              "10015",
              "10016",
              "10024"
            ],
            "type": "string",
            "description": "Optional industry filter applied to every search query. Use it to focus on jobs from employers in a specific sector."
          },
          "sgocId": {
            "title": "Job function",
            "enum": [
              "1003",
              "1004",
              "1007",
              "1011",
              "1016",
              "1017",
              "1018",
              "1019",
              "1022",
              "1023"
            ],
            "type": "string",
            "description": "Optional job function filter applied to every search query. Use it when you want broader role families such as Engineering, IT, Operations, or Product & Project Management."
          },
          "seniorityType": {
            "title": "Seniority type",
            "type": "string",
            "description": "Optional seniority filter applied to every search query, for example `entrylevel` or `midseniorlevel`. Use it to target roles at a specific experience level."
          },
          "employerSize": {
            "title": "Employer size",
            "enum": [
              "1",
              "2",
              "3",
              "4",
              "5"
            ],
            "type": "string",
            "description": "Optional employer size filter applied to every search query. Use it to focus on smaller companies, mid-sized employers, or large enterprises."
          },
          "sortBy": {
            "title": "Sort order",
            "enum": [
              "relevant_desc",
              "date_desc"
            ],
            "type": "string",
            "description": "Optional sort order for search-based runs. Choose `Most recent` for fresher postings or `Most relevant` for broader discovery."
          },
          "applicationType": {
            "title": "Easy apply only",
            "type": "boolean",
            "description": "When enabled, keeps only jobs marked as Easy Apply. Use it when you want listings with a simpler application path."
          },
          "remoteWorkType": {
            "title": "Remote only",
            "type": "boolean",
            "description": "When enabled, keeps only remote jobs in search-based runs."
          },
          "limit": {
            "title": "Maximum listings to save (per query)",
            "minimum": 10,
            "type": "integer",
            "description": "Stop the run after this many listings have been saved for each query. Use a smaller number for quick sampling or QA, and a larger number when you need deeper market coverage or a fuller export.",
            "default": 50000
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}