{
  "openapi": "3.0.1",
  "info": {
    "title": "LinkedIn Decision Maker Finder – Sales Navigator, No Cookies",
    "description": "Find decision makers at up to 50 companies from a live LinkedIn Sales Navigator search. No LinkedIn account, no cookies. Give company domains and job titles; AI expands each title, scores every candidate 0-100 and returns the best matches with the reason. Profile data only, no emails.",
    "version": "0.1",
    "x-build-id": "GU6sjxwmbzUzq2Tdb"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/leadsfactory~leadsfactory-lead-finder/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-leadsfactory-leadsfactory-lead-finder",
        "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/leadsfactory~leadsfactory-lead-finder/runs": {
      "post": {
        "operationId": "runs-sync-leadsfactory-leadsfactory-lead-finder",
        "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/leadsfactory~leadsfactory-lead-finder/run-sync": {
      "post": {
        "operationId": "run-sync-leadsfactory-leadsfactory-lead-finder",
        "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": [
          "jobTitles"
        ],
        "properties": {
          "companyLinkedinUrls": {
            "title": "Company LinkedIn URLs",
            "uniqueItems": true,
            "type": "array",
            "description": "LinkedIn company page URLs, one per line, e.g. https://www.linkedin.com/company/stripe/. The most reliable input when you have it: it skips domain resolution entirely. Use it when a domain is ambiguous or the company has several pages.",
            "items": {
              "type": "string"
            }
          },
          "companyDomains": {
            "title": "Company domains",
            "uniqueItems": true,
            "type": "array",
            "description": "Website domains of the companies to search, one per line, e.g. stripe.com. Each domain is matched to its LinkedIn company page automatically; doubtful matches are flagged in the log. Domains and LinkedIn URLs count together towards the 50-company limit. Only companies matched to a LinkedIn page are charged; the others are listed with a reason in OUTPUT.",
            "items": {
              "type": "string"
            }
          },
          "jobTitles": {
            "title": "Job titles to find",
            "minItems": 1,
            "maxItems": 5,
            "type": "array",
            "description": "1 to 5 titles, one per persona you want at each company, e.g. \"Head of Sales\". Each title is expanded with synonyms and translations by AI unless \"Exact job titles only\" is on. A short description also works, e.g. \"person in charge of partnerships\".",
            "items": {
              "type": "string"
            }
          },
          "maxContactsPerJobTitle": {
            "title": "Max contacts per title, per company",
            "minimum": 1,
            "maximum": 25,
            "type": "integer",
            "description": "How many of the best-scoring contacts to return for each title at each company (1-25). Each contact delivered is billed as one dataset item.",
            "default": 3
          },
          "seniorityLevels": {
            "title": "Seniority filter",
            "uniqueItems": true,
            "type": "array",
            "description": "Keep only contacts at these levels. Leave empty and the seniority implied by each job title is used.",
            "items": {
              "type": "string",
              "enum": [
                "Owner",
                "Partner",
                "C-suite",
                "VP",
                "Director",
                "Head",
                "Manager",
                "Senior",
                "Entry"
              ],
              "enumTitles": [
                "Owner",
                "Partner",
                "C-suite",
                "VP",
                "Director",
                "Head",
                "Manager",
                "Senior",
                "Entry"
              ]
            }
          },
          "countryCodes": {
            "title": "Country filter (ISO-2 codes)",
            "uniqueItems": true,
            "type": "array",
            "description": "Keep only contacts located in these countries, e.g. US, FR, DE. Leave empty for worldwide.",
            "items": {
              "type": "string"
            }
          },
          "exactJobTitlesOnly": {
            "title": "Exact job titles only",
            "type": "boolean",
            "description": "Match your titles literally. Turns off AI expansion with synonyms and translations. Fewer results, tighter match.",
            "default": false
          },
          "maxWaitMinutes": {
            "title": "Max wait (minutes)",
            "minimum": 5,
            "maximum": 120,
            "type": "integer",
            "description": "Stop waiting after this many minutes and keep the contacts found so far. One company takes a few minutes; companies run in parallel. For 50 companies with 2 or more titles, set 60.",
            "default": 30
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}