{
  "openapi": "3.0.1",
  "info": {
    "title": "LinkedIn Jobs Intelligence & Hiring Signals",
    "description": "Find fresh LinkedIn jobs, filter applicant competition, enrich hiring companies, remove duplicates, and rank company-level hiring signals. No login or cookies.",
    "version": "0.0",
    "x-build-id": "rbgsrXXJfc9SSMcUB"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/scraping_solutions~linkedin-jobs-intelligence-hiring-signals/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-scraping_solutions-linkedin-jobs-intelligence-hiring-signals",
        "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/scraping_solutions~linkedin-jobs-intelligence-hiring-signals/runs": {
      "post": {
        "operationId": "runs-sync-scraping_solutions-linkedin-jobs-intelligence-hiring-signals",
        "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/scraping_solutions~linkedin-jobs-intelligence-hiring-signals/run-sync": {
      "post": {
        "operationId": "run-sync-scraping_solutions-linkedin-jobs-intelligence-hiring-signals",
        "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",
          "resultsPerSearch"
        ],
        "properties": {
          "keywords": {
            "title": "Job titles, skills, or company keywords",
            "minItems": 1,
            "maxItems": 20,
            "type": "array",
            "description": "Add one query per line. Each query is combined with every location below.",
            "items": {
              "type": "string"
            },
            "default": [
              "software engineer"
            ]
          },
          "locations": {
            "title": "Locations",
            "maxItems": 20,
            "type": "array",
            "description": "Country, city, region, or LinkedIn geo ID. Leave empty to search everywhere.",
            "items": {
              "type": "string"
            },
            "default": [
              "United States"
            ]
          },
          "resultsPerSearch": {
            "title": "Maximum jobs per keyword and location",
            "minimum": 1,
            "maximum": 1000,
            "type": "integer",
            "description": "The limit applies to each keyword-location combination. Duplicate job IDs are not exported twice.",
            "default": 100
          },
          "searchCoverage": {
            "title": "Search coverage",
            "enum": [
              "efficient",
              "balanced",
              "thorough"
            ],
            "type": "string",
            "description": "Controls how many extra pages are checked when duplicates or local filters reduce the output. Balanced is recommended.",
            "default": "balanced"
          },
          "datePosted": {
            "title": "Date posted",
            "enum": [
              "",
              "day",
              "week",
              "month"
            ],
            "type": "string",
            "description": "Limit results to recently published jobs.",
            "default": "week"
          },
          "sortBy": {
            "title": "Sort by",
            "enum": [
              "recent",
              "relevant"
            ],
            "type": "string",
            "description": "Choose whether the provider prioritizes freshness or relevance.",
            "default": "recent"
          },
          "workplaceType": {
            "title": "Workplace type",
            "enum": [
              "",
              "onsite",
              "remote",
              "hybrid"
            ],
            "type": "string",
            "description": "Limit results to on-site, remote, or hybrid roles.",
            "default": ""
          },
          "experienceLevel": {
            "title": "Experience level",
            "enum": [
              "",
              "internship",
              "entry",
              "associate",
              "mid_senior",
              "director",
              "executive"
            ],
            "type": "string",
            "description": "Limit results to one public LinkedIn experience level.",
            "default": ""
          },
          "jobType": {
            "title": "Employment type",
            "enum": [
              "",
              "fulltime",
              "parttime",
              "contract",
              "internship",
              "other"
            ],
            "type": "string",
            "description": "Limit results to one employment arrangement.",
            "default": ""
          },
          "easyApplyOnly": {
            "title": "Easy Apply only",
            "type": "boolean",
            "description": "Return only jobs with LinkedIn Easy Apply.",
            "default": false
          },
          "under10ApplicantsOnly": {
            "title": "Under 10 applicants only",
            "type": "boolean",
            "description": "Prioritize lower-competition job opportunities when LinkedIn exposes this filter.",
            "default": false
          },
          "includeTitleKeywords": {
            "title": "Title must contain one of",
            "type": "array",
            "description": "Optional local filter. Keep jobs whose title contains at least one term.",
            "items": {
              "type": "string"
            },
            "default": []
          },
          "excludeTitleKeywords": {
            "title": "Exclude title keywords",
            "type": "array",
            "description": "Remove jobs whose title contains any listed term.",
            "items": {
              "type": "string"
            },
            "default": []
          },
          "includeCompanies": {
            "title": "Only these companies",
            "type": "array",
            "description": "Optional company allowlist. Partial, case-insensitive names are accepted.",
            "items": {
              "type": "string"
            },
            "default": []
          },
          "excludeCompanies": {
            "title": "Exclude companies",
            "type": "array",
            "description": "Remove jobs from matching company names.",
            "items": {
              "type": "string"
            },
            "default": []
          },
          "excludeLocations": {
            "title": "Exclude locations",
            "type": "array",
            "description": "Remove results whose displayed location contains any listed term.",
            "items": {
              "type": "string"
            },
            "default": []
          },
          "minimumApplicants": {
            "title": "Minimum visible applicants",
            "minimum": 0,
            "type": "integer",
            "description": "Set 0 to disable. Jobs without a visible applicant count are excluded when this filter is active.",
            "default": 0
          },
          "maximumApplicants": {
            "title": "Maximum visible applicants",
            "minimum": 0,
            "type": "integer",
            "description": "Set 0 to disable. Useful for finding lower-competition openings.",
            "default": 0
          },
          "skipJobIds": {
            "title": "Already processed job IDs",
            "type": "array",
            "description": "Optional incremental-run list. Matching LinkedIn job IDs are skipped without being exported again.",
            "items": {
              "type": "string"
            },
            "default": []
          },
          "fetchFullDetails": {
            "title": "Enrich jobs and hiring companies",
            "type": "boolean",
            "description": "Fetch job functions, industries, expiry, views, applications, company size, specialties, description, logo, and headquarters. Charged once per successfully checked job using the job-enrichment event.",
            "default": false
          },
          "minimumCompanyEmployees": {
            "title": "Minimum company employees",
            "minimum": 0,
            "type": "integer",
            "description": "Set 0 to disable. Requires enrichment; successfully checked jobs are charged even when this filter excludes them.",
            "default": 0
          },
          "maximumCompanyEmployees": {
            "title": "Maximum company employees",
            "minimum": 0,
            "type": "integer",
            "description": "Set 0 to disable. Requires enrichment; jobs with unavailable company size are excluded.",
            "default": 0
          },
          "excludeRecruitingAgencies": {
            "title": "Exclude likely recruiting agencies",
            "type": "boolean",
            "description": "Uses enriched company descriptions and specialties to remove likely staffing and recruitment firms. This is a heuristic, not a guarantee.",
            "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}