{
  "openapi": "3.0.1",
  "info": {
    "title": "🔥✅ Company Leads Scraper similar to Apollo, LinkedIn",
    "description": "✅ WE ARE BACK 🔥--- Extract company leads ✅ using a wide range of filters including industry, revenue, employee size similar to Apollo, linkedin, zoominfo",
    "version": "0.1",
    "x-build-id": "yfnIJWu3Floc6FF6I"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/peakydev~company-organization-scraper-apollo-linkedin/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-peakydev-company-organization-scraper-apollo-linkedin",
        "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/peakydev~company-organization-scraper-apollo-linkedin/runs": {
      "post": {
        "operationId": "runs-sync-peakydev-company-organization-scraper-apollo-linkedin",
        "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/peakydev~company-organization-scraper-apollo-linkedin/run-sync": {
      "post": {
        "operationId": "run-sync-peakydev-company-organization-scraper-apollo-linkedin",
        "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",
        "properties": {
          "totalResults": {
            "title": "🔢 Total Results - Can fetch up to 50k per run",
            "minimum": 100,
            "maximum": 500000,
            "type": "integer",
            "description": "Total number leads to fetch per run",
            "default": 10000
          },
          "companyEmployeeSize": {
            "title": "Employee Size",
            "type": "array",
            "description": "Employee size ranges.",
            "items": {
              "type": "string",
              "enum": [
                "1 - 10",
                "11 - 50",
                "51 - 200",
                "201 - 500",
                "501 - 1000",
                "1001 - 5000",
                "5001 - 10000",
                "10001+"
              ],
              "enumTitles": [
                "1 - 10",
                "11 - 50",
                "51 - 200",
                "201 - 500",
                "501 - 1000",
                "1001 - 5000",
                "5001 - 10000",
                "10001+"
              ]
            }
          },
          "companyCountry": {
            "title": "Country",
            "type": "array",
            "description": "The country where the company operates.",
            "items": {
              "type": "string",
              "enum": [
                "United Kingdom",
                "United States",
                "Canada",
                "United Arab Emirates",
                "Afghanistan",
                "Andorra",
                "Antigua and Barbuda",
                "Anguilla",
                "Albania",
                "Armenia",
                "Angola",
                "Antarctica",
                "Argentina",
                "American Samoa",
                "Austria",
                "Australia",
                "Aruba",
                "Åland Islands",
                "Azerbaijan",
                "Bosnia and Herzegovina",
                "Barbados",
                "Bangladesh",
                "Belgium",
                "Burkina Faso",
                "Bulgaria",
                "Bahrain",
                "Burundi",
                "Benin",
                "Saint Barthélemy",
                "Bermuda",
                "Brunei Darussalam",
                "Bolivia",
                "Bonaire",
                "Brazil",
                "Bahamas",
                "Bhutan",
                "Botswana",
                "Belarus",
                "Belize",
                "Cocos (Keeling) Islands",
                "Congo DR",
                "Central African Republic",
                "Congo",
                "Switzerland",
                "Côte d'Ivoire",
                "Cook Islands",
                "Chile",
                "Cameroon",
                "China",
                "Colombia",
                "Costa Rica",
                "Cuba",
                "Cape Verde",
                "Curaçao",
                "Cyprus",
                "Czech Republic",
                "Germany",
                "Djibouti",
                "Denmark",
                "Dominica",
                "Dominican Republic",
                "Algeria",
                "Ecuador",
                "Estonia",
                "Egypt",
                "Western Sahara",
                "Eritrea",
                "Spain",
                "Ethiopia",
                "Finland",
                "Fiji",
                "Falkland Islands",
                "Micronesia",
                "Faroe Islands",
                "France",
                "Gabon",
                "Grenada",
                "Georgia",
                "French Guiana",
                "Guernsey",
                "Ghana",
                "Gibraltar",
                "Greenland",
                "The Gambia",
                "Guinea",
                "Guadeloupe",
                "Equatorial Guinea",
                "Greece",
                "Guatemala",
                "Guam",
                "Guinea-Bissau",
                "Guyana",
                "Hong Kong",
                "Honduras",
                "Croatia",
                "Haiti",
                "Hungary",
                "Indonesia",
                "Ireland",
                "Israel",
                "Isle of Man",
                "India",
                "British Indian Ocean Territory",
                "Iraq",
                "Iran",
                "Iceland",
                "Italy",
                "Jersey",
                "Jamaica",
                "Jordan",
                "Japan",
                "Kenya",
                "Kyrgyzstan",
                "Cambodia",
                "Kiribati",
                "Comoros",
                "Saint Kitts and Nevis",
                "North Korea",
                "South Korea",
                "Kuwait",
                "Cayman Islands",
                "Kazakhstan",
                "Laos",
                "Lebanon",
                "Saint Lucia",
                "Liechtenstein",
                "Sri Lanka",
                "Liberia",
                "Lesotho",
                "Lithuania",
                "Luxembourg",
                "Latvia",
                "Libya",
                "Morocco",
                "Monaco",
                "Moldova",
                "Montenegro",
                "Saint Martin",
                "Madagascar",
                "Marshall Islands",
                "North Macedonia",
                "Mali",
                "Myanmar",
                "Mongolia",
                "Macao",
                "Northern Mariana Islands",
                "Martinique",
                "Mauritania",
                "Montserrat",
                "Malta",
                "Mauritius",
                "Maldives",
                "Malawi",
                "Mexico",
                "Malaysia",
                "Mozambique",
                "Namibia",
                "New Caledonia",
                "Niger",
                "Norfolk Island",
                "Nigeria",
                "Nicaragua",
                "Netherlands",
                "Norway",
                "Nepal",
                "Nauru",
                "Niue",
                "New Zealand",
                "Oman",
                "Panama",
                "Peru",
                "French Polynesia",
                "Papua New Guinea",
                "Philippines",
                "Pakistan",
                "Poland",
                "Saint Pierre and Miquelon",
                "Pitcairn Islands",
                "Puerto Rico",
                "Palestine",
                "Portugal",
                "Palau",
                "Paraguay",
                "Qatar",
                "Réunion",
                "Romania",
                "Serbia",
                "Russia",
                "Rwanda",
                "Saudi Arabia",
                "Solomon Islands",
                "Seychelles",
                "Sudan",
                "Sweden",
                "Singapore",
                "Saint Helena Ascension and Tristan da Cunha",
                "Slovenia",
                "Svalbard and Jan Mayen",
                "Slovakia",
                "Sierra Leone",
                "San Marino",
                "Senegal",
                "Somalia",
                "Suriname",
                "South Sudan",
                "São Tomé and Príncipe",
                "El Salvador",
                "Sint Maarten",
                "Syria",
                "Eswatini",
                "Turks and Caicos Islands",
                "Chad",
                "French Southern Territories",
                "Togo",
                "Thailand",
                "Tajikistan",
                "Timor-Leste",
                "Turkmenistan",
                "Tunisia",
                "Tonga",
                "Turkey",
                "Trinidad and Tobago",
                "Tuvalu",
                "Taiwan",
                "Tanzania",
                "Ukraine",
                "Uganda",
                "Uruguay",
                "Uzbekistan",
                "Vatican City",
                "Saint Vincent and the Grenadines",
                "Venezuela",
                "British Virgin Islands",
                "U.S. Virgin Islands",
                "Vietnam",
                "Vanuatu",
                "Wallis and Futuna",
                "Samoa",
                "Yemen",
                "Mayotte",
                "South Africa",
                "Zambia",
                "Zimbabwe"
              ],
              "enumTitles": [
                "United Kingdom",
                "United States",
                "Canada",
                "United Arab Emirates",
                "Afghanistan",
                "Andorra",
                "Antigua and Barbuda",
                "Anguilla",
                "Albania",
                "Armenia",
                "Angola",
                "Antarctica",
                "Argentina",
                "American Samoa",
                "Austria",
                "Australia",
                "Aruba",
                "Åland Islands",
                "Azerbaijan",
                "Bosnia and Herzegovina",
                "Barbados",
                "Bangladesh",
                "Belgium",
                "Burkina Faso",
                "Bulgaria",
                "Bahrain",
                "Burundi",
                "Benin",
                "Saint Barthélemy",
                "Bermuda",
                "Brunei Darussalam",
                "Bolivia",
                "Bonaire",
                "Brazil",
                "Bahamas",
                "Bhutan",
                "Botswana",
                "Belarus",
                "Belize",
                "Cocos (Keeling) Islands",
                "Congo DR",
                "Central African Republic",
                "Congo",
                "Switzerland",
                "Côte d'Ivoire",
                "Cook Islands",
                "Chile",
                "Cameroon",
                "China",
                "Colombia",
                "Costa Rica",
                "Cuba",
                "Cape Verde",
                "Curaçao",
                "Cyprus",
                "Czech Republic",
                "Germany",
                "Djibouti",
                "Denmark",
                "Dominica",
                "Dominican Republic",
                "Algeria",
                "Ecuador",
                "Estonia",
                "Egypt",
                "Western Sahara",
                "Eritrea",
                "Spain",
                "Ethiopia",
                "Finland",
                "Fiji",
                "Falkland Islands",
                "Micronesia",
                "Faroe Islands",
                "France",
                "Gabon",
                "Grenada",
                "Georgia",
                "French Guiana",
                "Guernsey",
                "Ghana",
                "Gibraltar",
                "Greenland",
                "The Gambia",
                "Guinea",
                "Guadeloupe",
                "Equatorial Guinea",
                "Greece",
                "Guatemala",
                "Guam",
                "Guinea-Bissau",
                "Guyana",
                "Hong Kong",
                "Honduras",
                "Croatia",
                "Haiti",
                "Hungary",
                "Indonesia",
                "Ireland",
                "Israel",
                "Isle of Man",
                "India",
                "British Indian Ocean Territory",
                "Iraq",
                "Iran",
                "Iceland",
                "Italy",
                "Jersey",
                "Jamaica",
                "Jordan",
                "Japan",
                "Kenya",
                "Kyrgyzstan",
                "Cambodia",
                "Kiribati",
                "Comoros",
                "Saint Kitts and Nevis",
                "North Korea",
                "South Korea",
                "Kuwait",
                "Cayman Islands",
                "Kazakhstan",
                "Laos",
                "Lebanon",
                "Saint Lucia",
                "Liechtenstein",
                "Sri Lanka",
                "Liberia",
                "Lesotho",
                "Lithuania",
                "Luxembourg",
                "Latvia",
                "Libya",
                "Morocco",
                "Monaco",
                "Moldova",
                "Montenegro",
                "Saint Martin",
                "Madagascar",
                "Marshall Islands",
                "North Macedonia",
                "Mali",
                "Myanmar",
                "Mongolia",
                "Macao",
                "Northern Mariana Islands",
                "Martinique",
                "Mauritania",
                "Montserrat",
                "Malta",
                "Mauritius",
                "Maldives",
                "Malawi",
                "Mexico",
                "Malaysia",
                "Mozambique",
                "Namibia",
                "New Caledonia",
                "Niger",
                "Norfolk Island",
                "Nigeria",
                "Nicaragua",
                "Netherlands",
                "Norway",
                "Nepal",
                "Nauru",
                "Niue",
                "New Zealand",
                "Oman",
                "Panama",
                "Peru",
                "French Polynesia",
                "Papua New Guinea",
                "Philippines",
                "Pakistan",
                "Poland",
                "Saint Pierre and Miquelon",
                "Pitcairn Islands",
                "Puerto Rico",
                "Palestine",
                "Portugal",
                "Palau",
                "Paraguay",
                "Qatar",
                "Réunion",
                "Romania",
                "Serbia",
                "Russia",
                "Rwanda",
                "Saudi Arabia",
                "Solomon Islands",
                "Seychelles",
                "Sudan",
                "Sweden",
                "Singapore",
                "Saint Helena Ascension and Tristan da Cunha",
                "Slovenia",
                "Svalbard and Jan Mayen",
                "Slovakia",
                "Sierra Leone",
                "San Marino",
                "Senegal",
                "Somalia",
                "Suriname",
                "South Sudan",
                "São Tomé and Príncipe",
                "El Salvador",
                "Sint Maarten",
                "Syria",
                "Eswatini",
                "Turks and Caicos Islands",
                "Chad",
                "French Southern Territories",
                "Togo",
                "Thailand",
                "Tajikistan",
                "Timor-Leste",
                "Turkmenistan",
                "Tunisia",
                "Tonga",
                "Turkey",
                "Trinidad and Tobago",
                "Tuvalu",
                "Taiwan",
                "Tanzania",
                "Ukraine",
                "Uganda",
                "Uruguay",
                "Uzbekistan",
                "Vatican City",
                "Saint Vincent and the Grenadines",
                "Venezuela",
                "British Virgin Islands",
                "U.S. Virgin Islands",
                "Vietnam",
                "Vanuatu",
                "Wallis and Futuna",
                "Samoa",
                "Yemen",
                "Mayotte",
                "South Africa",
                "Zambia",
                "Zimbabwe"
              ]
            }
          },
          "companyState": {
            "title": "State (use full state names e.g California, Ontario)",
            "maxItems": 100,
            "uniqueItems": true,
            "type": "array",
            "description": "The company state using full name. One per line",
            "items": {
              "type": "string"
            }
          },
          "companyCity": {
            "title": "City (use full state names)",
            "maxItems": 10,
            "uniqueItems": true,
            "type": "array",
            "description": "The city using full name. One per line",
            "items": {
              "type": "string"
            }
          },
          "companyZip": {
            "title": "City Postal Codes e.g 90210, 92704",
            "maxItems": 100,
            "uniqueItems": true,
            "type": "array",
            "description": "Enter postal codes",
            "items": {
              "type": "string"
            }
          },
          "industry": {
            "title": "Industries",
            "type": "array",
            "description": "Specify one or more industries to filter companies.",
            "items": {
              "type": "string",
              "enum": [
                "Accounting",
                "Agriculture",
                "Airlines/Aviation",
                "Alternative Dispute Resolution",
                "Alternative Medicine",
                "Animation",
                "Apparel & Fashion",
                "Architecture & Planning",
                "Arts & Crafts",
                "Automotive",
                "Aviation & Aerospace",
                "Banking",
                "Biotechnology",
                "Broadcast Media",
                "Building Materials",
                "Business Supplies & 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",
                "Government Administration",
                "Government Relations",
                "Graphic Design",
                "Health",
                "Higher Education",
                "Hospital & Health Care",
                "Hospitality",
                "Human Resources",
                "Import & Export",
                "Individual & Family Services",
                "Industrial Automation",
                "Information Services",
                "Information Technology & Services",
                "Insurance",
                "International Affairs",
                "International Trade & Development",
                "Internet",
                "Investment Banking",
                "Investment Management",
                "Judiciary",
                "Law Enforcement",
                "Law Practice",
                "Legal Services",
                "Legislative Office",
                "Leisure",
                "Libraries",
                "Logistics & Supply Chain",
                "Luxury Goods & Jewelry",
                "Machinery",
                "Management Consulting",
                "Maritime",
                "Market Research",
                "Marketing & Advertising",
                "Mechanical or Industrial Engineering",
                "Media Production",
                "Medical Devices",
                "Medical Practice",
                "Mental Health Care",
                "Military",
                "Mining & Metals",
                "Motion Pictures & Film",
                "Museums & Institutions",
                "Music",
                "Nanotechnology",
                "Newspapers",
                "Nonprofit Organization Management",
                "Oil & Energy",
                "Online Media",
                "Outsourcing/Offshoring",
                "Package/Freight Delivery",
                "Packaging & 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 & Communications",
                "Public Safety",
                "Publishing",
                "Railroad Manufacture",
                "Ranching",
                "Real Estate",
                "Recreational Facilities & Services",
                "Religious Institutions",
                "Renewables & Environment",
                "Research",
                "Restaurants",
                "Retail",
                "Security & Investigations",
                "Semiconductors",
                "Shipbuilding",
                "Sporting Goods",
                "Sports",
                "Staffing & Recruiting",
                "Supermarkets",
                "Telecommunications",
                "Textiles",
                "Think Tanks",
                "Tobacco",
                "Translation & Localization",
                "Transportation/Trucking/Railroad",
                "Utilities",
                "Venture Capital & Private Equity",
                "Veterinary",
                "Warehousing",
                "Wholesale",
                "Wine & Spirits",
                "Wireless",
                "Writing & Editing",
                "Other",
                "Specialty",
                "Services",
                "Rentals/Leasing",
                "Professional Services software",
                "eBusiness Software"
              ],
              "enumTitles": [
                "Accounting",
                "Agriculture",
                "Airlines/Aviation",
                "Alternative Dispute Resolution",
                "Alternative Medicine",
                "Animation",
                "Apparel & Fashion",
                "Architecture & Planning",
                "Arts & Crafts",
                "Automotive",
                "Aviation & Aerospace",
                "Banking",
                "Biotechnology",
                "Broadcast Media",
                "Building Materials",
                "Business Supplies & 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",
                "Government Administration",
                "Government Relations",
                "Graphic Design",
                "Health",
                "Higher Education",
                "Hospital & Health Care",
                "Hospitality",
                "Human Resources",
                "Import & Export",
                "Individual & Family Services",
                "Industrial Automation",
                "Information Services",
                "Information Technology & Services",
                "Insurance",
                "International Affairs",
                "International Trade & Development",
                "Internet",
                "Investment Banking",
                "Investment Management",
                "Judiciary",
                "Law Enforcement",
                "Law Practice",
                "Legal Services",
                "Legislative Office",
                "Leisure",
                "Libraries",
                "Logistics & Supply Chain",
                "Luxury Goods & Jewelry",
                "Machinery",
                "Management Consulting",
                "Maritime",
                "Market Research",
                "Marketing & Advertising",
                "Mechanical or Industrial Engineering",
                "Media Production",
                "Medical Devices",
                "Medical Practice",
                "Mental Health Care",
                "Military",
                "Mining & Metals",
                "Motion Pictures & Film",
                "Museums & Institutions",
                "Music",
                "Nanotechnology",
                "Newspapers",
                "Nonprofit Organization Management",
                "Oil & Energy",
                "Online Media",
                "Outsourcing/Offshoring",
                "Package/Freight Delivery",
                "Packaging & 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 & Communications",
                "Public Safety",
                "Publishing",
                "Railroad Manufacture",
                "Ranching",
                "Real Estate",
                "Recreational Facilities & Services",
                "Religious Institutions",
                "Renewables & Environment",
                "Research",
                "Restaurants",
                "Retail",
                "Security & Investigations",
                "Semiconductors",
                "Shipbuilding",
                "Sporting Goods",
                "Sports",
                "Staffing & Recruiting",
                "Supermarkets",
                "Telecommunications",
                "Textiles",
                "Think Tanks",
                "Tobacco",
                "Translation & Localization",
                "Transportation/Trucking/Railroad",
                "Utilities",
                "Venture Capital & Private Equity",
                "Veterinary",
                "Warehousing",
                "Wholesale",
                "Wine & Spirits",
                "Wireless",
                "Writing & Editing",
                "Other",
                "Specialty",
                "Services",
                "Rentals/Leasing",
                "Professional Services software",
                "eBusiness Software"
              ]
            }
          },
          "webKeywords": {
            "title": "Keywords used by the company e.g software design",
            "maxItems": 100,
            "uniqueItems": true,
            "type": "array",
            "description": "Keywords related to the company",
            "items": {
              "type": "string"
            }
          },
          "sicCodes": {
            "title": "SIC Codes e.g 4011",
            "maxItems": 100,
            "uniqueItems": true,
            "type": "array",
            "description": "Enter 4 digit SIC codes of the targeted company (one per line) e.g 4011",
            "items": {
              "type": "string"
            }
          },
          "revenue": {
            "title": "Revenue",
            "type": "array",
            "description": "Revenue range of the company",
            "items": {
              "type": "string",
              "enum": [
                "No Revenue",
                "< 500K",
                "500K-10M",
                "10M-50M",
                "50M-100M",
                "100M-500M",
                "500M-1B",
                "1B+"
              ],
              "enumTitles": [
                "No Revenue",
                "< 500K",
                "500K-10M",
                "10M-50M",
                "50M-100M",
                "100M-500M",
                "500M-1B",
                "1B+"
              ]
            }
          },
          "companyDomain": {
            "title": "List of domain of compananies e.g github.com. Enter one per line",
            "maxItems": 100,
            "uniqueItems": true,
            "type": "array",
            "description": "Company domain or website names. Max 100 e.g github.com",
            "items": {
              "type": "string"
            }
          },
          "maxPerCompany": {
            "title": "Employee per Company",
            "minimum": 10,
            "maximum": 100,
            "type": "integer",
            "description": "How many exployees to return per comapny domain",
            "default": 50
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}