# LinkedIn Company Dataset for Sales Research

**Use case:** 

Create a LinkedIn company dataset for sales research from public company URLs or slugs.

## Input

```json
{
  "companyTargets": [
    "salesforce",
    "hubspot",
    "shopify"
  ],
  "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.