{
  "openapi": "3.0.1",
  "info": {
    "title": "LinkedIn Company Employees Scraper ✅ NO COOKIES",
    "description": "Get a company's employees as rich, structured profiles from a LinkedIn URL or domain. Each result is a full profile: work history, education, skills, certifications, badges, plus company firmographics. Filter by title, seniority, location, department. Optional verified email. Pay per result.",
    "version": "1.0",
    "x-build-id": "aQs4Sq8JWGo2q61Ro"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/atomus~linkedin-company-employees/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-atomus-linkedin-company-employees",
        "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/atomus~linkedin-company-employees/runs": {
      "post": {
        "operationId": "runs-sync-atomus-linkedin-company-employees",
        "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/atomus~linkedin-company-employees/run-sync": {
      "post": {
        "operationId": "run-sync-atomus-linkedin-company-employees",
        "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": [
          "company"
        ],
        "properties": {
          "company": {
            "title": "Company",
            "type": "string",
            "description": "The company whose employees you want. Paste its LinkedIn company URL (https://www.linkedin.com/company/<slug>) OR its website domain (example.com). LinkedIn URL is the most precise; a domain also matches subsidiaries."
          },
          "title": {
            "title": "Job titles",
            "type": "array",
            "description": "Match employees whose CURRENT title contains any of these, e.g. \"Software Engineer\", \"Account Executive\". Leave empty for all titles.",
            "items": {
              "type": "string"
            }
          },
          "titleMatchMode": {
            "title": "Title match mode",
            "enum": [
              "SMART",
              "WORD",
              "STRICT"
            ],
            "type": "string",
            "description": "SMART = fuzzy (recommended, catches \"Sr. Software Engineer\"). WORD = whole words. STRICT = exact title only.",
            "default": "SMART"
          },
          "seniority": {
            "title": "Seniority",
            "type": "array",
            "description": "Keep only these seniority levels. Leave empty for all.",
            "items": {
              "type": "string",
              "enum": [
                "c_suite",
                "vp",
                "director",
                "manager",
                "senior",
                "mid-level",
                "entry",
                "intern",
                "owner",
                "founder",
                "head",
                "partner"
              ]
            }
          },
          "department": {
            "title": "Department / function",
            "type": "array",
            "description": "Keep only these departments/functions. Leave empty for all.",
            "items": {
              "type": "string",
              "enum": [
                "engineering",
                "information_technology",
                "sales",
                "marketing",
                "operations",
                "finance",
                "human_resources",
                "legal",
                "business_development",
                "product_management",
                "customer_success_and_support",
                "consulting",
                "research",
                "arts_and_design",
                "media_and_communication",
                "administrative",
                "accounting",
                "quality_assurance",
                "purchasing",
                "real_estate",
                "program_and_project_management",
                "entrepreneurship",
                "healthcare_services"
              ]
            }
          },
          "location": {
            "title": "Locations",
            "type": "array",
            "description": "Keep only employees in these locations, using AI Ark location names (country, region, or continent), e.g. \"United States\", \"Ireland\", \"California\". Leave empty for all.",
            "items": {
              "type": "string"
            }
          },
          "keyword": {
            "title": "Keywords",
            "type": "array",
            "description": "Free-text keywords matched in the employee's headline/summary/skills, e.g. \"kubernetes\", \"payments\". Leave empty to skip.",
            "items": {
              "type": "string"
            }
          },
          "maxResults": {
            "title": "Max results",
            "minimum": 1,
            "maximum": 2500,
            "type": "integer",
            "description": "Hard cap on how many employees to return — this is your spend cap (you pay per employee returned). The run stops once it hits this or runs out of matches. LinkedIn/AI Ark surfaces at most a few thousand per query.",
            "default": 100
          },
          "findEmail": {
            "title": "⚠️ Find work email (COSTS EXTRA — paid plans only)",
            "type": "boolean",
            "description": "⚠️ THIS ADDS COST. When enabled, each returned employee also includes a real-time, BounceBan-verified work email, billed as a SEPARATE paid event for every email found (on top of the per-employee charge). You are charged ONLY when an email is actually found — employees without a verifiable email are free. Available on PAID Apify plans only (a free-tier run with this on is rejected without charge). Leave OFF unless you specifically want emails.",
            "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}