# Enrich a Security Vendor Shortlist (Mixed Input)

**Use case:** 

A procurement-style vendor shortlist that deliberately mixes all four accepted input formats in a single run: a full LinkedIn URL (CrowdStrike), bare...

## Input

```json
{
  "companies": [
    "https://www.linkedin.com/company/crowdstrike/",
    "okta.com",
    "Palo Alto Networks",
    "zscaler",
    "sentinelone.com",
    "1password.com"
  ],
  "maxResults": 10,
  "concurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "text"
  },
  "linkedin_url": {
    "label": "LinkedIn",
    "format": "link"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "company_size": {
    "label": "Size band",
    "format": "text"
  },
  "employees_on_linkedin": {
    "label": "Employees on LinkedIn",
    "format": "number"
  },
  "follower_count": {
    "label": "Followers",
    "format": "number"
  },
  "headquarters": {
    "label": "Headquarters",
    "format": "text"
  },
  "founded_year": {
    "label": "Founded",
    "format": "number"
  },
  "company_type": {
    "label": "Type",
    "format": "text"
  },
  "source_query": {
    "label": "Input",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Company Enrichment - Firmographics & Company Data](https://apify.com/thirdwatch/linkedin-company-enrichment-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/linkedin-company-enrichment-scraper) to learn more, explore other use cases, and run it yourself.