{
  "openapi": "3.0.1",
  "info": {
    "title": "LinkedIn Company Employees Scraper ✅ NO COOKIES",
    "description": "Get a company's employees as rich profiles from a LinkedIn URL or domain: work history, education, skills, certifications, badges, plus company firmographics. Filter by title, seniority, location and 557 specific job functions, not just 35 broad departments. Optional verified email. Pay per result.",
    "version": "1.0",
    "x-build-id": "JOAQKnDPTdPKlaSgK"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/atomus~linkedin-company-employees/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-atomus-linkedin-company-employees",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/atomus~linkedin-company-employees/runs": {
      "post": {
        "operationId": "runs-sync-atomus-linkedin-company-employees",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/atomus~linkedin-company-employees/run-sync": {
      "post": {
        "operationId": "run-sync-atomus-linkedin-company-employees",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "required": [
          "company"
        ],
        "properties": {
          "company": {
            "title": "🏢 Company",
            "type": "string",
            "description": "The company whose employees you want. Paste its LinkedIn company URL (https://www.linkedin.com/company/<slug>) OR its website domain (example.com). LinkedIn URL is the most precise; a domain also matches subsidiaries."
          },
          "maxResults": {
            "title": "💯 Max results",
            "minimum": 1,
            "maximum": 10000,
            "type": "integer",
            "description": "Hard cap on how many employees to return: this is your spend cap (you pay per employee returned). The run stops once it hits this or runs out of matches. LinkedIn surfaces at most a few thousand per query. ⏱️ With the email add-on on, plan on about 1 hour of run time per 5,000 employees and set the run timeout to match (Run options, Timeout). A run that reaches its timeout first keeps everything it delivered and tells you how to Resurrect it for the rest.",
            "default": 100
          },
          "countOnly": {
            "title": "🔢 Count only (no employees pulled or charged)",
            "type": "boolean",
            "description": "Answer how many employees of this company match these filters and stop, without pulling any. No employees are charged, and the count is the whole match total, not capped by Max results. Use it to check a filter set before paying for the real run. Limited to 50 previews per month per account.",
            "default": false
          },
          "title": {
            "title": "💼 Job titles",
            "type": "array",
            "description": "Match employees whose CURRENT title contains any of these, e.g. \"Software Engineer\", \"Account Executive\". Leave empty for all titles.",
            "items": {
              "type": "string"
            }
          },
          "titleMatchMode": {
            "title": "🎯 Title match mode",
            "enum": [
              "SMART",
              "WORD",
              "STRICT"
            ],
            "type": "string",
            "description": "SMART = fuzzy (recommended, catches \"Sr. Software Engineer\"). WORD = whole words. STRICT = exact title only.",
            "default": "SMART"
          },
          "seniority": {
            "title": "🎖️ Seniority",
            "type": "array",
            "description": "Keep only these seniority levels. Leave empty for all.",
            "items": {
              "type": "string",
              "enum": [
                "c_suite",
                "vp",
                "director",
                "manager",
                "senior",
                "mid-level",
                "entry",
                "intern",
                "owner",
                "founder",
                "head",
                "partner"
              ],
              "enumTitles": [
                "C-Level",
                "VP",
                "Director",
                "Manager",
                "Senior",
                "Mid-Level",
                "Entry level",
                "Intern",
                "Owner",
                "Founder",
                "Head",
                "Partner"
              ]
            }
          },
          "department": {
            "title": "🗂️ Department (use this OR Job function, not both)",
            "type": "array",
            "description": "Keep only leads in these broad departments: the ENTIRE department. Use this OR \"Job function\", never both: measured live, Sales alone matches 28,449,940 people and Sales + Revenue Operations matches 28,449,940 too, because the function already sits inside the department. A function from a DIFFERENT department gets ADDED to your results instead (the two combine with OR), widening your search and your bill, never narrowing it.",
            "items": {
              "type": "string",
              "enum": [
                "accounting",
                "administrative",
                "agriculture_forestry_and_animal_care",
                "arts_entertainment_and_performance",
                "beauty_and_personal_care",
                "business_development",
                "community_and_social_services",
                "consulting",
                "customer_success_and_support",
                "design",
                "education",
                "energy_mining_and_utilities",
                "engineering_technical",
                "finance",
                "hospitality_food_and_guest_services",
                "human_resources",
                "information_technology",
                "legal",
                "manufacturing_and_production",
                "marketing",
                "media_and_communication",
                "medical_health",
                "military_and_protective_services",
                "operations",
                "product_management",
                "program_and_project_management",
                "public_administration_and_government",
                "purchasing",
                "quality_assurance",
                "real_estate",
                "research",
                "sales",
                "skilled_trades_construction_and_maintenance",
                "sports_and_recreation",
                "transportation_and_logistics",
                "engineering",
                "arts_and_design",
                "entrepreneurship",
                "healthcare_services"
              ],
              "enumTitles": [
                "Accounting",
                "Administrative",
                "Agriculture Forestry & Animal Care",
                "Arts Entertainment & Performance",
                "Beauty & Personal Care",
                "Business Development",
                "Community & Social Services",
                "Consulting",
                "Customer Success & Support",
                "Design",
                "Education",
                "Energy Mining & Utilities",
                "Engineering Technical",
                "Finance",
                "Hospitality Food & Guest Services",
                "Human Resources",
                "Information Technology",
                "Legal",
                "Manufacturing & Production",
                "Marketing",
                "Media & Communication",
                "Medical Health",
                "Military & Protective Services",
                "Operations",
                "Product Management",
                "Program & Project Management",
                "Public Administration & Government",
                "Purchasing",
                "Quality Assurance",
                "Real Estate",
                "Research",
                "Sales",
                "Skilled Trades Construction & Maintenance",
                "Sports & Recreation",
                "Transportation & Logistics",
                "Engineering (legacy: prefer Engineering & Technical)",
                "Arts & Design (legacy: prefer Design, or Arts, Entertainment & Performance)",
                "Entrepreneurship (legacy: no direct replacement)",
                "Healthcare Services (legacy: prefer Medical & Health)"
              ]
            }
          },
          "jobFunction": {
            "title": "🎯 Job function (use this OR Department, not both)",
            "type": "array",
            "description": "Keep only leads in these specific job functions: pick these INSTEAD of a department when you want precision: Revenue Operations (86,195 people) rather than all of Sales (28,449,940). Every option is prefixed with its department, so typing \"sales\" narrows the list to the ~20 sales functions instead of scrolling all 557. Leave \"Department\" empty when you use this, because filling both either changes nothing or widens your results.",
            "items": {
              "type": "string",
              "enum": [
                "accounts_payable",
                "accounts_receivable",
                "bookkeeping",
                "consolidation_accounting",
                "cost_accounting",
                "external_audit_and_assurance",
                "financial_reporting",
                "fixed_asset_accounting",
                "general_ledger_and_close",
                "other_accounting",
                "payroll_accounting",
                "revenue_accounting",
                "tax_accounting",
                "administrative_assistant",
                "calendar_travel_coordination",
                "data_entry_and_clerical",
                "document_and_mail_services",
                "executive_assistant",
                "facility_administration",
                "front_desk_reception",
                "meeting_and_event_coordination",
                "office_management",
                "other_administrative",
                "personal_assistance",
                "records_management",
                "virtual_assistant_remote_admin",
                "agricultural_operations",
                "crop_production",
                "environmental_and_natural_resource_management",
                "farming_and_ranching",
                "fisheries_and_aquaculture",
                "forestry_and_conservation",
                "livestock_and_animal_care",
                "other_agriculture_forestry_and_animal_care",
                "acting_and_performance",
                "cultural_and_museum_programming",
                "dance_and_choreography",
                "directing_and_producing",
                "film_and_screen_production",
                "live_entertainment_production",
                "music_and_singing",
                "other_arts_entertainment_and_performance",
                "talent_and_casting",
                "theatre_and_stage_production",
                "barbering",
                "cosmetology_general",
                "esthetics_and_skin_care",
                "hair_styling",
                "makeup_artistry",
                "massage_and_bodywork",
                "nail_care",
                "other_beauty_and_personal_care",
                "salon_and_spa_management",
                "bids_proposals_and_capture_management",
                "channel_development",
                "corporate_development",
                "corporate_strategy",
                "country_management",
                "franchise_development",
                "international_expansion",
                "market_development",
                "new_ventures_and_corporate_innovation",
                "other_business_development",
                "partnerships_and_alliances",
                "strategic_business_development",
                "advocacy_public_policy",
                "case_management",
                "child_family_services",
                "community_health_services",
                "community_outreach",
                "counseling",
                "crisis_intervention",
                "family_caregiving",
                "fundraising_development",
                "grants_management",
                "nonprofit_program_management",
                "other_community_and_social_services",
                "philanthropy_and_foundation_relations",
                "rehabilitation_services",
                "religious_spiritual_services",
                "social_work",
                "volunteer_coordination",
                "financial_consulting",
                "human_capital_consulting",
                "implementation_consulting",
                "it_consulting",
                "management_consulting",
                "marketing_and_sales_consulting",
                "operations_consulting",
                "other_consulting",
                "risk_consulting",
                "solutions_consulting",
                "strategy_consulting",
                "supply_chain_consulting",
                "sustainability_esg_consulting",
                "transformation_consulting",
                "call_center",
                "customer_community_management",
                "customer_education",
                "customer_experience",
                "customer_onboarding",
                "customer_retention",
                "customer_success",
                "customer_success_operations",
                "customer_support",
                "customer_support_operations",
                "implementation_services",
                "other_customer_success_and_support",
                "professional_services_and_customer_delivery",
                "renewals_management",
                "technical_support",
                "brand_design",
                "design_operations",
                "fashion_and_apparel_design",
                "fine_arts_illustration",
                "graphic_design",
                "industrial_design",
                "interaction_design",
                "interior_and_environmental_design",
                "motion_design",
                "other_design",
                "photography_visual_storytelling",
                "product_design",
                "service_design",
                "ui_ux",
                "web_design",
                "academic_affairs",
                "admissions_enrollment",
                "adult_and_continuing_education",
                "alumni_development",
                "assessment_and_accreditation",
                "career_services",
                "corporate_training_enablement",
                "curriculum_development",
                "early_childhood_education",
                "education_policy",
                "education_technology",
                "higher_education_faculty",
                "instructional_design",
                "k12_instruction",
                "library_services",
                "online_learning_and_elearning",
                "other_education",
                "school_leadership_and_administration",
                "special_education",
                "student_affairs",
                "vocational_and_technical_education",
                "energy_and_utilities_operations",
                "grid_transmission_and_distribution_operations",
                "mining_and_extractive_operations",
                "oil_and_gas_operations",
                "other_energy_mining_and_utilities",
                "power_generation_operations",
                "aerospace_engineering",
                "artificial_intelligence_machine_learning",
                "bioengineering",
                "business_intelligence",
                "chemical_engineering",
                "civil_and_structural_engineering",
                "data_engineering",
                "data_science",
                "devops",
                "electrical_engineering",
                "embedded_and_firmware_engineering",
                "engineering_ops_sre",
                "engineering_technician",
                "environmental_engineering",
                "hardware_engineering_electronics",
                "industrial_engineering",
                "manufacturing_and_process_engineering",
                "materials_engineering",
                "mechanical_engineering",
                "mobile_development",
                "other_engineering_technical",
                "platform_engineering",
                "robotics_and_automation",
                "software_development",
                "systems_engineering",
                "asset_and_wealth_management",
                "commercial_banking",
                "corporate_finance",
                "credit_and_lending",
                "financial_planning_analysis",
                "financial_risk_management",
                "financial_strategy",
                "financial_systems",
                "fraud_and_financial_crime",
                "insurance_actuarial_and_underwriting",
                "internal_audit_control",
                "investment_banking_and_capital_markets",
                "investor_relations",
                "mergers_acquisitions",
                "other_finance",
                "project_finance",
                "real_estate_finance",
                "tax_strategy_and_planning",
                "treasury",
                "culinary_and_kitchen_operations",
                "event_hospitality_and_catering",
                "food_and_beverage_service",
                "guest_services_and_concierge",
                "hospitality_management",
                "hospitality_revenue_management",
                "hotel_and_lodging_operations",
                "housekeeping_and_accommodation_services",
                "other_hospitality_food_and_guest_services",
                "restaurant_operations",
                "travel_and_tourism_services",
                "compensation_benefits",
                "diversity_equity_inclusion",
                "employee_experience",
                "employee_labor_relations",
                "employee_wellbeing",
                "employer_branding",
                "global_mobility",
                "hr_business_partner",
                "hr_compliance",
                "hr_generalist_and_administration",
                "human_resource_information_system",
                "leadership_development",
                "learning_development",
                "organizational_development",
                "other_human_resources",
                "people_analytics",
                "people_operations",
                "recruiting_talent_acquisition",
                "succession_planning",
                "talent_management",
                "workforce_management",
                "workforce_planning",
                "business_continuity_disaster_recovery",
                "business_service_management_itsm",
                "cloud_engineering",
                "cybersecurity",
                "cybersecurity_operations",
                "data_center",
                "data_governance",
                "data_warehouse",
                "database_administration",
                "digital_transformation",
                "emerging_technology_innovation",
                "end_user_support",
                "enterprise_applications_erp_crm",
                "enterprise_architecture",
                "identity_and_access_management",
                "infrastructure",
                "integration_and_middleware",
                "it_asset_management",
                "it_governance_risk_and_compliance",
                "it_strategy",
                "it_training",
                "it_vendor_management",
                "network_operations_center",
                "networking",
                "observability_and_monitoring",
                "other_information_technology",
                "retail_store_systems",
                "solution_architecture",
                "technology_operations",
                "telecommunications",
                "virtualization",
                "antitrust_and_competition",
                "claims_and_disputes",
                "commercial_transactions",
                "compliance",
                "contracts",
                "corporate_and_securities_law",
                "corporate_secretary",
                "ediscovery",
                "ethics_and_investigations",
                "governance",
                "immigration_law",
                "intellectual_property_patent",
                "judiciary_and_courts",
                "labor_and_employment_law",
                "legal_counsel",
                "legal_operations",
                "legal_support_and_paralegal",
                "litigation",
                "other_legal",
                "privacy",
                "regulatory_affairs",
                "regulatory_law",
                "food_and_beverage_production",
                "industrial_production_management",
                "manufacturing_and_plant_operations",
                "materials_and_fabrication",
                "other_manufacturing_and_production",
                "process_and_machine_operations",
                "production_and_assembly",
                "account_based_marketing",
                "advertising",
                "affiliate_marketing",
                "brand_management",
                "community_marketing",
                "content_marketing",
                "conversion_rate_optimization",
                "customer_marketing",
                "demand_generation",
                "digital_marketing",
                "ecommerce_marketing",
                "event_marketing",
                "field_marketing",
                "growth_marketing",
                "influencer_creator_marketing",
                "lead_generation",
                "lifecycle_and_crm_marketing",
                "marketing_analytics_insights",
                "marketing_automation",
                "marketing_communications",
                "marketing_operations",
                "other_marketing",
                "paid_search_and_performance_marketing",
                "partner_and_channel_marketing",
                "product_marketing",
                "search_engine_optimization",
                "social_media_marketing",
                "technical_marketing",
                "broadcast_production",
                "content_strategy",
                "copywriting",
                "corporate_communications",
                "creative_writing_authoring",
                "crisis_communications",
                "digital_content_production",
                "editorial",
                "foreign_affairs",
                "government_affairs",
                "internal_communications",
                "journalism_reporting",
                "media_relations",
                "multimedia_audiovisual",
                "other_media_and_communication",
                "podcast_and_audio_production",
                "public_affairs",
                "public_relations",
                "publishing",
                "speechwriting",
                "technical_writing",
                "translation_localization",
                "anesthesiology",
                "athletic_training",
                "audiology",
                "behavioral_and_mental_health",
                "cardiology",
                "chiropractics",
                "clinical_systems",
                "dentistry",
                "dermatology",
                "emergency_medicine",
                "epidemiology",
                "exercise_physiology",
                "health_information_management_and_medical_coding",
                "health_promotion_and_clinical_wellness",
                "healthcare_operations",
                "home_health_and_long_term_care",
                "infectious_disease",
                "laboratory_and_diagnostics",
                "medical_administration",
                "medical_education_training",
                "neurology",
                "nursing",
                "nutrition_dietetics",
                "obstetrics_gynecology",
                "occupational_health",
                "occupational_therapy",
                "oncology",
                "ophthalmology",
                "optometry",
                "orthopedics",
                "other_medical_health",
                "pathology",
                "patient_care_support",
                "pediatrics",
                "pharmacy",
                "physical_therapy",
                "physicians_and_general_medicine",
                "primary_care_family_and_internal_medicine",
                "psychiatry",
                "psychology",
                "public_health",
                "radiology",
                "respiratory_therapy",
                "speech_language_pathology",
                "sports_medicine",
                "surgery",
                "veterinary_medicine",
                "corrections",
                "customs_and_border_security",
                "emergency_management",
                "emergency_response",
                "enlisted_operations",
                "fire_and_rescue",
                "intelligence_security",
                "investigations",
                "law_enforcement",
                "loss_prevention",
                "officer_command",
                "other_military_and_protective_services",
                "private_security",
                "protective_intelligence",
                "security_operations",
                "business_operations",
                "event_management_production",
                "field_operations",
                "health_safety_and_environment",
                "inventory_and_materials_management",
                "operational_excellence_and_process_improvement",
                "other_operations",
                "service_delivery",
                "shared_services",
                "store_operations",
                "supply_chain",
                "general_product_management",
                "growth_product_management",
                "other_product_management",
                "platform_product_management",
                "product_analytics",
                "product_development",
                "product_discovery",
                "product_operations",
                "product_owner",
                "product_portfolio_management",
                "product_strategy",
                "technical_product_management",
                "change_management",
                "construction_project_management",
                "delivery_management",
                "implementation_project_management",
                "other_program_and_project_management",
                "pmo",
                "portfolio_management",
                "program_management",
                "project_controls_and_planning",
                "project_management",
                "scrum_master_agile_coach",
                "technical_program_management",
                "transformation_program_management",
                "defense_policy",
                "diplomacy_and_foreign_service",
                "elected_office_and_legislative_affairs",
                "government_program_administration",
                "other_public_administration_and_government",
                "public_administration_and_civil_service",
                "public_finance_and_tax_administration",
                "public_policy_and_policy_analysis",
                "regulatory_and_inspection_services",
                "urban_and_regional_planning",
                "category_management",
                "contract_management",
                "direct_materials_procurement",
                "indirect_procurement",
                "other_purchasing",
                "procurement",
                "procurement_analytics",
                "purchasing_operations",
                "spend_analysis",
                "strategic_sourcing",
                "supplier_relationship_management",
                "vendor_management",
                "manufacturing_quality",
                "other_quality_assurance",
                "quality_audit",
                "quality_control",
                "quality_management",
                "regulatory_quality",
                "software_testing",
                "supplier_quality",
                "test_automation",
                "test_engineering",
                "validation",
                "acquisitions_and_dispositions",
                "brokerage_and_real_estate_sales",
                "commercial_real_estate",
                "leasing",
                "other_real_estate",
                "property_management",
                "real_estate_asset_management",
                "real_estate_development",
                "real_estate_investment",
                "real_estate_operations",
                "residential_real_estate",
                "tenant_relations",
                "valuation_and_appraisal",
                "workplace_real_estate",
                "academic_research",
                "clinical_research",
                "clinical_trials",
                "competitive_intelligence",
                "consumer_insights",
                "economic_affairs",
                "laboratory_research",
                "market_research",
                "medical_research",
                "operations_research",
                "other_research",
                "policy_research",
                "qualitative_research",
                "quantitative_research",
                "research_development",
                "research_operations",
                "scientific_research",
                "social_and_behavioral_research",
                "user_research",
                "account_executive_and_new_business_sales",
                "account_management",
                "channel_sales",
                "commercial_operations",
                "enterprise_sales",
                "field_outside_sales",
                "inside_sales",
                "insurance_sales_and_brokerage",
                "other_sales",
                "partner_sales",
                "retail_sales",
                "revenue_operations",
                "sales_compensation_and_planning",
                "sales_development",
                "sales_enablement",
                "sales_engineering",
                "sales_operations",
                "sales_training",
                "strategic_and_key_accounts",
                "territory_sales",
                "building_and_grounds_services",
                "construction_estimating",
                "construction_operations",
                "construction_trades",
                "electrical_trades",
                "facilities_management",
                "field_service_technical",
                "installation_and_repair",
                "maintenance_reliability_and_mro",
                "mechanical_and_hvac_trades",
                "other_skilled_trades_construction_and_maintenance",
                "plumbing_and_pipefitting",
                "fitness_and_personal_training",
                "other_sports_and_recreation",
                "professional_athletes",
                "recreation_and_leisure_services",
                "sports_coaching",
                "sports_management_and_operations",
                "sports_officiating",
                "sports_science_and_performance_coaching",
                "cabin_crew_and_inflight_services",
                "dispatch_and_transport_coordination",
                "fleet_management",
                "flight_operations_and_pilots",
                "import_export_and_customs",
                "logistics",
                "maritime_and_deck_operations",
                "order_management_and_fulfillment",
                "other_transportation_and_logistics",
                "road_and_rail_transport",
                "transportation_operations",
                "warehouse_operations",
                "unknown"
              ],
              "enumTitles": [
                "Accounting › Accounts Payable",
                "Accounting › Accounts Receivable",
                "Accounting › Bookkeeping",
                "Accounting › Consolidation Accounting",
                "Accounting › Cost Accounting",
                "Accounting › External Audit & Assurance",
                "Accounting › Financial Reporting",
                "Accounting › Fixed Asset Accounting",
                "Accounting › General Ledger & Close",
                "Accounting › Other",
                "Accounting › Payroll Accounting",
                "Accounting › Revenue Accounting",
                "Accounting › Tax Accounting",
                "Administrative › Administrative Assistant",
                "Administrative › Calendar Travel Coordination",
                "Administrative › Data Entry & Clerical",
                "Administrative › Document & Mail Services",
                "Administrative › Executive Assistant",
                "Administrative › Facility Administration",
                "Administrative › Front Desk Reception",
                "Administrative › Meeting & Event Coordination",
                "Administrative › Office Management",
                "Administrative › Other",
                "Administrative › Personal Assistance",
                "Administrative › Records Management",
                "Administrative › Virtual Assistant Remote Admin",
                "Agriculture Forestry & Animal Care › Agricultural Operations",
                "Agriculture Forestry & Animal Care › Crop Production",
                "Agriculture Forestry & Animal Care › Environmental & Natural Resource Management",
                "Agriculture Forestry & Animal Care › Farming & Ranching",
                "Agriculture Forestry & Animal Care › Fisheries & Aquaculture",
                "Agriculture Forestry & Animal Care › Forestry & Conservation",
                "Agriculture Forestry & Animal Care › Livestock & Animal Care",
                "Agriculture Forestry & Animal Care › Other",
                "Arts Entertainment & Performance › Acting & Performance",
                "Arts Entertainment & Performance › Cultural & Museum Programming",
                "Arts Entertainment & Performance › Dance & Choreography",
                "Arts Entertainment & Performance › Directing & Producing",
                "Arts Entertainment & Performance › Film & Screen Production",
                "Arts Entertainment & Performance › Live Entertainment Production",
                "Arts Entertainment & Performance › Music & Singing",
                "Arts Entertainment & Performance › Other",
                "Arts Entertainment & Performance › Talent & Casting",
                "Arts Entertainment & Performance › Theatre & Stage Production",
                "Beauty & Personal Care › Barbering",
                "Beauty & Personal Care › Cosmetology General",
                "Beauty & Personal Care › Esthetics & Skin Care",
                "Beauty & Personal Care › Hair Styling",
                "Beauty & Personal Care › Makeup Artistry",
                "Beauty & Personal Care › Massage & Bodywork",
                "Beauty & Personal Care › Nail Care",
                "Beauty & Personal Care › Other",
                "Beauty & Personal Care › Salon & Spa Management",
                "Business Development › Bids Proposals & Capture Management",
                "Business Development › Channel Development",
                "Business Development › Corporate Development",
                "Business Development › Corporate Strategy",
                "Business Development › Country Management",
                "Business Development › Franchise Development",
                "Business Development › International Expansion",
                "Business Development › Market Development",
                "Business Development › New Ventures & Corporate Innovation",
                "Business Development › Other",
                "Business Development › Partnerships & Alliances",
                "Business Development › Strategic Business Development",
                "Community & Social Services › Advocacy Public Policy",
                "Community & Social Services › Case Management",
                "Community & Social Services › Child Family Services",
                "Community & Social Services › Community Health Services",
                "Community & Social Services › Community Outreach",
                "Community & Social Services › Counseling",
                "Community & Social Services › Crisis Intervention",
                "Community & Social Services › Family Caregiving",
                "Community & Social Services › Fundraising Development",
                "Community & Social Services › Grants Management",
                "Community & Social Services › Nonprofit Program Management",
                "Community & Social Services › Other",
                "Community & Social Services › Philanthropy & Foundation Relations",
                "Community & Social Services › Rehabilitation Services",
                "Community & Social Services › Religious Spiritual Services",
                "Community & Social Services › Social Work",
                "Community & Social Services › Volunteer Coordination",
                "Consulting › Financial Consulting",
                "Consulting › Human Capital Consulting",
                "Consulting › Implementation Consulting",
                "Consulting › IT Consulting",
                "Consulting › Management Consulting",
                "Consulting › Marketing & Sales Consulting",
                "Consulting › Operations Consulting",
                "Consulting › Other",
                "Consulting › Risk Consulting",
                "Consulting › Solutions Consulting",
                "Consulting › Strategy Consulting",
                "Consulting › Supply Chain Consulting",
                "Consulting › Sustainability ESG Consulting",
                "Consulting › Transformation Consulting",
                "Customer Success & Support › Call Center",
                "Customer Success & Support › Customer Community Management",
                "Customer Success & Support › Customer Education",
                "Customer Success & Support › Customer Experience",
                "Customer Success & Support › Customer Onboarding",
                "Customer Success & Support › Customer Retention",
                "Customer Success & Support › Customer Success",
                "Customer Success & Support › Customer Success Operations",
                "Customer Success & Support › Customer Support",
                "Customer Success & Support › Customer Support Operations",
                "Customer Success & Support › Implementation Services",
                "Customer Success & Support › Other",
                "Customer Success & Support › Professional Services & Customer Delivery",
                "Customer Success & Support › Renewals Management",
                "Customer Success & Support › Technical Support",
                "Design › Brand Design",
                "Design › Design Operations",
                "Design › Fashion & Apparel Design",
                "Design › Fine Arts Illustration",
                "Design › Graphic Design",
                "Design › Industrial Design",
                "Design › Interaction Design",
                "Design › Interior & Environmental Design",
                "Design › Motion Design",
                "Design › Other",
                "Design › Photography Visual Storytelling",
                "Design › Product Design",
                "Design › Service Design",
                "Design › UI UX",
                "Design › Web Design",
                "Education › Academic Affairs",
                "Education › Admissions Enrollment",
                "Education › Adult & Continuing Education",
                "Education › Alumni Development",
                "Education › Assessment & Accreditation",
                "Education › Career Services",
                "Education › Corporate Training Enablement",
                "Education › Curriculum Development",
                "Education › Early Childhood Education",
                "Education › Education Policy",
                "Education › Education Technology",
                "Education › Higher Education Faculty",
                "Education › Instructional Design",
                "Education › K12 Instruction",
                "Education › Library Services",
                "Education › Online Learning & Elearning",
                "Education › Other",
                "Education › School Leadership & Administration",
                "Education › Special Education",
                "Education › Student Affairs",
                "Education › Vocational & Technical Education",
                "Energy Mining & Utilities › Energy & Utilities Operations",
                "Energy Mining & Utilities › Grid Transmission & Distribution Operations",
                "Energy Mining & Utilities › Mining & Extractive Operations",
                "Energy Mining & Utilities › Oil & Gas Operations",
                "Energy Mining & Utilities › Other",
                "Energy Mining & Utilities › Power Generation Operations",
                "Engineering Technical › Aerospace Engineering",
                "Engineering Technical › Artificial Intelligence Machine Learning",
                "Engineering Technical › Bioengineering",
                "Engineering Technical › Business Intelligence",
                "Engineering Technical › Chemical Engineering",
                "Engineering Technical › Civil & Structural Engineering",
                "Engineering Technical › Data Engineering",
                "Engineering Technical › Data Science",
                "Engineering Technical › Devops",
                "Engineering Technical › Electrical Engineering",
                "Engineering Technical › Embedded & Firmware Engineering",
                "Engineering Technical › Engineering Ops SRE",
                "Engineering Technical › Engineering Technician",
                "Engineering Technical › Environmental Engineering",
                "Engineering Technical › Hardware Engineering Electronics",
                "Engineering Technical › Industrial Engineering",
                "Engineering Technical › Manufacturing & Process Engineering",
                "Engineering Technical › Materials Engineering",
                "Engineering Technical › Mechanical Engineering",
                "Engineering Technical › Mobile Development",
                "Engineering Technical › Other",
                "Engineering Technical › Platform Engineering",
                "Engineering Technical › Robotics & Automation",
                "Engineering Technical › Software Development",
                "Engineering Technical › Systems Engineering",
                "Finance › Asset & Wealth Management",
                "Finance › Commercial Banking",
                "Finance › Corporate Finance",
                "Finance › Credit & Lending",
                "Finance › Financial Planning Analysis",
                "Finance › Financial Risk Management",
                "Finance › Financial Strategy",
                "Finance › Financial Systems",
                "Finance › Fraud & Financial Crime",
                "Finance › Insurance Actuarial & Underwriting",
                "Finance › Internal Audit Control",
                "Finance › Investment Banking & Capital Markets",
                "Finance › Investor Relations",
                "Finance › Mergers Acquisitions",
                "Finance › Other",
                "Finance › Project Finance",
                "Finance › Real Estate Finance",
                "Finance › Tax Strategy & Planning",
                "Finance › Treasury",
                "Hospitality Food & Guest Services › Culinary & Kitchen Operations",
                "Hospitality Food & Guest Services › Event Hospitality & Catering",
                "Hospitality Food & Guest Services › Food & Beverage Service",
                "Hospitality Food & Guest Services › Guest Services & Concierge",
                "Hospitality Food & Guest Services › Hospitality Management",
                "Hospitality Food & Guest Services › Hospitality Revenue Management",
                "Hospitality Food & Guest Services › Hotel & Lodging Operations",
                "Hospitality Food & Guest Services › Housekeeping & Accommodation Services",
                "Hospitality Food & Guest Services › Other",
                "Hospitality Food & Guest Services › Restaurant Operations",
                "Hospitality Food & Guest Services › Travel & Tourism Services",
                "Human Resources › Compensation Benefits",
                "Human Resources › Diversity Equity Inclusion",
                "Human Resources › Employee Experience",
                "Human Resources › Employee Labor Relations",
                "Human Resources › Employee Wellbeing",
                "Human Resources › Employer Branding",
                "Human Resources › Global Mobility",
                "Human Resources › HR Business Partner",
                "Human Resources › HR Compliance",
                "Human Resources › HR Generalist & Administration",
                "Human Resources › Human Resource Information System",
                "Human Resources › Leadership Development",
                "Human Resources › Learning Development",
                "Human Resources › Organizational Development",
                "Human Resources › Other",
                "Human Resources › People Analytics",
                "Human Resources › People Operations",
                "Human Resources › Recruiting Talent Acquisition",
                "Human Resources › Succession Planning",
                "Human Resources › Talent Management",
                "Human Resources › Workforce Management",
                "Human Resources › Workforce Planning",
                "Information Technology › Business Continuity Disaster Recovery",
                "Information Technology › Business Service Management Itsm",
                "Information Technology › Cloud Engineering",
                "Information Technology › Cybersecurity",
                "Information Technology › Cybersecurity Operations",
                "Information Technology › Data Center",
                "Information Technology › Data Governance",
                "Information Technology › Data Warehouse",
                "Information Technology › Database Administration",
                "Information Technology › Digital Transformation",
                "Information Technology › Emerging Technology Innovation",
                "Information Technology › End User Support",
                "Information Technology › Enterprise Applications ERP CRM",
                "Information Technology › Enterprise Architecture",
                "Information Technology › Identity & Access Management",
                "Information Technology › Infrastructure",
                "Information Technology › Integration & Middleware",
                "Information Technology › IT Asset Management",
                "Information Technology › IT Governance Risk & Compliance",
                "Information Technology › IT Strategy",
                "Information Technology › IT Training",
                "Information Technology › IT Vendor Management",
                "Information Technology › Network Operations Center",
                "Information Technology › Networking",
                "Information Technology › Observability & Monitoring",
                "Information Technology › Other",
                "Information Technology › Retail Store Systems",
                "Information Technology › Solution Architecture",
                "Information Technology › Technology Operations",
                "Information Technology › Telecommunications",
                "Information Technology › Virtualization",
                "Legal › Antitrust & Competition",
                "Legal › Claims & Disputes",
                "Legal › Commercial Transactions",
                "Legal › Compliance",
                "Legal › Contracts",
                "Legal › Corporate & Securities Law",
                "Legal › Corporate Secretary",
                "Legal › eDiscovery",
                "Legal › Ethics & Investigations",
                "Legal › Governance",
                "Legal › Immigration Law",
                "Legal › Intellectual Property Patent",
                "Legal › Judiciary & Courts",
                "Legal › Labor & Employment Law",
                "Legal › Legal Counsel",
                "Legal › Legal Operations",
                "Legal › Legal Support & Paralegal",
                "Legal › Litigation",
                "Legal › Other",
                "Legal › Privacy",
                "Legal › Regulatory Affairs",
                "Legal › Regulatory Law",
                "Manufacturing & Production › Food & Beverage Production",
                "Manufacturing & Production › Industrial Production Management",
                "Manufacturing & Production › Manufacturing & Plant Operations",
                "Manufacturing & Production › Materials & Fabrication",
                "Manufacturing & Production › Other",
                "Manufacturing & Production › Process & Machine Operations",
                "Manufacturing & Production › Production & Assembly",
                "Marketing › Account Based Marketing",
                "Marketing › Advertising",
                "Marketing › Affiliate Marketing",
                "Marketing › Brand Management",
                "Marketing › Community Marketing",
                "Marketing › Content Marketing",
                "Marketing › Conversion Rate Optimization",
                "Marketing › Customer Marketing",
                "Marketing › Demand Generation",
                "Marketing › Digital Marketing",
                "Marketing › Ecommerce Marketing",
                "Marketing › Event Marketing",
                "Marketing › Field Marketing",
                "Marketing › Growth Marketing",
                "Marketing › Influencer Creator Marketing",
                "Marketing › Lead Generation",
                "Marketing › Lifecycle & CRM Marketing",
                "Marketing › Marketing Analytics Insights",
                "Marketing › Marketing Automation",
                "Marketing › Marketing Communications",
                "Marketing › Marketing Operations",
                "Marketing › Other",
                "Marketing › Paid Search & Performance Marketing",
                "Marketing › Partner & Channel Marketing",
                "Marketing › Product Marketing",
                "Marketing › Search Engine Optimization",
                "Marketing › Social Media Marketing",
                "Marketing › Technical Marketing",
                "Media & Communication › Broadcast Production",
                "Media & Communication › Content Strategy",
                "Media & Communication › Copywriting",
                "Media & Communication › Corporate Communications",
                "Media & Communication › Creative Writing Authoring",
                "Media & Communication › Crisis Communications",
                "Media & Communication › Digital Content Production",
                "Media & Communication › Editorial",
                "Media & Communication › Foreign Affairs",
                "Media & Communication › Government Affairs",
                "Media & Communication › Internal Communications",
                "Media & Communication › Journalism Reporting",
                "Media & Communication › Media Relations",
                "Media & Communication › Multimedia Audiovisual",
                "Media & Communication › Other",
                "Media & Communication › Podcast & Audio Production",
                "Media & Communication › Public Affairs",
                "Media & Communication › Public Relations",
                "Media & Communication › Publishing",
                "Media & Communication › Speechwriting",
                "Media & Communication › Technical Writing",
                "Media & Communication › Translation Localization",
                "Medical Health › Anesthesiology",
                "Medical Health › Athletic Training",
                "Medical Health › Audiology",
                "Medical Health › Behavioral & Mental Health",
                "Medical Health › Cardiology",
                "Medical Health › Chiropractics",
                "Medical Health › Clinical Systems",
                "Medical Health › Dentistry",
                "Medical Health › Dermatology",
                "Medical Health › Emergency Medicine",
                "Medical Health › Epidemiology",
                "Medical Health › Exercise Physiology",
                "Medical Health › Health Information Management & Medical Coding",
                "Medical Health › Health Promotion & Clinical Wellness",
                "Medical Health › Healthcare Operations",
                "Medical Health › Home Health & Long Term Care",
                "Medical Health › Infectious Disease",
                "Medical Health › Laboratory & Diagnostics",
                "Medical Health › Medical Administration",
                "Medical Health › Medical Education Training",
                "Medical Health › Neurology",
                "Medical Health › Nursing",
                "Medical Health › Nutrition Dietetics",
                "Medical Health › Obstetrics Gynecology",
                "Medical Health › Occupational Health",
                "Medical Health › Occupational Therapy",
                "Medical Health › Oncology",
                "Medical Health › Ophthalmology",
                "Medical Health › Optometry",
                "Medical Health › Orthopedics",
                "Medical Health › Other",
                "Medical Health › Pathology",
                "Medical Health › Patient Care Support",
                "Medical Health › Pediatrics",
                "Medical Health › Pharmacy",
                "Medical Health › Physical Therapy",
                "Medical Health › Physicians & General Medicine",
                "Medical Health › Primary Care Family & Internal Medicine",
                "Medical Health › Psychiatry",
                "Medical Health › Psychology",
                "Medical Health › Public Health",
                "Medical Health › Radiology",
                "Medical Health › Respiratory Therapy",
                "Medical Health › Speech Language Pathology",
                "Medical Health › Sports Medicine",
                "Medical Health › Surgery",
                "Medical Health › Veterinary Medicine",
                "Military & Protective Services › Corrections",
                "Military & Protective Services › Customs & Border Security",
                "Military & Protective Services › Emergency Management",
                "Military & Protective Services › Emergency Response",
                "Military & Protective Services › Enlisted Operations",
                "Military & Protective Services › Fire & Rescue",
                "Military & Protective Services › Intelligence Security",
                "Military & Protective Services › Investigations",
                "Military & Protective Services › Law Enforcement",
                "Military & Protective Services › Loss Prevention",
                "Military & Protective Services › Officer Command",
                "Military & Protective Services › Other",
                "Military & Protective Services › Private Security",
                "Military & Protective Services › Protective Intelligence",
                "Military & Protective Services › Security Operations",
                "Operations › Business Operations",
                "Operations › Event Management Production",
                "Operations › Field Operations",
                "Operations › Health Safety & Environment",
                "Operations › Inventory & Materials Management",
                "Operations › Operational Excellence & Process Improvement",
                "Operations › Other",
                "Operations › Service Delivery",
                "Operations › Shared Services",
                "Operations › Store Operations",
                "Operations › Supply Chain",
                "Product Management › General Product Management",
                "Product Management › Growth Product Management",
                "Product Management › Other",
                "Product Management › Platform Product Management",
                "Product Management › Product Analytics",
                "Product Management › Product Development",
                "Product Management › Product Discovery",
                "Product Management › Product Operations",
                "Product Management › Product Owner",
                "Product Management › Product Portfolio Management",
                "Product Management › Product Strategy",
                "Product Management › Technical Product Management",
                "Program & Project Management › Change Management",
                "Program & Project Management › Construction Project Management",
                "Program & Project Management › Delivery Management",
                "Program & Project Management › Implementation Project Management",
                "Program & Project Management › Other",
                "Program & Project Management › Pmo",
                "Program & Project Management › Portfolio Management",
                "Program & Project Management › Program Management",
                "Program & Project Management › Project Controls & Planning",
                "Program & Project Management › Project Management",
                "Program & Project Management › Scrum Master Agile Coach",
                "Program & Project Management › Technical Program Management",
                "Program & Project Management › Transformation Program Management",
                "Public Administration & Government › Defense Policy",
                "Public Administration & Government › Diplomacy & Foreign Service",
                "Public Administration & Government › Elected Office & Legislative Affairs",
                "Public Administration & Government › Government Program Administration",
                "Public Administration & Government › Other",
                "Public Administration & Government › Public Administration & Civil Service",
                "Public Administration & Government › Public Finance & Tax Administration",
                "Public Administration & Government › Public Policy & Policy Analysis",
                "Public Administration & Government › Regulatory & Inspection Services",
                "Public Administration & Government › Urban & Regional Planning",
                "Purchasing › Category Management",
                "Purchasing › Contract Management",
                "Purchasing › Direct Materials Procurement",
                "Purchasing › Indirect Procurement",
                "Purchasing › Other",
                "Purchasing › Procurement",
                "Purchasing › Procurement Analytics",
                "Purchasing › Purchasing Operations",
                "Purchasing › Spend Analysis",
                "Purchasing › Strategic Sourcing",
                "Purchasing › Supplier Relationship Management",
                "Purchasing › Vendor Management",
                "Quality Assurance › Manufacturing Quality",
                "Quality Assurance › Other",
                "Quality Assurance › Quality Audit",
                "Quality Assurance › Quality Control",
                "Quality Assurance › Quality Management",
                "Quality Assurance › Regulatory Quality",
                "Quality Assurance › Software Testing",
                "Quality Assurance › Supplier Quality",
                "Quality Assurance › Test Automation",
                "Quality Assurance › Test Engineering",
                "Quality Assurance › Validation",
                "Real Estate › Acquisitions & Dispositions",
                "Real Estate › Brokerage & Real Estate Sales",
                "Real Estate › Commercial Real Estate",
                "Real Estate › Leasing",
                "Real Estate › Other",
                "Real Estate › Property Management",
                "Real Estate › Real Estate Asset Management",
                "Real Estate › Real Estate Development",
                "Real Estate › Real Estate Investment",
                "Real Estate › Real Estate Operations",
                "Real Estate › Residential Real Estate",
                "Real Estate › Tenant Relations",
                "Real Estate › Valuation & Appraisal",
                "Real Estate › Workplace Real Estate",
                "Research › Academic Research",
                "Research › Clinical Research",
                "Research › Clinical Trials",
                "Research › Competitive Intelligence",
                "Research › Consumer Insights",
                "Research › Economic Affairs",
                "Research › Laboratory Research",
                "Research › Market Research",
                "Research › Medical Research",
                "Research › Operations Research",
                "Research › Other",
                "Research › Policy Research",
                "Research › Qualitative Research",
                "Research › Quantitative Research",
                "Research › Research Development",
                "Research › Research Operations",
                "Research › Scientific Research",
                "Research › Social & Behavioral Research",
                "Research › User Research",
                "Sales › Account Executive & New Business Sales",
                "Sales › Account Management",
                "Sales › Channel Sales",
                "Sales › Commercial Operations",
                "Sales › Enterprise Sales",
                "Sales › Field Outside Sales",
                "Sales › Inside Sales",
                "Sales › Insurance Sales & Brokerage",
                "Sales › Other",
                "Sales › Partner Sales",
                "Sales › Retail Sales",
                "Sales › Revenue Operations",
                "Sales › Sales Compensation & Planning",
                "Sales › Sales Development",
                "Sales › Sales Enablement",
                "Sales › Sales Engineering",
                "Sales › Sales Operations",
                "Sales › Sales Training",
                "Sales › Strategic & Key Accounts",
                "Sales › Territory Sales",
                "Skilled Trades Construction & Maintenance › Building & Grounds Services",
                "Skilled Trades Construction & Maintenance › Construction Estimating",
                "Skilled Trades Construction & Maintenance › Construction Operations",
                "Skilled Trades Construction & Maintenance › Construction Trades",
                "Skilled Trades Construction & Maintenance › Electrical Trades",
                "Skilled Trades Construction & Maintenance › Facilities Management",
                "Skilled Trades Construction & Maintenance › Field Service Technical",
                "Skilled Trades Construction & Maintenance › Installation & Repair",
                "Skilled Trades Construction & Maintenance › Maintenance Reliability & Mro",
                "Skilled Trades Construction & Maintenance › Mechanical & Hvac Trades",
                "Skilled Trades Construction & Maintenance › Other",
                "Skilled Trades Construction & Maintenance › Plumbing & Pipefitting",
                "Sports & Recreation › Fitness & Personal Training",
                "Sports & Recreation › Other",
                "Sports & Recreation › Professional Athletes",
                "Sports & Recreation › Recreation & Leisure Services",
                "Sports & Recreation › Sports Coaching",
                "Sports & Recreation › Sports Management & Operations",
                "Sports & Recreation › Sports Officiating",
                "Sports & Recreation › Sports Science & Performance Coaching",
                "Transportation & Logistics › Cabin Crew & Inflight Services",
                "Transportation & Logistics › Dispatch & Transport Coordination",
                "Transportation & Logistics › Fleet Management",
                "Transportation & Logistics › Flight Operations & Pilots",
                "Transportation & Logistics › Import Export & Customs",
                "Transportation & Logistics › Logistics",
                "Transportation & Logistics › Maritime & Deck Operations",
                "Transportation & Logistics › Order Management & Fulfillment",
                "Transportation & Logistics › Other",
                "Transportation & Logistics › Road & Rail Transport",
                "Transportation & Logistics › Transportation Operations",
                "Transportation & Logistics › Warehouse Operations",
                "Transportation & Logistics › Unknown"
              ]
            }
          },
          "country": {
            "title": "🌍 Country",
            "type": "array",
            "description": "Keep only employees in these countries. Pick from the list: every option is a value this data source is known to accept. The six continents are at the top of the list. Leave empty for all.",
            "items": {
              "type": "string",
              "enum": [
                "Europe",
                "Asia",
                "Africa",
                "North America",
                "South America",
                "Oceania",
                "Afghanistan",
                "Aland Islands",
                "Albania",
                "Algeria",
                "American Samoa",
                "Andorra",
                "Angola",
                "Antigua And Barbuda",
                "Argentina",
                "Armenia",
                "Aruba",
                "Australia",
                "Austria",
                "Azerbaijan",
                "Bahamas",
                "Bahrain",
                "Bangladesh",
                "Barbados",
                "Belarus",
                "Belgium",
                "Belize",
                "Benin",
                "Bermuda",
                "Bhutan",
                "Bolivia",
                "Bosnia And Herzegovina",
                "Botswana",
                "Brazil",
                "Brunei",
                "Bulgaria",
                "Burkina Faso",
                "Burundi",
                "Cambodia",
                "Cameroon",
                "Canada",
                "Cape Verde",
                "Cayman Islands",
                "Chad",
                "Chile",
                "China",
                "Colombia",
                "Comoros",
                "Congo",
                "Costa Rica",
                "Croatia",
                "Cuba",
                "Cyprus",
                "Czech Republic",
                "Democratic Republic of the Congo",
                "Denmark",
                "Djibouti",
                "Dominica",
                "Dominican Republic",
                "Ecuador",
                "Egypt",
                "El Salvador",
                "Equatorial Guinea",
                "Eritrea",
                "Estonia",
                "Ethiopia",
                "Faroe Islands",
                "Fiji",
                "Finland",
                "France",
                "French Guiana",
                "French Polynesia",
                "Gabon",
                "Gambia",
                "Germany",
                "Ghana",
                "Gibraltar",
                "Greece",
                "Greenland",
                "Grenada",
                "Guadeloupe",
                "Guam",
                "Guatemala",
                "Guernsey",
                "Guinea",
                "Guyana",
                "Haiti",
                "Honduras",
                "Hong Kong",
                "Hungary",
                "Iceland",
                "India",
                "Indonesia",
                "Iran",
                "Iraq",
                "Ireland",
                "Isle Of Man",
                "Israel",
                "Italy",
                "Jamaica",
                "Japan",
                "Jersey",
                "Jordan",
                "Kazakhstan",
                "Kenya",
                "Kosovo",
                "Kuwait",
                "Kyrgyzstan",
                "Laos",
                "Latvia",
                "Lebanon",
                "Lesotho",
                "Liberia",
                "Libya",
                "Liechtenstein",
                "Lithuania",
                "Luxembourg",
                "Macau",
                "Madagascar",
                "Malawi",
                "Malaysia",
                "Maldives",
                "Mali",
                "Malta",
                "Martinique",
                "Mauritania",
                "Mauritius",
                "Mexico",
                "Moldova",
                "Monaco",
                "Mongolia",
                "Montenegro",
                "Morocco",
                "Mozambique",
                "Myanmar",
                "Namibia",
                "Nepal",
                "Netherlands",
                "New Caledonia",
                "New Zealand",
                "Nicaragua",
                "Niger",
                "Nigeria",
                "Norway",
                "Oman",
                "Pakistan",
                "Panama",
                "Papua New Guinea",
                "Paraguay",
                "Peru",
                "Philippines",
                "Poland",
                "Portugal",
                "Puerto Rico",
                "Qatar",
                "Reunion",
                "Romania",
                "Russia",
                "Rwanda",
                "Saint Kitts And Nevis",
                "Saint Lucia",
                "Saint Vincent And The Grenadines",
                "Samoa",
                "San Marino",
                "Saudi Arabia",
                "Senegal",
                "Serbia",
                "Seychelles",
                "Sierra Leone",
                "Singapore",
                "Slovakia",
                "Slovenia",
                "Solomon Islands",
                "Somalia",
                "South Korea",
                "South Sudan",
                "Spain",
                "Sri Lanka",
                "Sudan",
                "Suriname",
                "Sweden",
                "Switzerland",
                "Syria",
                "Taiwan",
                "Tajikistan",
                "Tanzania",
                "Thailand",
                "Timor-Leste",
                "Togo",
                "Tonga",
                "Trinidad And Tobago",
                "Tunisia",
                "Turkey",
                "Turkmenistan",
                "Turks And Caicos Islands",
                "Uganda",
                "Ukraine",
                "United Arab Emirates",
                "United Kingdom",
                "United States",
                "Uruguay",
                "Uzbekistan",
                "Vanuatu",
                "Venezuela",
                "Vietnam",
                "Yemen",
                "Zambia",
                "Zimbabwe"
              ]
            }
          },
          "state": {
            "title": "🏳️ State / region",
            "type": "array",
            "description": "Keep only employees in these states, provinces or regions. Combined with the country above. Pick from the list: a place the data source does not know returns no employees at all. Leave empty for all.",
            "items": {
              "type": "string",
              "enum": [
                "Aargau",
                "Abruzzo",
                "Aceh",
                "Adana",
                "Alabama",
                "Alagoas",
                "Alaska",
                "Alberta",
                "Alicante",
                "Amazonas",
                "Andalucía",
                "Andalusia",
                "Andhra Pradesh",
                "Anhui",
                "Ankara",
                "Antalya",
                "Antioquia",
                "Antofagasta Region",
                "Anzoátegui",
                "Apulia",
                "Aquitaine",
                "Aragon",
                "Aragón",
                "Araucania",
                "Ariana",
                "Arizona",
                "Arkansas",
                "Assam",
                "Asturias",
                "Auckland",
                "Australian Capital Territory",
                "Autonomous City Of Buenos Aires",
                "Auvergne",
                "Auvergne-Rhône-Alpes",
                "Azores",
                "Baden-Württemberg",
                "Bahia",
                "Baja California",
                "Balearic Islands",
                "Bali",
                "Balochistan",
                "Bangkok",
                "Banten",
                "Basel-Stadt",
                "Basilicata",
                "Basque Country",
                "Bavaria",
                "Bay Of Plenty",
                "Bayern",
                "Beijing",
                "Ben Arous",
                "Berlin",
                "Bern",
                "Bicol",
                "Bihar",
                "Bizerte",
                "Blekinge County",
                "Bogota",
                "BogotÃ¡",
                "Bourgogne-Franche-Comté",
                "Braga",
                "Brandenburg",
                "Bremen",
                "Bretagne",
                "British Columbia",
                "Brittany",
                "Brussels",
                "Bucharest",
                "Budapest",
                "Burgos",
                "Bursa",
                "Cagayan Valley",
                "Calabarzon",
                "Calabria",
                "California",
                "Campania",
                "Canary Islands",
                "Cantabria",
                "Capital Governorate",
                "Capital Region Of Denmark",
                "Carabobo",
                "Caraga",
                "Castile And León",
                "Castile-La Mancha",
                "Catalonia",
                "Ceará",
                "CearÃ¡",
                "Center District",
                "Central",
                "Central Denmark Region",
                "Central Java",
                "Central Kalimantan",
                "Central Luzon",
                "Central Region",
                "Central Visayas",
                "Centre",
                "Centre-Val De Loire",
                "Chandigarh",
                "Chelyabinsk Oblast",
                "Chhattisgarh",
                "Chiang Mai",
                "Chiapas",
                "Chihuahua",
                "Chisinau",
                "Chon Buri",
                "Chongqing",
                "Ciudad De México",
                "Coimbra",
                "Colorado",
                "Community Of Madrid",
                "Connecticut",
                "Coquimbo Region",
                "Cork",
                "Corse",
                "Corsica",
                "County Dublin",
                "Cundinamarca",
                "Cáceres",
                "Dalarna County",
                "Davao Region",
                "Delaware",
                "Delhi",
                "District of Columbia",
                "Drenthe",
                "Dubai",
                "Dublin",
                "East Java",
                "East Kalimantan",
                "Eastern Cape",
                "Eastern Visayas",
                "Emilia-Romagna",
                "England",
                "Espírito Santo",
                "Estado De México",
                "Extremadura",
                "Federal Capital Territory",
                "Federal District",
                "Federal Territory Of Kuala Lumpur",
                "Finnmark",
                "Flanders",
                "Flevoland",
                "Florida",
                "Franche-Comté",
                "Free State",
                "Friesland",
                "Friuli-Venezia Giulia",
                "Fujian",
                "Fès-Boulemane",
                "Galați",
                "Galicia",
                "Gauteng",
                "Gavleborg County",
                "Gaziantep",
                "Gelderland",
                "Geneva",
                "Georgia",
                "Gisborne",
                "Goa",
                "Goiás",
                "Gotland County",
                "Groningen",
                "Guanajuato",
                "Guangdong",
                "Guangxi",
                "Guatemala",
                "Guerrero",
                "Gujarat",
                "Haifa District",
                "Halland County",
                "Hamburg",
                "Haryana",
                "Hawaii",
                "Hebei",
                "Heilongjiang",
                "Henan",
                "Hesse",
                "Hidalgo",
                "Himachal Pradesh",
                "Hubei",
                "Hunan",
                "Idaho",
                "Ile-De-France",
                "Illinois",
                "Ilocos Region",
                "Indiana",
                "Iowa",
                "Istanbul",
                "İstanbul",
                "İzmir",
                "Jakarta",
                "Jalisco",
                "Jambi",
                "Jammu And Kashmir",
                "Jamtland County",
                "Jharkhand",
                "Jiangsu",
                "Jiangxi",
                "Jilin",
                "Johor",
                "Jonkoping County",
                "Kalmar County",
                "Kansas",
                "Kaohsiung City",
                "Karnataka",
                "Kedah",
                "Kelantan",
                "Kentucky",
                "Kerala",
                "Khyber Pakhtunkhwa",
                "Kocaeli",
                "Kronoberg County",
                "Kwazulu-Natal",
                "Kymenlaakso",
                "La Rioja",
                "Lampung",
                "Lara",
                "Lazio",
                "Leiria",
                "León",
                "Liaoning",
                "Liguria",
                "Limburg",
                "Limpopo",
                "Lisboa",
                "Lisbon",
                "Lombardia",
                "Lombardy",
                "Lorraine",
                "Los Lagos Region",
                "Louisiana",
                "Lower Austria",
                "Lower Saxony",
                "Lucerne",
                "Madeira",
                "Madhya Pradesh",
                "Madrid",
                "Maharashtra",
                "Maine",
                "Malacca",
                "Manipur",
                "Manitoba",
                "Maranhão",
                "Marche",
                "Maryland",
                "Massachusetts",
                "Mato Grosso",
                "Mato Grosso Do Sul",
                "Maule Region",
                "Mazowieckie",
                "Mecklenburg-Vorpommern",
                "Meghalaya",
                "Metro Manila",
                "Mexico",
                "Mexico City",
                "Michigan",
                "Michoacán",
                "Mimaropa",
                "Minas Gerais",
                "Minnesota",
                "Miranda",
                "Mississippi",
                "Missouri",
                "Monagas",
                "Monastir",
                "Montana",
                "Moscow",
                "Mpumalanga",
                "Mugla",
                "Málaga",
                "Møre Og Romsdal",
                "Nabeul",
                "Nagaland",
                "Nairobi",
                "Navarra",
                "Navarre",
                "Nebraska",
                "Neuchâtel",
                "Neuquen",
                "Nevada",
                "New Brunswick",
                "New Hampshire",
                "New Jersey",
                "New Mexico",
                "New South Wales",
                "New Taipei City",
                "New York",
                "Newfoundland and Labrador",
                "Nizhny Novgorod Oblast",
                "Nonthaburi",
                "Noord-Holland",
                "Nordland",
                "Normandy",
                "Norrbotten County",
                "North Brabant",
                "North Carolina",
                "North Dakota",
                "North Denmark Region",
                "North District",
                "North Holland",
                "North Karelia",
                "North Rhine-Westphalia",
                "North Sumatra",
                "North West",
                "Northern Cape",
                "Northern Ireland",
                "Northern Mindanao",
                "Northern Territory",
                "Northland",
                "Northwest Territories",
                "Nova Scotia",
                "Nuevo Leon",
                "Nuevo León",
                "Oaxaca",
                "Odisha",
                "Ohio",
                "Oklahoma",
                "Ontario",
                "Oregon",
                "Oriental",
                "Oslo",
                "Otago",
                "Overijssel",
                "Pahang",
                "Paraná",
                "ParanÃ¡",
                "Paraíba",
                "Pará",
                "ParÃ¡",
                "Pays De La Loire",
                "Penang",
                "Pennsylvania",
                "Perak",
                "Pernambuco",
                "Phuket",
                "Piauí",
                "Piedmont",
                "Piemonte",
                "Pirkanmaa",
                "Pomorskie",
                "Prahova",
                "Prince Edward Island",
                "Provence-Alpes-Côte D'Azur",
                "Puducherry",
                "Puebla",
                "Puglia",
                "Punjab",
                "Putrajaya",
                "Quebec",
                "Queensland",
                "Querétaro",
                "Quintana Roo",
                "Québec",
                "Rajasthan",
                "Rayong",
                "Region Zealand",
                "Región De Murcia",
                "Rhineland-Palatinate",
                "Rhode Island",
                "Rhone-Alpes",
                "Rhône-Alpes",
                "Riau",
                "Riau Islands",
                "Rio De Janeiro",
                "Rio Grande Do Norte",
                "Rio Grande Do Sul",
                "Rogaland",
                "Rondônia",
                "Saarland",
                "Sabah",
                "Sachsen",
                "Saint Petersburg",
                "Sakarya",
                "Salzburg",
                "Samara Oblast",
                "Samsun",
                "San Juan",
                "Sankt Gallen",
                "Santa Catarina",
                "Santiago Metropolitan Region",
                "Sao Paulo",
                "Sarawak",
                "Saskatchewan",
                "Satakunta",
                "Saxony",
                "Saxony-Anhalt",
                "Schleswig-Holstein",
                "Scotland",
                "Selangor",
                "Sergipe",
                "Sfax",
                "Shaanxi",
                "Shandong",
                "Shanghai",
                "Sibiu",
                "Sichuan",
                "Sicilia",
                "Sicily",
                "Sikkim",
                "Sinaloa",
                "Sindh",
                "Skane County",
                "Skåne County",
                "Sodermanland County",
                "Sonora",
                "Sousse",
                "South Australia",
                "South Carolina",
                "South Dakota",
                "South District",
                "South Holland",
                "South Kalimantan",
                "South Sulawesi",
                "South Sumatra",
                "Southern Governorate",
                "St. Gallen",
                "Stockholm County",
                "Styria",
                "Swietokrzyskie",
                "São Paulo",
                "Södermanland County",
                "Taichung City",
                "Tainan City",
                "Tamaulipas",
                "Tamil Nadu",
                "Tanger-Tétouan",
                "Tangier-Tetouan",
                "Tarragona",
                "Tasman",
                "Tasmania",
                "Tatarstan",
                "Tel Aviv",
                "Tel Aviv District",
                "Telangana",
                "Telemark",
                "Tennessee",
                "Terengganu",
                "Texas",
                "Thurgau",
                "Thuringia",
                "Tianjin",
                "Ticino",
                "Tocantins",
                "Tokyo",
                "Tripura",
                "Troms",
                "Tunis",
                "Tuscany",
                "Tyrol",
                "Táchira",
                "Umbria",
                "Upper Austria",
                "Uppsala County",
                "Utah",
                "Utrecht",
                "Uttar Pradesh",
                "Uttarakhand",
                "Uusimaa",
                "Valais",
                "Valencian Community",
                "Valle D'Aosta",
                "Valparaiso Region",
                "Varmland County",
                "Varna",
                "Vaud",
                "Veneto",
                "Veracruz",
                "Vermont",
                "Vestfold",
                "Viana Do Castelo",
                "Victoria",
                "Vienna",
                "Virginia",
                "Viseu",
                "Vorarlberg",
                "Voronezh Oblast",
                "Värmland County",
                "Västerbotten County",
                "Västernorrland County",
                "Västmanland County",
                "Västra Götaland County",
                "Waikato",
                "Wales",
                "Walloon Region",
                "Washington",
                "Wellington",
                "West Bank",
                "West Bengal",
                "West Coast",
                "West Java",
                "West Kalimantan",
                "West Nusa Tenggara",
                "West Sumatra",
                "West Virginia",
                "Western Area",
                "Western Australia",
                "Western Cape",
                "Western Visayas",
                "Wielkopolskie",
                "Wisconsin",
                "Wyoming",
                "Yucatán",
                "Yukon Territory",
                "Zamboanga Peninsula",
                "Zeeland",
                "Zhejiang",
                "Zuid-Holland",
                "Zulia",
                "Zurich",
                "Zürich",
                "Île-De-France",
                "Örebro County",
                "Östergötland County",
                "Śląskie"
              ]
            }
          },
          "city": {
            "title": "🏙️ City",
            "type": "array",
            "description": "Keep only employees in these cities. Free text, because there is no usable list of every city. It is combined with the country and state above, so \"Austin\" with state \"Texas\" and country \"United States\" searches \"austin, texas, united states\". Spell the city out: \"Austin, TX\" returns zero employees, \"Austin, Texas\" returns thousands. Leave empty for all.",
            "items": {
              "type": "string"
            }
          },
          "keyword": {
            "title": "🔍 Keywords",
            "type": "array",
            "description": "Free-text keywords matched in the employee's headline/summary/skills, e.g. \"kubernetes\", \"payments\". Leave empty to skip.",
            "items": {
              "type": "string"
            }
          },
          "findEmail": {
            "title": "📧 Find the verified work email (PAID PLANS ONLY)",
            "type": "boolean",
            "description": "⚠️ THIS ADDS COST. When enabled, each returned employee also includes a real-time verified work email, billed as a SEPARATE paid event for every email found (on top of the per-employee charge). You are charged ONLY when an email is actually found: employees without a verifiable email are free. Needs a PAID Apify plan. On a free plan the add-on is skipped and never charged, and the run still delivers everything else in full. Leave OFF unless you specifically want emails. The lookup needs a run timeout of at least 5 minutes; a shorter run is refused before anything is started or charged. ⏱️ LARGE RUNS TAKE TIME: plan on about 1 hour per 5,000 employees with emails and set the run timeout to match (Run options, Timeout). If the run reaches its timeout first, it ends with everything found so far, charged once, and you can Resurrect it from the run page to continue exactly where it stopped. You do not have to wait on a long run: Apify can call a webhook of yours when the run finishes (Integrations tab of this actor, event Run succeeded), or you fetch the dataset later from the run page or the API.",
            "default": false
          },
          "location": {
            "title": "🕰️ Locations (old field)",
            "type": "array",
            "description": "Deprecated: use \"Country\", \"State / region\" and \"City\" instead. Still read so that runs saved before those fields existed keep working. A value typed here is sent as-is, except that an abbreviation is spelled out first (\"Austin, TX\" becomes \"Austin, Texas\", which is the difference between zero employees and thousands).",
            "items": {
              "type": "string"
            }
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}