{
  "openapi": "3.0.1",
  "info": {
    "title": "LinkedIn Company Profile Scrapper Unlimited- No Sales-Navigator",
    "description": "Scrape unlimited LinkedIn company profiles Globally— extract company name, website, address, LinkedIn URL, industry, size, and founding date. No Sales Navigator needed. Export to CSV, Excel, or JSON. Countries available: USA, CANADA, UK.. many more upcoming",
    "version": "0.0",
    "x-build-id": "IT1NTzgcEwYxkVTee"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/davidsharadbhatt~linkedin-company-profile-scraper-unlimited-no-sales-navigator/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-davidsharadbhatt-linkedin-company-profile-scraper-unlimited-no-sales-navigator",
        "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/davidsharadbhatt~linkedin-company-profile-scraper-unlimited-no-sales-navigator/runs": {
      "post": {
        "operationId": "runs-sync-davidsharadbhatt-linkedin-company-profile-scraper-unlimited-no-sales-navigator",
        "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/davidsharadbhatt~linkedin-company-profile-scraper-unlimited-no-sales-navigator/run-sync": {
      "post": {
        "operationId": "run-sync-davidsharadbhatt-linkedin-company-profile-scraper-unlimited-no-sales-navigator",
        "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": [
          "maxCompanies",
          "Location",
          "industry"
        ],
        "properties": {
          "maxCompanies": {
            "title": "Enter Maximum number to limit the no of companies",
            "minimum": 1000,
            "maximum": 3000000,
            "type": "integer",
            "description": "You may limit the number of search results as per your budget (max allowed 3M companies)",
            "default": 3000000
          },
          "Location": {
            "title": "Enter Location of Company's headquarters one below another",
            "type": "string",
            "description": "Enter one or more locations one below another. Accepted formats are 'City', 'State', 'Country', 'City, State, Country' or 'State, Country'.",
            "default": "Idaho\nTexas, United States"
          },
          "industry": {
            "title": "Select Industry type",
            "uniqueItems": true,
            "type": "array",
            "description": "Select one or more industries you want to include in the search.",
            "items": {
              "type": "string",
              "enum": [
                "accounting",
                "airlines/aviation",
                "alternative dispute resolution",
                "alternative medicine",
                "animation",
                "apparel & fashion",
                "architecture & planning",
                "arts and crafts",
                "automotive",
                "aviation & aerospace",
                "banking",
                "biotechnology",
                "broadcast media",
                "building materials",
                "business supplies and equipment",
                "capital markets",
                "chemicals",
                "civic & social organization",
                "civil engineering",
                "commercial real estate",
                "computer & network security",
                "computer games",
                "computer hardware",
                "computer networking",
                "computer software",
                "construction",
                "consumer electronics",
                "consumer goods",
                "consumer services",
                "cosmetics",
                "dairy",
                "defense & space",
                "design",
                "e-learning",
                "education management",
                "electrical/electronic manufacturing",
                "entertainment",
                "environmental services",
                "events services",
                "executive office",
                "facilities services",
                "farming",
                "financial services",
                "fine art",
                "fishery",
                "food & beverages",
                "food production",
                "fund-raising",
                "furniture",
                "gambling & casinos",
                "glass, ceramics & concrete",
                "government administration",
                "government relations",
                "graphic design",
                "health, wellness and fitness",
                "higher education",
                "hospital & health care",
                "hospitality",
                "human resources",
                "import and export",
                "individual & family services",
                "industrial automation",
                "information services",
                "information technology and services",
                "insurance",
                "international affairs",
                "international trade and development",
                "internet",
                "investment banking",
                "investment management",
                "judiciary",
                "law enforcement",
                "law practice",
                "legal services",
                "legislative office",
                "leisure, travel & tourism",
                "libraries",
                "logistics and supply chain",
                "luxury goods & jewelry",
                "machinery",
                "management consulting",
                "maritime",
                "market research",
                "marketing and advertising",
                "mechanical or industrial engineering",
                "media production",
                "medical devices",
                "medical practice",
                "mental health care",
                "military",
                "mining & metals",
                "motion pictures and film",
                "museums and institutions",
                "music",
                "nanotechnology",
                "newspapers",
                "non-profit organization management",
                "nonprofit organization management",
                "oil & energy",
                "online media",
                "outsourcing/offshoring",
                "package/freight delivery",
                "packaging and containers",
                "paper & forest products",
                "performing arts",
                "pharmaceuticals",
                "philanthropy",
                "photography",
                "plastics",
                "political organization",
                "primary/secondary education",
                "printing",
                "professional training & coaching",
                "program development",
                "public policy",
                "public relations and communications",
                "public safety",
                "publishing",
                "railroad manufacture",
                "ranching",
                "real estate",
                "recreational facilities and services",
                "religious institutions",
                "renewables & environment",
                "research",
                "restaurants",
                "retail",
                "security and investigations",
                "semiconductors",
                "shipbuilding",
                "sporting goods",
                "sports",
                "staffing and recruiting",
                "supermarkets",
                "telecommunications",
                "textiles",
                "think tanks",
                "tobacco",
                "translation and localization",
                "transportation/trucking/railroad",
                "utilities",
                "venture capital & private equity",
                "veterinary",
                "warehousing",
                "wholesale",
                "wine and spirits",
                "wireless",
                "writing and editing"
              ]
            },
            "default": [
              "music",
              "cosmetics"
            ]
          },
          "company_size_range": {
            "title": "Select range of employees in Company",
            "uniqueItems": true,
            "type": "array",
            "description": "Select one or more industries you want to include in the search.",
            "items": {
              "type": "string",
              "enum": [
                "myself only",
                "1-10",
                "11-50",
                "51-200",
                "201-500",
                "501-1000",
                "1001-5000",
                "5001-10000",
                "10001+"
              ]
            },
            "default": [
              "5001-10000",
              "501-1000"
            ]
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}