{
  "openapi": "3.0.1",
  "info": {
    "title": "Linkedin Sales Navigator Scraper",
    "description": "Scrape Linkedin sales navigator search results, lists, new results, profiles to extract social media urls, company website, positions",
    "version": "1.4",
    "x-build-id": "I1Bygd3pzUvLhjVG3"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/curious_coder~linkedin-sales-navigator-search-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-curious_coder-linkedin-sales-navigator-search-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/curious_coder~linkedin-sales-navigator-search-scraper/runs": {
      "post": {
        "operationId": "runs-sync-curious_coder-linkedin-sales-navigator-search-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/curious_coder~linkedin-sales-navigator-search-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-curious_coder-linkedin-sales-navigator-search-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": [
          "cookie",
          "userAgent"
        ],
        "properties": {
          "searchUrl": {
            "title": "Search URL or Leads list URL",
            "type": "string",
            "description": "Optional if you use peopleFilters.* or accountsFilters.*. Leads search, company search, saved search, leads list and recent search URLs are supported.\nExamples:\n- `https://www.linkedin.com/sales/search/people`\n- `https://www.linkedin.com/sales/search/company`"
          },
          "cookie": {
            "title": "Linkedin cookies",
            "type": "array",
            "description": "Linkedin cookie used to authorize actor with linkedin. Install [Cookie-Editor](https://chromewebstore.google.com/detail/cookie-editor/hlkenndednhfkekhgcdicdfddnkalmdm) chrome extension. Login to your linkedin account. Click on the extension and export the linkedin cookies. Insert the contents here"
          },
          "userAgent": {
            "title": "User agent",
            "type": "string",
            "description": "[Click here](https://www.google.com/search?q=my+user+agent) to get the user agent info"
          },
          "peopleFilters.keywords": {
            "title": "Keywords",
            "type": "string",
            "description": "Free-text keywords for people search"
          },
          "peopleFilters.currentCompanies": {
            "title": "Current company",
            "type": "array",
            "description": "Company names to include (resolved via typeahead). Prefix with `!` to exclude, e.g. `!Google`.",
            "items": {
              "type": "string"
            }
          },
          "peopleFilters.pastCompanies": {
            "title": "Past company",
            "type": "array",
            "description": "Past company names. Prefix with `!` to exclude.",
            "items": {
              "type": "string"
            }
          },
          "peopleFilters.companyHeadcount": {
            "title": "Company headcount",
            "type": "array",
            "description": "Select one or more company size ranges",
            "items": {
              "type": "string",
              "enum": [
                "A",
                "B",
                "C",
                "D",
                "E",
                "F",
                "G",
                "H",
                "I"
              ],
              "enumTitles": [
                "Self-employed",
                "1-10",
                "11-50",
                "51-200",
                "201-500",
                "501-1,000",
                "1,001-5,000",
                "5,001-10,000",
                "10,001+"
              ]
            }
          },
          "peopleFilters.companyType": {
            "title": "Company type",
            "type": "array",
            "description": "Select one or more company types",
            "items": {
              "type": "string",
              "enum": [
                "C",
                "P",
                "N",
                "D",
                "S",
                "E",
                "O",
                "G"
              ],
              "enumTitles": [
                "Public Company",
                "Privately Held",
                "Non Profit",
                "Educational Institution",
                "Partnership",
                "Self Employed",
                "Self Owned",
                "Government Agency"
              ]
            }
          },
          "peopleFilters.companyHeadquarters": {
            "title": "Company headquarters",
            "type": "array",
            "description": "Headquarters locations (typeahead). Pick a suggestion or type a custom location. Prefix with `!` to exclude.",
            "items": {
              "type": "string",
              "enumSuggestedValues": [
                "United States",
                "United Kingdom",
                "Canada",
                "India",
                "Germany",
                "France",
                "Australia",
                "Netherlands",
                "Singapore",
                "United Arab Emirates",
                "North America",
                "Europe",
                "APAC",
                "EMEA",
                "Latin America"
              ]
            }
          },
          "peopleFilters.function": {
            "title": "Function",
            "type": "array",
            "description": "Job functions",
            "items": {
              "type": "string",
              "enum": [
                "1",
                "2",
                "3",
                "4",
                "5",
                "6",
                "7",
                "8",
                "9",
                "10",
                "11",
                "12",
                "13",
                "14",
                "15",
                "16",
                "17",
                "18",
                "19",
                "20",
                "21",
                "22",
                "23",
                "24",
                "25",
                "26"
              ],
              "enumTitles": [
                "Accounting",
                "Administrative",
                "Arts and Design",
                "Business Development",
                "Community and Social Services",
                "Consulting",
                "Education",
                "Engineering",
                "Entrepreneurship",
                "Finance",
                "Healthcare Services",
                "Human Resources",
                "Information Technology",
                "Legal",
                "Marketing",
                "Media and Communication",
                "Military and Protective Services",
                "Operations",
                "Product Management",
                "Program and Project Management",
                "Purchasing",
                "Quality Assurance",
                "Real Estate",
                "Research",
                "Sales",
                "Customer Success and Support"
              ]
            }
          },
          "peopleFilters.currentTitles": {
            "title": "Current job title",
            "type": "array",
            "description": "Current job titles (resolved via typeahead). Prefix with `!` to exclude.",
            "items": {
              "type": "string"
            }
          },
          "peopleFilters.pastTitles": {
            "title": "Past job title",
            "type": "array",
            "description": "Past job titles. Prefix with `!` to exclude.",
            "items": {
              "type": "string"
            }
          },
          "peopleFilters.seniorityLevel": {
            "title": "Seniority level",
            "type": "array",
            "description": "Select one or more seniority levels",
            "items": {
              "type": "string",
              "enum": [
                "320",
                "310",
                "300",
                "220",
                "210",
                "200",
                "130",
                "120",
                "110",
                "100"
              ],
              "enumTitles": [
                "Owner / Partner",
                "CXO",
                "Vice President",
                "Director",
                "Experienced Manager",
                "Entry Level Manager",
                "Strategic",
                "Senior",
                "Entry Level",
                "In Training"
              ]
            }
          },
          "peopleFilters.yearsAtCurrentCompany": {
            "title": "Years in current company",
            "type": "array",
            "description": "Tenure at current company",
            "items": {
              "type": "string",
              "enum": [
                "1",
                "2",
                "3",
                "4",
                "5"
              ],
              "enumTitles": [
                "Less than 1 year",
                "1 to 2 years",
                "3 to 5 years",
                "6 to 10 years",
                "More than 10 years"
              ]
            }
          },
          "peopleFilters.yearsInCurrentPosition": {
            "title": "Years in current position",
            "type": "array",
            "description": "Tenure in current position",
            "items": {
              "type": "string",
              "enum": [
                "1",
                "2",
                "3",
                "4",
                "5"
              ],
              "enumTitles": [
                "Less than 1 year",
                "1 to 2 years",
                "3 to 5 years",
                "6 to 10 years",
                "More than 10 years"
              ]
            }
          },
          "peopleFilters.geography": {
            "title": "Geography / Region",
            "type": "array",
            "description": "Lead locations. Pick suggestions or type any place name (e.g. \"Florida, United States\"). Prefix with `!` to exclude.",
            "items": {
              "type": "string",
              "enumSuggestedValues": [
                "United States",
                "United Kingdom",
                "Canada",
                "India",
                "Germany",
                "France",
                "Australia",
                "Netherlands",
                "Singapore",
                "United Arab Emirates",
                "Brazil",
                "Japan",
                "North America",
                "Europe",
                "APAC",
                "EMEA",
                "DACH",
                "Benelux",
                "Nordics",
                "MENA",
                "Latin America",
                "Africa",
                "Asia",
                "Oceania"
              ]
            }
          },
          "peopleFilters.industry": {
            "title": "Industry",
            "type": "array",
            "description": "Industry names (resolved via typeahead). Prefix with `!` to exclude.",
            "items": {
              "type": "string"
            }
          },
          "peopleFilters.firstName": {
            "title": "First name",
            "type": "string",
            "description": "Filter by first name"
          },
          "peopleFilters.lastName": {
            "title": "Last name",
            "type": "string",
            "description": "Filter by last name"
          },
          "peopleFilters.profileLanguage": {
            "title": "Profile language",
            "type": "array",
            "description": "Languages used on the LinkedIn profile",
            "items": {
              "type": "string",
              "enum": [
                "en",
                "es",
                "fr",
                "de",
                "pt",
                "zh",
                "ja",
                "ko",
                "it",
                "nl",
                "tr",
                "ar",
                "ru",
                "pl",
                "sv",
                "da",
                "no",
                "ro",
                "cs",
                "ms",
                "tl",
                "in"
              ],
              "enumTitles": [
                "English",
                "Spanish",
                "French",
                "German",
                "Portuguese",
                "Chinese",
                "Japanese",
                "Korean",
                "Italian",
                "Dutch",
                "Turkish",
                "Arabic",
                "Russian",
                "Polish",
                "Swedish",
                "Danish",
                "Norwegian",
                "Romanian",
                "Czech",
                "Malay",
                "Tagalog",
                "Bahasa Indonesia"
              ]
            }
          },
          "peopleFilters.yearsOfExperience": {
            "title": "Years of experience",
            "type": "array",
            "description": "Total years of experience",
            "items": {
              "type": "string",
              "enum": [
                "1",
                "2",
                "3",
                "4",
                "5"
              ],
              "enumTitles": [
                "Less than 1 year",
                "1 to 2 years",
                "3 to 5 years",
                "6 to 10 years",
                "More than 10 years"
              ]
            }
          },
          "peopleFilters.school": {
            "title": "School",
            "type": "array",
            "description": "School names (resolved via typeahead). Prefix with `!` to exclude.",
            "items": {
              "type": "string"
            }
          },
          "peopleFilters.groups": {
            "title": "Groups",
            "type": "array",
            "description": "LinkedIn group names (resolved via typeahead)",
            "items": {
              "type": "string"
            }
          },
          "peopleFilters.relationship": {
            "title": "Connection",
            "type": "array",
            "description": "Connection degree / group membership",
            "items": {
              "type": "string",
              "enum": [
                "F",
                "S",
                "O",
                "A"
              ],
              "enumTitles": [
                "1st degree connections",
                "2nd degree connections",
                "3rd+ degree connections",
                "Group members"
              ]
            }
          },
          "peopleFilters.changedJobs": {
            "title": "Changed jobs",
            "type": "boolean",
            "description": "Recently changed jobs spotlight",
            "default": false
          },
          "peopleFilters.postedOnLinkedIn": {
            "title": "Posted on LinkedIn",
            "type": "boolean",
            "description": "Posted on LinkedIn recently",
            "default": false
          },
          "peopleFilters.followingYourCompany": {
            "title": "Following your company",
            "type": "boolean",
            "description": "Leads following your company",
            "default": false
          },
          "peopleFilters.viewedYourProfile": {
            "title": "Viewed your profile recently",
            "type": "boolean",
            "description": "Leads who viewed your profile recently",
            "default": false
          },
          "peopleFilters.pastColleague": {
            "title": "Past colleague",
            "type": "boolean",
            "description": "Past colleagues",
            "default": false
          },
          "peopleFilters.sharedExperiences": {
            "title": "Shared experiences",
            "type": "boolean",
            "description": "Leads with shared experiences",
            "default": false
          },
          "accountsFilters.keywords": {
            "title": "Keywords",
            "type": "string",
            "description": "Free-text keywords for company search"
          },
          "accountsFilters.companyHeadcount": {
            "title": "Company headcount",
            "type": "array",
            "description": "Select one or more company size ranges",
            "items": {
              "type": "string",
              "enum": [
                "A",
                "B",
                "C",
                "D",
                "E",
                "F",
                "G",
                "H",
                "I"
              ],
              "enumTitles": [
                "Self-employed",
                "1-10",
                "11-50",
                "51-200",
                "201-500",
                "501-1,000",
                "1,001-5,000",
                "5,001-10,000",
                "10,001+"
              ]
            }
          },
          "accountsFilters.annualRevenueMin": {
            "title": "Annual revenue min (millions USD)",
            "enum": [
              "0",
              "0.5",
              "1",
              "2.5",
              "5",
              "10",
              "20",
              "50",
              "100",
              "500",
              "1000",
              "1001"
            ],
            "type": "string",
            "description": "Minimum annual revenue (millions)"
          },
          "accountsFilters.annualRevenueMax": {
            "title": "Annual revenue max (millions USD)",
            "enum": [
              "0",
              "0.5",
              "1",
              "2.5",
              "5",
              "10",
              "20",
              "50",
              "100",
              "500",
              "1000",
              "1001"
            ],
            "type": "string",
            "description": "Maximum annual revenue (millions)"
          },
          "accountsFilters.geography": {
            "title": "Headquarters / Region",
            "type": "array",
            "description": "Company HQ locations. Pick suggestions or type a custom place. Prefix with `!` to exclude.",
            "items": {
              "type": "string",
              "enumSuggestedValues": [
                "United States",
                "United Kingdom",
                "Canada",
                "India",
                "Germany",
                "France",
                "Australia",
                "Netherlands",
                "Singapore",
                "United Arab Emirates",
                "Brazil",
                "Japan",
                "North America",
                "Europe",
                "APAC",
                "EMEA",
                "DACH",
                "Benelux",
                "Nordics",
                "MENA",
                "Latin America",
                "Africa",
                "Asia",
                "Oceania"
              ]
            }
          },
          "accountsFilters.industry": {
            "title": "Industry",
            "type": "array",
            "description": "Industry names (resolved via typeahead). Prefix with `!` to exclude.",
            "items": {
              "type": "string"
            }
          },
          "accountsFilters.relationship": {
            "title": "Connection",
            "type": "array",
            "description": "Connection degree when applicable to account search",
            "items": {
              "type": "string",
              "enum": [
                "F",
                "S",
                "O",
                "A"
              ],
              "enumTitles": [
                "1st degree connections",
                "2nd degree connections",
                "3rd+ degree connections",
                "Group members"
              ]
            }
          },
          "accountsFilters.companyHeadcountGrowthMin": {
            "title": "Headcount growth min %",
            "minimum": 0,
            "maximum": 1000,
            "type": "integer",
            "description": "Minimum company headcount growth percentage"
          },
          "accountsFilters.companyHeadcountGrowthMax": {
            "title": "Headcount growth max %",
            "minimum": 0,
            "maximum": 1000,
            "type": "integer",
            "description": "Maximum company headcount growth percentage"
          },
          "newResultsSince": {
            "title": "New results since date",
            "pattern": "^(\\d{4})-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01])$",
            "type": "string",
            "description": "Only fetch new results since this date.\nFormat: YYYY-MM-DD\nLeave this field empty if you want to fetch all results."
          },
          "deepScrape": {
            "title": "Scrape full profile/company pages",
            "type": "boolean",
            "description": "Scraper will visit each profile/company page in the search results and extract more information",
            "default": false
          },
          "stopOnRateLimit": {
            "title": "Stop on rate limit error",
            "type": "boolean",
            "description": "Scraper will stop running when too many requests error received from Linkedin instead of retrying after a minute",
            "default": true
          },
          "startPage": {
            "title": "Start page",
            "type": "integer",
            "description": "Page number to start scraping",
            "default": 1
          },
          "count": {
            "title": "#️⃣ Total number of records required",
            "type": "integer",
            "description": "Leave this field empty if you want to scrape all items."
          },
          "proxy": {
            "title": "Customise proxy",
            "type": "object",
            "description": "We will use recommended proxy config if you don't set this option. In case unusual errors, you can try changing this option"
          },
          "minDelay": {
            "title": "⏱️ Minimum wait duration",
            "minimum": 1,
            "maximum": 600,
            "type": "integer",
            "description": "Minimum duration in seconds to wait before scraping next page",
            "default": 5
          },
          "maxDelay": {
            "title": "⏱️ Maximum wait duration",
            "minimum": 5,
            "maximum": 600,
            "type": "integer",
            "description": "Maximum duration in seconds to wait before scraping next page",
            "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}