{
  "openapi": "3.0.1",
  "info": {
    "title": "Glassdoor Jobs Scraper",
    "description": "Extract Glassdoor job leads with salary ranges, employer ratings, locations, skills, posting age, remote flags, and Easy Apply signals. Filter salary, rating, remote, and freshness before records are billed; search-card extraction keeps runs lean.",
    "version": "0.1",
    "x-build-id": "P5KCg5qCW40ALQ1Il"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/schnellscrapers~glassdoor-job-leads/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-schnellscrapers-glassdoor-job-leads",
        "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/schnellscrapers~glassdoor-job-leads/runs": {
      "post": {
        "operationId": "runs-sync-schnellscrapers-glassdoor-job-leads",
        "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/schnellscrapers~glassdoor-job-leads/run-sync": {
      "post": {
        "operationId": "run-sync-schnellscrapers-glassdoor-job-leads",
        "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",
          "location"
        ],
        "properties": {
          "keywords": {
            "title": "Job keywords",
            "minLength": 1,
            "type": "string",
            "description": "Required search terms such as `software engineer`, `marketing manager`, or a company name.",
            "default": "software engineer"
          },
          "location": {
            "title": "Job location",
            "minLength": 1,
            "type": "string",
            "description": "Required city, state, country, or `remote` location to search on Glassdoor.",
            "default": "New York"
          },
          "country": {
            "title": "Glassdoor market",
            "enum": [
              "US",
              "UK",
              "CA",
              "AU",
              "IN",
              "DE",
              "FR",
              "NL",
              "BE",
              "AT",
              "CH",
              "ES",
              "IT",
              "IE",
              "BR",
              "MX",
              "AR",
              "SG",
              "HK",
              "NZ",
              "JP"
            ],
            "type": "string",
            "description": "Glassdoor country site used for the search. The default is the United States.",
            "default": "US"
          },
          "daysOld": {
            "title": "Posted within days",
            "minimum": 1,
            "maximum": 30,
            "type": "integer",
            "description": "Ask Glassdoor for jobs posted within this many days. Leave blank for the default search window.",
            "default": 7
          },
          "easyApply": {
            "title": "Easy Apply only",
            "type": "boolean",
            "description": "Keep only cards marked Easy Apply. The final check is applied before dataset writes.",
            "default": false
          },
          "remoteOnly": {
            "title": "Remote only",
            "type": "boolean",
            "description": "Keep only cards whose title, location, or description snippet identifies remote work.",
            "default": false
          },
          "minRating": {
            "title": "Minimum company rating",
            "minimum": 0,
            "maximum": 5,
            "type": "number",
            "description": "Keep jobs from employers rated at least this many Glassdoor stars. Jobs without a rating are excluded when this filter is set.",
            "default": 0
          },
          "minSalary": {
            "title": "Minimum salary",
            "minimum": 0,
            "maximum": 1000000,
            "type": "integer",
            "description": "Keep jobs whose lower salary bound is at least this amount in the source currency. Jobs without a numeric salary are excluded when set.",
            "default": 0
          },
          "maxSalary": {
            "title": "Maximum salary",
            "minimum": 0,
            "maximum": 1000000,
            "type": "integer",
            "description": "Keep jobs whose upper salary bound is at most this amount in the source currency. Jobs without a numeric salary are excluded when set.",
            "default": 0
          },
          "radius": {
            "title": "Search radius",
            "enum": [
              "0",
              "5",
              "10",
              "15",
              "25",
              "50",
              "100"
            ],
            "type": "string",
            "description": "Glassdoor distance radius around the location, in miles where the market supports it.",
            "default": "0"
          },
          "sortBy": {
            "title": "Sort results",
            "enum": [
              "relevant_desc",
              "date_desc"
            ],
            "type": "string",
            "description": "Sort Glassdoor results by relevance or posting date before local filtering.",
            "default": "relevant_desc"
          },
          "searches": {
            "title": "Additional searches",
            "type": "array",
            "description": "Optional batch of additional keyword/location searches. Each item may override the top-level filters; invalid items are warned and skipped.",
            "items": {
              "type": "object",
              "properties": {
                "keywords": {
                  "title": "Keywords",
                  "type": "string",
                  "description": "Search terms for this batch item.",
                  "editor": "textfield"
                },
                "location": {
                  "title": "Location",
                  "type": "string",
                  "description": "Location for this batch item.",
                  "editor": "textfield"
                },
                "country": {
                  "title": "Market",
                  "type": "string",
                  "description": "Two-letter Glassdoor market code for this batch item.",
                  "editor": "textfield"
                },
                "daysOld": {
                  "title": "Posted days",
                  "type": "integer",
                  "description": "Maximum posting age for this batch item.",
                  "editor": "number"
                },
                "easyApply": {
                  "title": "Easy Apply",
                  "type": "boolean",
                  "description": "Keep Easy Apply cards for this batch item.",
                  "editor": "checkbox"
                },
                "remoteOnly": {
                  "title": "Remote only",
                  "type": "boolean",
                  "description": "Keep remote cards for this batch item.",
                  "editor": "checkbox"
                },
                "minRating": {
                  "title": "Minimum rating",
                  "type": "number",
                  "description": "Minimum employer rating for this batch item.",
                  "editor": "number"
                },
                "minSalary": {
                  "title": "Minimum salary",
                  "type": "integer",
                  "description": "Minimum salary bound for this batch item.",
                  "editor": "number"
                },
                "maxSalary": {
                  "title": "Maximum salary",
                  "type": "integer",
                  "description": "Maximum salary bound for this batch item.",
                  "editor": "number"
                },
                "radius": {
                  "title": "Radius",
                  "type": "string",
                  "description": "Glassdoor radius for this batch item."
                },
                "sortBy": {
                  "title": "Sort",
                  "type": "string",
                  "description": "Glassdoor sort mode for this batch item.",
                  "enum": [
                    "relevant_desc",
                    "date_desc"
                  ]
                }
              }
            }
          },
          "urlParam": {
            "title": "Additional URL parameters",
            "type": "array",
            "description": "Optional Glassdoor query parameters passed through to every search page. Use this for source filters not exposed above.",
            "items": {
              "type": "object",
              "required": [
                "key",
                "value"
              ],
              "properties": {
                "key": {
                  "title": "Parameter name",
                  "type": "string",
                  "description": "Glassdoor query-string key.",
                  "editor": "textfield"
                },
                "value": {
                  "title": "Parameter value",
                  "type": "string",
                  "description": "Glassdoor query-string value.",
                  "editor": "textfield"
                }
              }
            }
          },
          "excludeJobIds": {
            "title": "Exclude job IDs",
            "type": "array",
            "description": "Skip known Glassdoor job IDs before billing. Useful for incremental lead workflows.",
            "items": {
              "type": "string"
            }
          },
          "maxItems": {
            "title": "Maximum records",
            "minimum": 1,
            "maximum": 1000,
            "type": "integer",
            "description": "Hard cap on total emitted records across all searches and pages.",
            "default": 100
          },
          "dryRun": {
            "title": "Dry run",
            "type": "boolean",
            "description": "Fetch and filter cards but do not write dataset records. Logs report matched candidates and zero records written.",
            "default": false
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}