# Top Retail Chain Company Profiles Data Export

**Use case:** 

Access firmographics for major retailers like Amazon and Walmart. Get insights like headcount, industry, and contact details in CSV/JSON format.

## Input

```json
{
  "companies": [
    "amazon",
    "walmart",
    "target-corporation",
    "costco-wholesale",
    "kroger",
    "zara",
    "hm",
    "uniqlo"
  ],
  "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.