# LinkedIn Company Slug Lookup

**Use case:** 

Fetch public LinkedIn company details from simple company slugs like stripe, openai, or hubspot.

## Input

```json
{
  "companyUrls": [
    "stripe",
    "openai",
    "hubspot"
  ],
  "maxCompanies": 5
}
```

## 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.