# Top Logistics & Supply Chain Company Data

**Use case:** 

Extract detailed LinkedIn firmographics for key logistics companies. Get insights like headcount, industry, and website information.

## Input

```json
{
  "companies": [
    "dhl",
    "fedex",
    "ups",
    "maersk",
    "flexport",
    "ceva-logistics",
    "db-schenker",
    "kuehne-nagel"
  ],
  "includeRecentPosts": false,
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "industry": {
    "label": "Industry",
    "format": "string"
  },
  "employeeCount": {
    "label": "Employees",
    "format": "integer"
  },
  "companySizeRange": {
    "label": "Size range",
    "format": "string"
  },
  "followerCount": {
    "label": "Followers",
    "format": "integer"
  },
  "headquarters": {
    "label": "Headquarters",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "linkedinUrl": {
    "label": "LinkedIn URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [LinkedIn Company Scraper - No Login, No Cookies](https://apify.com/logiover/linkedin-company-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/linkedin-company-scraper) to learn more, explore other use cases, and run it yourself.