{
  "openapi": "3.0.1",
  "info": {
    "title": "Job Scraper Linkedin by Albinor",
    "description": "LinkedIn jobs scraper with bulk title input, clean exports, flexible filters, and no LinkedIn login required.",
    "version": "0.15",
    "x-build-id": "PoWZNflohYnnmYfer"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/believable_fork~job-scraper-linkedin-by-albinor/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-believable_fork-job-scraper-linkedin-by-albinor",
        "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/believable_fork~job-scraper-linkedin-by-albinor/runs": {
      "post": {
        "operationId": "runs-sync-believable_fork-job-scraper-linkedin-by-albinor",
        "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/believable_fork~job-scraper-linkedin-by-albinor/run-sync": {
      "post": {
        "operationId": "run-sync-believable_fork-job-scraper-linkedin-by-albinor",
        "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": {
          "titles": {
            "title": "Job titles",
            "type": "array",
            "description": "Add one or more job title options. Use Add or Bulk edit for searches like CISO, CSO, and Chief Information Security Officer.",
            "items": {
              "type": "string"
            }
          },
          "location": {
            "title": "Job location",
            "type": "string",
            "description": "Optional location input. Leave blank to search all locations. Example: London, Paris, New York, or United States."
          },
          "companyName": {
            "title": "Company name",
            "type": "array",
            "description": "Optional company-name filters. Results are post-filtered so only matching companies are saved.",
            "items": {
              "type": "string"
            }
          },
          "companyId": {
            "title": "Company ID",
            "type": "array",
            "description": "Optional LinkedIn company ID filters. Enter only the numeric IDs, for example 76987811 or 1815218.",
            "items": {
              "type": "string"
            }
          },
          "publishedAt": {
            "title": "Published at",
            "enum": [
              "any",
              "r2592000",
              "r604800",
              "r86400"
            ],
            "type": "string",
            "description": "Optional recency filter.",
            "default": "any"
          },
          "rows": {
            "title": "Total rows",
            "minimum": 1,
            "maximum": 1000,
            "type": "integer",
            "description": "Maximum number of rows to save, matching the Bebity actor style.",
            "default": 10
          },
          "workType": {
            "title": "On-site / remote",
            "enum": [
              "1",
              "2",
              "3"
            ],
            "type": "string",
            "description": "Optional LinkedIn work-type filter. 1 = On-site, 2 = Remote, 3 = Hybrid."
          },
          "contractType": {
            "title": "Job type",
            "enum": [
              "F",
              "P",
              "C",
              "T",
              "I",
              "V"
            ],
            "type": "string",
            "description": "Optional LinkedIn contract-type filter. F = Full-time, P = Part-time, C = Contract, T = Temporary, I = Internship, V = Volunteer."
          },
          "experienceLevel": {
            "title": "Experience level",
            "enum": [
              "1",
              "2",
              "3",
              "4",
              "5"
            ],
            "type": "string",
            "description": "Optional LinkedIn experience-level filter. 1 = Internship, 2 = Entry level, 3 = Associate, 4 = Mid-Senior, 5 = Director."
          },
          "proxy": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Optional Apify proxy settings. This actor does not require or accept your own LinkedIn cookie."
          },
          "startUrls": {
            "title": "Advanced: LinkedIn search URLs",
            "type": "array",
            "description": "Optional advanced mode. Paste one or more LinkedIn job-search URLs and the actor will sanitize them into the public guest search endpoint.",
            "items": {
              "type": "object",
              "required": [
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string",
                  "title": "URL of a web page",
                  "format": "uri"
                }
              }
            }
          },
          "keyword": {
            "title": "Advanced: multiple keywords",
            "type": "array",
            "description": "Optional advanced keyword list. If provided, these are used in addition to or instead of `titles`. Comma-separated entries are split automatically.",
            "items": {
              "type": "string"
            }
          },
          "locations": {
            "title": "Advanced: specific locations",
            "type": "array",
            "description": "Optional advanced location list for multi-search runs.",
            "items": {
              "type": "string"
            }
          },
          "countries": {
            "title": "Advanced: countries",
            "type": "array",
            "description": "Optional advanced country list for multi-search runs.",
            "items": {
              "type": "string"
            }
          },
          "distance": {
            "title": "Advanced: distance",
            "enum": [
              "5",
              "10",
              "25",
              "50",
              "100"
            ],
            "type": "string",
            "description": "Optional LinkedIn distance filter for keyword searches."
          },
          "salaryBase": {
            "title": "Advanced: minimum salary",
            "enum": [
              "40000",
              "60000",
              "80000",
              "100000",
              "120000"
            ],
            "type": "string",
            "description": "Optional post-scrape salary floor. Results without salary data are filtered out when this is used."
          },
          "saveOnlyUniqueItems": {
            "title": "Remove duplicates",
            "type": "boolean",
            "description": "Deduplicate jobs across searches before saving.",
            "default": true
          },
          "strictLocationMatch": {
            "title": "Strict location cleanup",
            "type": "boolean",
            "description": "Post-filter results to reduce wrong-country and wrong-location leakage from LinkedIn guest search.",
            "default": true
          },
          "enrichCompanyData": {
            "title": "Enrich company data",
            "type": "boolean",
            "description": "Fetch public LinkedIn company pages for richer company metadata.",
            "default": false
          },
          "enableKeywordFallback": {
            "title": "Broaden keyword matching",
            "type": "boolean",
            "description": "When enabled, the actor may try one fallback keyword token to catch additional results. Leave off for the closest match to the Bebity actor.",
            "default": false
          },
          "maxItems": {
            "title": "Advanced: maximum results",
            "minimum": 1,
            "maximum": 1000,
            "type": "integer",
            "description": "Alias for `rows`. If both are present, `maxItems` wins."
          },
          "maxConcurrency": {
            "title": "Advanced: max concurrency",
            "minimum": 1,
            "maximum": 20,
            "type": "integer",
            "description": "How many job details to fetch at the same time.",
            "default": 3
          },
          "proxyConfiguration": {
            "title": "Advanced: proxy alias",
            "type": "object",
            "description": "Alias for `proxy` for backward compatibility."
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}