{
  "openapi": "3.0.1",
  "info": {
    "title": "Multi Job Board Scraper — LinkedIn, Indeed, Glassdoor & More",
    "description": "Scrape job listings from LinkedIn, Indeed, Glassdoor, Google Jobs, ZipRecruiter, Bayt, BDJobs & Naukri in a single run. Structured, deduplicated results with salary, company info & full descriptions.",
    "version": "1.0",
    "x-build-id": "E7qOPlDCwF9h0e1aU"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/iskoren~multi-job-board-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-iskoren-multi-job-board-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/iskoren~multi-job-board-scraper/runs": {
      "post": {
        "operationId": "runs-sync-iskoren-multi-job-board-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/iskoren~multi-job-board-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-iskoren-multi-job-board-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": {
          "searchTerm": {
            "title": "💼 Job Title or Keyword",
            "type": "string",
            "description": "The role, keyword, or skill to search for. Examples: 'software engineer', 'data analyst', 'python developer'. To run several queries at once, use the Multiple Searches field below."
          },
          "searchTerms": {
            "title": "🗂️ Multiple Searches (run several at once)",
            "maxItems": 5,
            "type": "array",
            "description": "Optional. Run several queries in a single pass — the results are merged and deduplicated, and every row gets a 'matched_search_term' field showing which query found it. Example: ['AI consultant', 'AI help', 'GenAI advisor']. ⚠️ Cost scales linearly: 2 terms ≈ 2× the jobs = 2× the cost. Max 5 terms. Leave empty to use the single Job Title field above.",
            "items": {
              "type": "string"
            }
          },
          "location": {
            "title": "🗺️ Location",
            "type": "string",
            "description": "City, state, or country to search in. Examples: 'New York', 'London', 'San Francisco, CA', 'Remote'. Leave empty to search globally."
          },
          "sites": {
            "title": "🌐 Job Boards to Scrape",
            "type": "array",
            "description": "Which job boards to pull from. Choose any of: linkedin, indeed, glassdoor, google, zip_recruiter, bayt, bdjobs, naukri. Defaults to all 8 boards.",
            "items": {
              "type": "string"
            },
            "default": [
              "linkedin",
              "indeed",
              "glassdoor",
              "google",
              "zip_recruiter",
              "bayt",
              "bdjobs",
              "naukri"
            ]
          },
          "maxResults": {
            "title": "🔢 Results Per Board",
            "minimum": 1,
            "maximum": 100,
            "type": "integer",
            "description": "Maximum number of postings to scrape from each board (1–100). Total results = this number × number of boards selected.",
            "default": 20
          },
          "isRemote": {
            "title": "🏡 Remote Only",
            "type": "boolean",
            "description": "Return only remote postings. Cannot be combined with Posted Within on Indeed.",
            "default": false
          },
          "jobType": {
            "title": "📋 Employment Type",
            "enum": [
              "",
              "fulltime",
              "parttime",
              "contract",
              "internship",
              "temporary"
            ],
            "type": "string",
            "description": "Filter by employment type. Leave as 'Any' to return everything. Note: cannot be combined with Posted Within on Indeed.",
            "default": ""
          },
          "hoursOld": {
            "title": "🕒 Posted Within (hours)",
            "minimum": 1,
            "maximum": 8760,
            "type": "integer",
            "description": "Only return postings from the last N hours. Examples: 24 = last day, 72 = last 3 days, 168 = last week. Leave empty for all time. ⚠️ Cannot be combined with Easy Apply on LinkedIn or Indeed."
          },
          "countryIndeed": {
            "title": "🚩 Country (Indeed & Glassdoor)",
            "type": "string",
            "description": "Country code for Indeed and Glassdoor searches. Examples: usa, uk, canada, australia, germany, france, india, singapore, uae. Most country names and 2-letter ISO codes are supported.",
            "default": "usa"
          },
          "googleSearchTerm": {
            "title": "🔍 Google Jobs Query",
            "type": "string",
            "description": "Custom query for Google Jobs only. For best results: open Google Jobs in your browser → apply your filters → copy the exact query shown. Leave empty to reuse the main Job Title above."
          },
          "distance": {
            "title": "🎯 Search Radius (miles)",
            "minimum": 0,
            "maximum": 200,
            "type": "integer",
            "description": "How far from the location to search, in miles. Use 0 for the exact location only.",
            "default": 50
          },
          "offset": {
            "title": "📑 Skip Results (pagination)",
            "minimum": 0,
            "type": "integer",
            "description": "Skip the first N results — handy for paging through large result sets. Example: set 20 on the second run to fetch the next page."
          },
          "easyApply": {
            "title": "⚡ Easy Apply Only",
            "type": "boolean",
            "description": "Only return jobs you can apply to directly on the board (one-click / quick apply). ⚠️ Cannot be combined with Posted Within on LinkedIn or Indeed.",
            "default": false
          },
          "linkedinFetchDescription": {
            "title": "📄 LinkedIn: Full Descriptions",
            "type": "boolean",
            "description": "Fetch complete descriptions and direct apply URLs from LinkedIn. Richer data, but it makes more requests (slower and more proxy usage).",
            "default": false
          },
          "linkedinCompanyIds": {
            "title": "🏢 LinkedIn: Target Companies",
            "type": "array",
            "description": "Limit the LinkedIn search to specific companies by their LinkedIn company ID. Find the ID in the company's LinkedIn URL. Example: [\"1441\", \"2382910\"]. Leave empty to search all companies.",
            "items": {
              "type": "string"
            }
          },
          "descriptionFormat": {
            "title": "✍️ Description Format",
            "enum": [
              "markdown",
              "html"
            ],
            "type": "string",
            "description": "Format for the job description text. Markdown is cleaner to read; HTML keeps the original styling.",
            "default": "markdown"
          },
          "enforceAnnualSalary": {
            "title": "💵 Normalize to Annual Salary",
            "type": "boolean",
            "description": "Convert all salary figures to yearly equivalents. Hourly → × 2080, monthly → × 12. Makes pay easy to compare across postings.",
            "default": false
          },
          "userAgent": {
            "title": "🧭 Custom User Agent",
            "type": "string",
            "description": "Override the default browser User-Agent header. Useful when a specific board blocks the default. Leave empty to use the built-in default."
          },
          "caCert": {
            "title": "📜 CA Certificate (Proxy Auth)",
            "type": "string",
            "description": "Path to a CA certificate for proxy authentication. Only needed for enterprise proxies requiring certificate-based auth. Leave empty if not required."
          },
          "proxyConfiguration": {
            "title": "🔒 Proxy Settings",
            "type": "object",
            "description": "Proxy configuration. ⚠️ Residential proxies are strongly recommended for LinkedIn (rate-limited after ~100 results per IP). Datacenter proxies work for Indeed and Google Jobs.",
            "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}