# Find LinkedIn Affiliated Pages and Similar Companies

**Use case:** 

Find affiliated pages, similar companies, jobs, posts, and firmographics from public LinkedIn company pages.

## Input

```json
{
  "companyTargets": [
    "microsoft",
    "google",
    "meta"
  ],
  "languageHint": "en",
  "countryHint": "US"
}
```

## Output

```json
{
  "name": {
    "label": "Company name",
    "format": "string"
  },
  "linkedinUrl": {
    "label": "LinkedIn URL",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "industry": {
    "label": "Industry",
    "format": "string"
  },
  "organizationType": {
    "label": "Organization type",
    "format": "string"
  },
  "companySize": {
    "label": "Company size",
    "format": "string"
  },
  "employeeCount": {
    "label": "Employee count",
    "format": "integer"
  },
  "followerCount": {
    "label": "Follower count",
    "format": "integer"
  },
  "headquarters": {
    "label": "Headquarters",
    "format": "string"
  },
  "foundedYear": {
    "label": "Founded year",
    "format": "integer"
  },
  "jobs": {
    "label": "Jobs",
    "format": "array"
  },
  "recentPosts": {
    "label": "Recent posts",
    "format": "array"
  }
}
```

## About this Actor

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