# LinkedIn Company Data for Market Mapping

**Use case:** 

Create structured company datasets from multiple LinkedIn pages for market research and account planning.

## Input

```json
{
  "companyUrls": [
    "https://www.linkedin.com/company/salesforce/",
    "https://www.linkedin.com/company/adobe/",
    "https://www.linkedin.com/company/shopify/"
  ],
  "maxCompanies": 20
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "linkedinUrl": {
    "label": "LinkedIn URL",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "industry": {
    "label": "Industry",
    "format": "string"
  },
  "companyType": {
    "label": "Type",
    "format": "string"
  },
  "companySize": {
    "label": "Size",
    "format": "string"
  },
  "employeeCount": {
    "label": "Employees",
    "format": "integer"
  },
  "followerCount": {
    "label": "Followers",
    "format": "integer"
  },
  "foundedYear": {
    "label": "Founded",
    "format": "integer"
  },
  "headquarters": {
    "label": "HQ",
    "format": "string"
  },
  "specialties": {
    "label": "Specialties",
    "format": "array"
  },
  "logoUrl": {
    "label": "Logo",
    "format": "string"
  }
}
```

## About this Actor

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