{
  "openapi": "3.0.1",
  "info": {
    "title": "⚡️fast-linkedin-jobs-scraper",
    "description": "⚡ BLAZING FAST — hundreds of LinkedIn jobs in seconds, not minutes. Pure HTTP means ZERO browser overhead and no login. Titles, companies, logos, locations, remote/hybrid, dates, links. Filter by keyword, location, date posted, job type, experience. Optional salary.",
    "version": "0.0",
    "x-build-id": "thEkf8nx2q9IzvIab"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/unknownbrain~fast-linkedin-jobs-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-unknownbrain-fast-linkedin-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/unknownbrain~fast-linkedin-jobs-scraper/runs": {
      "post": {
        "operationId": "runs-sync-unknownbrain-fast-linkedin-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/unknownbrain~fast-linkedin-jobs-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-unknownbrain-fast-linkedin-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",
        "required": [
          "searchQueries"
        ],
        "properties": {
          "searchQueries": {
            "title": "Search Queries",
            "type": "array",
            "description": "Job titles or keywords to search for. Each query is searched separately and results are de-duplicated across them.",
            "default": [
              "Software Engineer"
            ],
            "items": {
              "type": "string"
            }
          },
          "location": {
            "title": "Location",
            "type": "string",
            "description": "Target location, e.g. 'United States', 'London', 'Berlin, Germany'.",
            "default": "United States"
          },
          "startUrls": {
            "title": "Start URLs",
            "type": "array",
            "description": "Optional. Provide LinkedIn job search URLs directly. When set, these replace the queries and filters above.",
            "default": [],
            "items": {
              "type": "object",
              "required": [
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string",
                  "title": "URL of a web page",
                  "format": "uri"
                }
              }
            }
          },
          "maxItems": {
            "title": "Maximum Items",
            "minimum": 1,
            "type": "integer",
            "description": "Maximum number of jobs to scrape across all queries. LinkedIn serves at most 1000 results per query.",
            "default": 100
          },
          "datePosted": {
            "title": "Date Posted",
            "enum": [
              "any",
              "past24hours",
              "pastWeek",
              "pastMonth"
            ],
            "type": "string",
            "description": "Only return jobs posted within this window.",
            "default": "any"
          },
          "jobType": {
            "title": "Job Type",
            "enum": [
              "any",
              "fullTime",
              "partTime",
              "contract",
              "temporary",
              "internship"
            ],
            "type": "string",
            "description": "Filter by employment type.",
            "default": "any"
          },
          "experienceLevel": {
            "title": "Experience Level",
            "enum": [
              "any",
              "internship",
              "entryLevel",
              "associate",
              "midSenior",
              "director",
              "executive"
            ],
            "type": "string",
            "description": "Filter by required experience level.",
            "default": "any"
          },
          "remoteFilter": {
            "title": "Workplace Type",
            "enum": [
              "any",
              "onSite",
              "remote",
              "hybrid"
            ],
            "type": "string",
            "description": "Filter by remote, on-site, or hybrid work.",
            "default": "any"
          },
          "includeSalary": {
            "title": "Show Salary",
            "type": "boolean",
            "description": "⚠️ SLOWER: leave this off to keep the scraper at full speed. LinkedIn does not put pay on search result cards, so turning this on means opening every job individually — roughly 10x the requests, and a run that normally takes seconds can take minutes. All jobs are still returned either way; with this off, salary is simply null. About half of postings disclose pay, so the rest stay null even with this on.",
            "default": false
          },
          "scrapeJobDetails": {
            "title": "Deep Scrape: Job Details",
            "type": "boolean",
            "description": "Fetch each job page for the full description, seniority, employment type, skills and apply link. Costs one extra request per job.",
            "default": false
          },
          "scrapeCompanyDetails": {
            "title": "Deep Scrape: Company Details",
            "type": "boolean",
            "description": "Fetch each company's About page for industry, size and website. Costs one extra request per unique company, and adds separate records with type 'COMPANY' to the dataset.",
            "default": false
          },
          "outputFields": {
            "title": "Output Fields",
            "type": "array",
            "description": "Restrict dataset records to these fields. Leave empty to keep everything. 'jobId' and 'type' are always kept.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "proxyConfiguration": {
            "title": "Proxy Configuration",
            "type": "object",
            "description": "Residential proxies are strongly recommended for large scrapes. LinkedIn blocks datacenter IPs aggressively.",
            "default": {
              "useApifyProxy": true
            }
          },
          "maxConcurrency": {
            "title": "Max Concurrency",
            "minimum": 1,
            "type": "integer",
            "description": "Maximum requests in flight at once. Lower this if you see a high block rate.",
            "default": 10
          },
          "requestsPerMinuteMultiplier": {
            "title": "Requests Per Minute Multiplier",
            "minimum": 1,
            "type": "integer",
            "description": "Request rate cap, calculated as Max Concurrency x this value. Bounds the request rate, which is a separate limit from how many run in parallel.",
            "default": 30
          },
          "maxRequestRetries": {
            "title": "Max Request Retries",
            "minimum": 0,
            "type": "integer",
            "description": "How many times to retry a blocked or failed request before giving up.",
            "default": 5
          },
          "paginationBatchSize": {
            "title": "Pagination Batch Size",
            "minimum": 1,
            "type": "integer",
            "description": "Search result pages queued per wave. Higher fetches more pages in parallel but over-fetches more on short result sets.",
            "default": 8
          },
          "requestDelayMinMs": {
            "title": "Request Delay Minimum (ms)",
            "minimum": 0,
            "type": "integer",
            "description": "Optional artificial delay before each request. Leave at 0: a delay here holds a concurrency slot open while it waits, so it costs throughput twice over.",
            "default": 0
          },
          "requestDelayMaxMs": {
            "title": "Request Delay Maximum (ms)",
            "minimum": 0,
            "type": "integer",
            "description": "Upper bound of the artificial per-request delay. 0 disables it entirely.",
            "default": 0
          },
          "resumeFromPreviousRun": {
            "title": "Resume From Previous Run",
            "type": "boolean",
            "description": "Skip jobs and companies already scraped in earlier runs of this actor, using IDs saved in the key-value store.",
            "default": false
          },
          "webhookUrl": {
            "title": "Webhook URL",
            "type": "string",
            "description": "Optional. Receives a POST with a JSON payload when the error rate spikes, and on completion if enabled below."
          },
          "notifyOnCompletion": {
            "title": "Notify On Completion",
            "type": "boolean",
            "description": "Send a webhook when the run finishes. Requires a Webhook URL.",
            "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}